Skip to content

Console Output

04:46:06 Started by user Oleksii Korniienko
04:46:06 Rebuilds build #124
04:46:06 Running as Oleksii Korniienko
04:46:07 Agent centos-7-tzxp1 is provisioned from template centos-7
04:46:07 ---
04:46:07 apiVersion: "v1"
04:46:07 kind: "Pod"
04:46:07 metadata:
04:46:07   labels:
04:46:07     jenkins: "slave"
04:46:07     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
04:46:07     jenkins/label: "migration_jipp-migration_centos-7"
04:46:07   name: "centos-7-tzxp1"
04:46:07   namespace: "reddeer"
04:46:07 spec:
04:46:07   containers:
04:46:07   - env:
04:46:07     - name: "JENKINS_SECRET"
04:46:07       value: "********"
04:46:07     - name: "JENKINS_TUNNEL"
04:46:07       value: "jenkins-discovery.reddeer.svc.cluster.local:50000"
04:46:07     - name: "JENKINS_AGENT_NAME"
04:46:07       value: "centos-7-tzxp1"
04:46:07     - name: "JENKINS_REMOTING_JAVA_OPTS"
04:46:07       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
04:46:07         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
04:46:07     - name: "JAVA_TOOL_OPTIONS"
04:46:07       value: ""
04:46:07     - name: "_JAVA_OPTIONS"
04:46:07       value: ""
04:46:07     - name: "OPENJ9_JAVA_OPTIONS"
04:46:07       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
04:46:07     - name: "JENKINS_NAME"
04:46:07       value: "centos-7-tzxp1"
04:46:07     - name: "JENKINS_AGENT_WORKDIR"
04:46:07       value: "/home/jenkins/agent"
04:46:07     - name: "JENKINS_URL"
04:46:07       value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/"
04:46:07     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092"
04:46:07     imagePullPolicy: "Always"
04:46:07     name: "jnlp"
04:46:07     resources:
04:46:07       limits:
04:46:07         cpu: "2000m"
04:46:07         memory: "4096Mi"
04:46:07       requests:
04:46:07         cpu: "1000m"
04:46:07         memory: "4096Mi"
04:46:07     tty: true
04:46:07     volumeMounts:
04:46:07     - mountPath: "/home/jenkins/.m2/toolchains.xml"
04:46:07       name: "m2-dir"
04:46:07       readOnly: true
04:46:07       subPath: "toolchains.xml"
04:46:07     - mountPath: "/home/jenkins/.mavenrc"
04:46:07       name: "m2-dir"
04:46:07       readOnly: true
04:46:07       subPath: ".mavenrc"
04:46:07     - mountPath: "/opt/tools"
04:46:07       name: "volume-0"
04:46:07       readOnly: false
04:46:07     - mountPath: "/home/jenkins"
04:46:07       name: "volume-2"
04:46:07       readOnly: false
04:46:07     - mountPath: "/home/jenkins/.m2/repository"
04:46:07       name: "volume-3"
04:46:07       readOnly: false
04:46:07     - mountPath: "/home/jenkins/.m2/settings-security.xml"
04:46:07       name: "m2-secret-dir"
04:46:07       readOnly: true
04:46:07       subPath: "settings-security.xml"
04:46:07     - mountPath: "/home/jenkins/.m2/wrapper"
04:46:07       name: "volume-4"
04:46:07       readOnly: false
04:46:07     - mountPath: "/home/jenkins/.m2/settings.xml"
04:46:07       name: "m2-secret-dir"
04:46:07       readOnly: true
04:46:07       subPath: "settings.xml"
04:46:07     - mountPath: "/home/jenkins/.ssh"
04:46:07       name: "volume-1"
04:46:07       readOnly: false
04:46:07       subPath: ""
04:46:07     - mountPath: "/home/jenkins/agent"
04:46:07       name: "workspace-volume"
04:46:07       readOnly: false
04:46:07     workingDir: "/home/jenkins/agent"
04:46:07   nodeSelector:
04:46:07     kubernetes.io/os: "linux"
04:46:07   restartPolicy: "Never"
04:46:07   volumes:
04:46:07   - name: "volume-0"
04:46:07     persistentVolumeClaim:
04:46:07       claimName: "tools-claim-jiro-reddeer"
04:46:07       readOnly: true
04:46:07   - name: "m2-secret-dir"
04:46:07     secret:
04:46:07       secretName: "m2-secret-dir"
04:46:07   - emptyDir:
04:46:07       medium: ""
04:46:07     name: "volume-2"
04:46:07   - configMap:
04:46:07       name: "m2-dir"
04:46:07     name: "m2-dir"
04:46:07   - configMap:
04:46:07       name: "known-hosts"
04:46:07     name: "volume-1"
04:46:07   - emptyDir:
04:46:07       medium: ""
04:46:07     name: "workspace-volume"
04:46:07   - emptyDir:
04:46:07       medium: ""
04:46:07     name: "volume-4"
04:46:07   - emptyDir:
04:46:07       medium: ""
04:46:07     name: "volume-3"
04:46:07 
04:46:07 Building remotely on centos-7-tzxp1 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.verification.parametrized
04:46:07 The recommended git tool is: NONE
04:46:08 No credentials specified
04:46:08 Cloning the remote Git repository
04:46:09 Cloning repository https://github.com/eclipse/reddeer.git
04:46:09  > git init /home/jenkins/agent/workspace/reddeer.verification.parametrized # timeout=10
04:46:09 Fetching upstream changes from https://github.com/eclipse/reddeer.git
04:46:09  > git --version # timeout=10
04:46:09  > git --version # 'git version 2.36.6'
04:46:09  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
04:46:11  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
04:46:11  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
04:46:11 Avoid second fetch
04:46:11  > git rev-parse origin/master^{commit} # timeout=10
04:46:11 Checking out Revision 344e314cac86ef32ae37df3196df2c1e574b64fb (origin/master)
04:46:11  > git config core.sparsecheckout # timeout=10
04:46:11  > git checkout -f 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10
04:46:11 Commit message: "Update gef plugins according to the 2023-09 changes"
04:46:11  > git rev-list --no-walk 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10
04:46:12 $ pkill Xvnc
04:46:12 $ pkill Xrealvnc
04:46:12 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
04:46:13 [reddeer.verification.parametrized] $ Xvnc -help
04:46:13 Starting xvnc
04:46:13 [reddeer.verification.parametrized] $ Xvnc :58 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
04:46:13 
04:46:13 Xvnc TigerVNC 1.8.0 - built Apr  5 2023 13:48:56
04:46:13 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
04:46:13 See http://www.tigervnc.org for information on TigerVNC.
04:46:13 Underlying X server release 12004000, The X.Org Foundation
04:46:13 
04:46:13 
04:46:13 Thu Aug 24 08:46:13 2023
04:46:13  vncext:      VNC extension running!
04:46:13  vncext:      Listening for VNC connections on all interface(s), port 5958
04:46:13  vncext:      created VNC server for screen 0
04:46:13 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins14762325816667752335.sh
04:46:13 + metacity --sm-disable --replace
04:46:13 [reddeer.verification.parametrized] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.verification.parametrized/pom.xml -Dtycho.equinox.resolver.uses=true -Dmaven.test.error.ignore=true -Declipse-orbit-update-site=https://download.eclipse.org/tools/orbit/downloads/latest-S -Declipse-target-site=https://download.eclipse.org/releases/2023-09 -DskipTests=false -Djava.target.version=17 -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 clean verify -U
04:46:13 Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
04:46:13 Maven home: /opt/tools/apache-maven/latest
04:46:13 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
04:46:13 Default locale: en_US, platform encoding: UTF-8
04:46:13 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
04:46:15 [INFO] Scanning for projects...
04:46:19 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:27 [WARNING] Pack200 is not supported when running on Java 14 and higher
04:46:28 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
04:46:28 SLF4J: Defaulting to no-operation (NOP) logger implementation
04:46:28 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04:46:28 [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/ (122B)
04:46:28 [INFO] Adding repository https://download.eclipse.org/releases/2023-09
04:46:28 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-09/ (480B)
04:46:28 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-09/ (442B)
04:46:28 [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-09/202308031200/ (111.66kB)
04:46:29 [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/202308041000/ (140B)
04:46:29 [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-09/202308041000/ (728.63kB)
04:46:31 [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ (172B)
04:46:31 [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots
04:46:31 [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ (14.08kB)
04:46:31 [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (126B)
04:46:31 [INFO] Adding repository https://download.eclipse.org/oomph/simrel-orbit/2023-09
04:46:31 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (457B)
04:46:31 [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (172B)
04:46:31 [INFO] Fetching content.xml.xz from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (117.47kB)
04:46:31 [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
04:46:32 [INFO] Fetching 202308041000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-09/ (63B)
04:46:32 [INFO] Fetching org.eclipse.osgi_3.18.500.v20230709-1406.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.47MB)
04:46:32 [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (393.54kB)
04:46:32 [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (64.89kB)
04:46:32 [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (83.65kB)
04:46:32 [INFO] Fetching org.eclipse.swt_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.79kB)
04:46:33 [INFO] Fetching org.hamcrest.core_1.3.0.v20230721-0740.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.19kB)
04:46:33 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.16MB)
04:46:33 [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (23.09kB)
04:46:33 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.49MB)
04:46:33 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.08MB)
04:46:33 [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
04:46:34 [INFO] Fetching com.ibm.icu_73.2.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.89MB)
04:46:34 [INFO] Fetching com.sun.jna_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.79MB)
04:46:35 [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.3MB)
04:46:35 [INFO] Fetching jakarta.annotation-api_1.3.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.47kB)
04:46:35 [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.41kB)
04:46:35 [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (22.12kB)
04:46:35 [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (361.47kB)
04:46:35 [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (146.86kB)
04:46:35 [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.35kB)
04:46:35 [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (717.41kB)
04:46:35 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (95.26kB)
04:46:35 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.35kB)
04:46:35 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.59kB)
04:46:35 [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (302.53kB)
04:46:35 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (317.8kB)
04:46:35 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.45kB)
04:46:35 [INFO] Fetching org.eclipse.ui_3.203.200.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (434.04kB)
04:46:35 [INFO] Fetching org.eclipse.core.runtime_3.29.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.99kB)
04:46:35 [INFO] Fetching org.eclipse.core.expressions_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (95.08kB)
04:46:35 [INFO] Fetching org.eclipse.core.commands_3.11.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (117.29kB)
04:46:35 [INFO] Fetching org.eclipse.equinox.common_3.18.100.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (150.52kB)
04:46:35 [INFO] Fetching org.eclipse.core.contenttype_3.9.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (102.48kB)
04:46:35 [INFO] Fetching org.eclipse.equinox.preferences_3.10.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.88kB)
04:46:35 [INFO] Fetching org.eclipse.equinox.registry_3.11.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (198.07kB)
04:46:35 [INFO] Fetching org.eclipse.core.databinding_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (287.75kB)
04:46:35 [INFO] Fetching org.eclipse.core.databinding.observable_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (315.27kB)
04:46:35 [INFO] Fetching org.eclipse.core.databinding.property_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (166.11kB)
04:46:35 [INFO] Fetching org.eclipse.core.jobs_3.15.0.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (115.71kB)
04:46:35 [INFO] Fetching org.eclipse.equinox.app_1.6.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (91.53kB)
04:46:35 [INFO] Fetching org.eclipse.help_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (274.59kB)
04:46:35 [INFO] Fetching org.eclipse.e4.ui.services_1.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (26.42kB)
04:46:35 [INFO] Fetching org.eclipse.e4.core.commands_1.1.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.5kB)
04:46:36 [INFO] Fetching org.eclipse.e4.core.di_1.9.100.v20230721-1753.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (55.35kB)
04:46:36 [INFO] Fetching org.eclipse.e4.core.contexts_1.12.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.66kB)
04:46:36 [INFO] Fetching org.eclipse.e4.core.services_2.4.100.v20230708-0809.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.64kB)
04:46:36 [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (46.59kB)
04:46:36 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.82kB)
04:46:36 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (12.92kB)
04:46:36 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.36kB)
04:46:36 [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (19.69kB)
04:46:36 [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (53.97kB)
04:46:36 [INFO] Fetching org.eclipse.emf.ecore_2.35.0.v20230704-0745.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.29MB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.5kB)
04:46:36 [INFO] Fetching org.eclipse.jface_3.30.100.v20230712-2038.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.12MB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (219.31kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.100.v20230701-0828.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (205.58kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (30.14kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.di_1.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.21kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (58.65kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (396.72kB)
04:46:36 [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.14kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.11kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (268.21kB)
04:46:36 [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (91.74kB)
04:46:36 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.35.0.v20230801-1141.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (238.78kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (120.39kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.100.v20230726-0722.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (256.5kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (150.24kB)
04:46:36 [INFO] Fetching org.eclipse.jface.databinding_1.15.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (292.29kB)
04:46:36 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (23.21kB)
04:46:36 [INFO] Fetching org.eclipse.urischeme_1.3.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.21kB)
04:46:36 [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230614-0642.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (378.57kB)
04:46:37 [INFO] Fetching org.eclipse.ui.workbench_3.129.100.v20230711-1827.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.51MB)
04:46:37 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (21.23kB)
04:46:37 [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
04:46:37 [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
04:46:37 [INFO] Fetching bcprov_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (7.97MB)
04:46:38 [INFO] Fetching bcpg_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (439.42kB)
04:46:38 [INFO] Fetching org.eclipse.core.resources_3.19.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (898.98kB)
04:46:38 [INFO] Fetching org.eclipse.jface.text_3.24.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB)
04:46:38 [INFO] Fetching org.eclipse.ui.ide_3.21.100.v20230726-0754.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.32MB)
04:46:38 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (693.66kB)
04:46:38 [INFO] Fetching org.eclipse.ui.editors_3.16.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (612.07kB)
04:46:39 [INFO] Fetching org.eclipse.compare.core_3.8.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (69.73kB)
04:46:42 [INFO] Fetching org.eclipse.core.filebuffers_3.8.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (116.84kB)
04:46:42 [INFO] Fetching org.eclipse.text_3.13.100.v20230725-1107.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (298.79kB)
04:46:42 [INFO] Fetching org.eclipse.core.filesystem_1.10.100.v20230717-1727.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (72.25kB)
04:46:42 [INFO] Fetching org.eclipse.e4.ui.ide_3.17.100.v20230630-1207.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.28kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.bidi_1.4.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.88kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (172.09kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (365.14kB)
04:46:42 [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (113.29kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.core_2.10.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (80.35kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (64.43kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.repository_2.7.100.v20230710-0621.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (184.63kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.engine_2.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (236.73kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (137.49kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.security_1.4.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (115.78kB)
04:46:42 [INFO] Fetching org.eclipse.ui.navigator_3.12.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (428.8kB)
04:46:42 [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
04:46:42 [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
04:46:42 [INFO] Fetching jakarta.inject.jakarta.inject-api_1.0.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (10.61kB)
04:46:42 [INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (48.11kB)
04:46:42 [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
04:46:42 [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
04:46:42 [INFO] Fetching org.eclipse.ui.forms_3.13.0.v20230723-1039.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (332.39kB)
04:46:42 [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
04:46:42 [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
04:46:42 [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (73.8kB)
04:46:42 [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (536.33kB)
04:46:42 [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.55MB)
04:46:42 [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (300.96kB)
04:46:42 [INFO] Fetching org.eclipse.core.variables_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.54kB)
04:46:42 [INFO] Fetching org.eclipse.debug.core_3.21.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (401.08kB)
04:46:42 [INFO] Fetching org.eclipse.debug.ui_3.18.100.v20230726-1201.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.04MB)
04:46:42 [INFO] Fetching org.eclipse.ui.console_3.13.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (246.77kB)
04:46:42 [INFO] Fetching org.eclipse.e4.ui.progress_0.4.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (209.72kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (39.06kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.400.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.72kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.director_2.6.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (113.11kB)
04:46:42 [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (429.55kB)
04:46:42 [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (432.64kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.300.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.04kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (33.68kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (135.53kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (103.54kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (248.65kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.55kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (27kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.operations_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.46kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.81kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.ui_2.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (698.86kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.security.ui_1.4.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (172.99kB)
04:46:42 [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (103.81kB)
04:46:42 [INFO] Fetching org.junit_4.13.2.v20230725-0701.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (415.04kB)
04:46:42 [INFO] Fetching org.eclipse.ui.browser_3.8.100.v20230701-1230.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (210.27kB)
04:46:42 [INFO] Fetching org.eclipse.ui.views.log_1.4.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (174.66kB)
04:46:42 [INFO] Fetching org.eclipse.wst.server.core_1.11.0.v202301110442.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (398.78kB)
04:46:42 [INFO] Fetching org.eclipse.wst.server.ui_1.6.200.v202307100345.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (954.9kB)
04:46:42 [INFO] Fetching org.json_1.0.0.v201011060100.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.15kB)
04:46:42 [INFO] Fetching org.yaml.snakeyaml_2.0.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (326.96kB)
04:46:42 [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (60.67kB)
04:46:42 [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.1.0.v202304050316.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (76.53kB)
04:46:42 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202204301608.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (102.78kB)
04:46:42 [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
04:46:42 [INFO] Fetching org.eclipse.draw2d_3.14.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (648.33kB)
04:46:42 [INFO] Fetching org.eclipse.gef_3.15.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (999.33kB)
04:46:42 [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
04:46:42 [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
04:46:43 [INFO] Fetching org.eclipse.ui.views_3.12.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (107.53kB)
04:46:43 [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (167.96kB)
04:46:43 [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (301.84kB)
04:46:43 [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (354.61kB)
04:46:43 [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (109.07kB)
04:46:43 [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (175.44kB)
04:46:43 [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (411.07kB)
04:46:43 [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.93kB)
04:46:43 [INFO] Fetching org.eclipse.graphiti_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (326.75kB)
04:46:43 [INFO] Fetching org.eclipse.graphiti.mm_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (222.15kB)
04:46:43 [INFO] Fetching org.eclipse.graphiti.ui_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (692.62kB)
04:46:43 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.100.v20230630-1207.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (110.58kB)
04:46:43 [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (155.83kB)
04:46:43 [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
04:46:43 [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
04:46:44 [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
04:46:44 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.200.v20230627-0107.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (58.97kB)
04:46:44 [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
04:46:44 [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
04:46:44 [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
04:46:45 [INFO] Fetching biz.aQute.bnd.util_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (418.96kB)
04:46:45 [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.84kB)
04:46:45 [INFO] Fetching biz.aQute.bndlib_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (3.04MB)
04:46:45 [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.01kB)
04:46:45 [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.96MB)
04:46:45 [INFO] Fetching org.apache.commons.commons-io_2.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (472.61kB)
04:46:45 [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (24.83kB)
04:46:45 [INFO] Fetching org.eclipse.ant.core_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (109.44kB)
04:46:45 [INFO] Fetching org.eclipse.ant.launching_1.4.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (163.54kB)
04:46:45 [INFO] Fetching org.eclipse.jdt.launching_3.20.100.v20230724-1759.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (582.94kB)
04:46:46 [INFO] Fetching org.eclipse.core.externaltools_1.3.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.77kB)
04:46:46 [INFO] Fetching org.eclipse.jdt.core_3.35.0.v20230726-1449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.04MB)
04:46:46 [INFO] Fetching org.eclipse.ant.ui_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB)
04:46:46 [INFO] Fetching org.eclipse.ui.externaltools_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (142.96kB)
04:46:46 [INFO] Fetching org.eclipse.jdt.ui_3.30.0.v20230725-2325.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (10.98MB)
04:46:47 [INFO] Fetching org.eclipse.jdt.debug.ui_3.13.100.v20230714-0659.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.68MB)
04:46:47 [INFO] Fetching org.eclipse.team.core_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (405.12kB)
04:46:47 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.100.v20230720-0542.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (346.42kB)
04:46:47 [INFO] Fetching org.eclipse.jdt.junit_3.16.100.v20230714-1831.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (548.17kB)
04:46:47 [INFO] Fetching org.eclipse.compare_3.9.200.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (809.15kB)
04:46:47 [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (258.26kB)
04:46:47 [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.35.0.v20230721-1147.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.05MB)
04:46:47 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.19.100.v20230724-2209.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.51MB)
04:46:48 [INFO] Fetching org.eclipse.jdt.debug_3.21.100.v20230714-0701.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (925.81kB)
04:46:48 [INFO] Fetching org.eclipse.search_3.15.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (500.57kB)
04:46:48 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.100.v20230718-0715.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (470.99kB)
04:46:48 [INFO] Fetching org.eclipse.jdt.junit.core_3.12.100.v20230720-0542.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (181.82kB)
04:46:48 [INFO] Fetching org.eclipse.team.ui_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.42MB)
04:46:48 [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.100.v20230719-1616.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (180.27kB)
04:46:48 [INFO] Fetching org.eclipse.pde.build_3.12.100.v20230723-1104.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (503.38kB)
04:46:48 [INFO] Fetching org.eclipse.pde.core_3.17.100.v20230719-1742.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.4MB)
04:46:48 [INFO] Fetching org.eclipse.pde.launching_3.11.100.v20230630-1319.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (142.98kB)
04:46:48 [INFO] Fetching org.eclipse.pde.ui_3.14.100.v20230723-1400.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.59MB)
04:46:48 [INFO] Fetching org.eclipse.ui.intro_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (349.88kB)
04:46:48 [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.100.v20230725-0936.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (388.81kB)
04:46:48 [INFO] Fetching org.eclipse.ui.genericeditor_1.3.100.v20230712-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (166.04kB)
04:46:49 [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
04:46:49 [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
04:46:49 [INFO] Fetching org.eclipse.swtbot.generator_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (110.97kB)
04:46:49 [INFO] Fetching org.eclipse.swtbot.generator.jdt_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (60.3kB)
04:46:49 [INFO] Fetching org.eclipse.swtbot.generator.ui_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.04kB)
04:46:49 [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
04:46:50 [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
04:46:50 [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
04:46:50 [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
04:46:51 [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
04:46:51 [INFO] Fetching org.eclipse.core.net_1.5.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.77kB)
04:46:51 [INFO] Fetching org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.57kB)
04:46:51 [INFO] Fetching org.eclipse.ui.ide.application_1.5.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (129.16kB)
04:46:51 [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
04:46:52 [INFO] Fetching slf4j.api_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (62.14kB)
04:46:52 [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (150.25kB)
04:46:53 [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (308.6kB)
04:46:53 [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.51kB)
04:46:53 [INFO] Fetching com.google.guava_32.1.2.jre.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.9MB)
04:46:53 [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (119.01kB)
04:46:53 [INFO] Fetching org.objectweb.asm.commons_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (70.52kB)
04:46:53 [INFO] Fetching org.objectweb.asm.util_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.94kB)
04:46:53 [INFO] Fetching org.apache.commons.cli_1.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.92kB)
04:46:53 [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (370.34kB)
04:46:53 [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.5MB)
04:46:53 [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (101.69kB)
04:46:53 [INFO] Fetching org.eclipse.core.databinding.beans_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (83.25kB)
04:46:53 [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.16kB)
04:46:53 [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (188.34kB)
04:46:53 [INFO] Fetching org.eclipse.m2e.archetype.common_3.2.103.20230102-2253.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (633.82kB)
04:46:53 [INFO] Fetching org.eclipse.m2e.maven.runtime_3.9.100.20230519-1558.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (7.65MB)
04:46:54 [INFO] Fetching org.eclipse.m2e.core_2.0.8.20230520-0934.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (640.8kB)
04:46:54 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.56kB)
04:46:54 [INFO] Fetching org.eclipse.m2e.core.ui_2.0.5.20230320-1220.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (810.77kB)
04:46:54 [INFO] Fetching org.eclipse.m2e.model.edit_2.0.300.20230320-2130.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (410.69kB)
04:46:54 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.9kB)
04:46:54 [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (229.37kB)
04:46:54 [INFO] Fetching org.eclipse.wst.sse.core_1.2.1100.v202305221405.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (479.83kB)
04:46:54 [INFO] Fetching org.eclipse.wst.xml.core_1.2.700.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (811.49kB)
04:46:54 [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.85kB)
04:46:54 [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.38kB)
04:46:54 [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (30.58kB)
04:46:54 [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.82kB)
04:46:54 [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (19.88kB)
04:46:54 [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.28kB)
04:46:54 [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (29.67kB)
04:46:54 [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (14.42kB)
04:46:54 [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.74kB)
04:46:54 [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.73kB)
04:46:54 [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.3kB)
04:46:54 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (121.53kB)
04:46:54 [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.86kB)
04:46:54 [INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (50.73kB)
04:46:54 [INFO] Fetching org.objectweb.asm.tree.analysis_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (33.18kB)
04:46:54 [INFO] Fetching slf4j.nop_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.73kB)
04:46:54 [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
04:46:56 [INFO] Fetching org.eclipse.jetty.logging_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.46kB)
04:46:56 [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
04:46:56 [INFO] Fetching org.eclipse.jdt_3.19.200.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (44.73kB)
04:46:56 [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
04:46:56 [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
04:46:58 [INFO] Fetching p2.index from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (172B)
04:46:58 [INFO] Adding repository https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository
04:46:58 [INFO] Fetching content.xml.xz from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (30.03kB)
04:46:58 [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (172B)
04:46:58 [INFO] Adding repository https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository
04:46:58 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (12.01kB)
04:46:58 [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/releases/latest/ (126B)
04:46:58 [INFO] Adding repository https://download.eclipse.org/mylyn/releases/latest
04:46:58 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/latest/ (486B)
04:46:58 [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
04:46:58 [INFO] Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
04:46:58 [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
04:47:01 [INFO] Fetching org.apache.lucene.analysis-common_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.9MB)
04:47:01 [INFO] Fetching org.apache.lucene.core_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.84MB)
04:47:01 [INFO] Fetching org.apache.lucene.analysis-smartcn_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.44MB)
04:47:01 [INFO] Fetching org.apache.lucene.queries_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (546.1kB)
04:47:01 [INFO] Fetching org.apache.lucene.queryparser_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (449.09kB)
04:47:01 [INFO] Fetching org.apache.lucene.sandbox_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (248.53kB)
04:47:01 [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (275.68kB)
04:47:01 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (21.94kB)
04:47:01 [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (17.44kB)
04:47:01 [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (573.38kB)
04:47:01 [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (174.63kB)
04:47:01 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (355.26kB)
04:47:01 [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (578.19kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (22.6kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (348.3kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (636.3kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (232.29kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (97.24kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (99.81kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (196.87kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.79kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.54kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.04kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (381.35kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (476.59kB)
04:47:02 [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (146.78kB)
04:47:02 [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (371.21kB)
04:47:02 [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (80.75kB)
04:47:02 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.39kB)
04:47:02 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (286.47kB)
04:47:02 [INFO] Fetching org.eclipse.jem.util_2.1.400.v202304222306.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (116.25kB)
04:47:02 [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.29kB)
04:47:02 [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (50.13kB)
04:47:02 [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.37kB)
04:47:02 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.703.v202304232220.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (128.65kB)
04:47:02 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (417.78kB)
04:47:02 [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (147.44kB)
04:47:02 [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (421.55kB)
04:47:02 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.403.v202303031844.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (369.74kB)
04:47:02 [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.12.200.v202301170743.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (190.16kB)
04:47:02 [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (144.21kB)
04:47:02 [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (293.58kB)
04:47:02 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.41kB)
04:47:03 [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (142.06kB)
04:47:03 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.1000.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (460.17kB)
04:47:03 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (157.2kB)
04:47:03 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.1000.v202304260646.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (332.91kB)
04:47:03 [INFO] Fetching org.eclipse.jst.j2ee_1.2.900.v202307052047.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.83MB)
04:47:03 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.700.v202307052047.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.72MB)
04:47:03 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.100.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (859.17kB)
04:47:03 [INFO] Fetching org.eclipse.wst.web.ui_1.2.400.v202304020611.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (92.7kB)
04:47:03 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (163.5kB)
04:47:03 [INFO] Fetching org.eclipse.wst.web_1.3.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (79.59kB)
04:47:03 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.1300.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (192.74kB)
04:47:03 [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202206110154.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (82.23kB)
04:47:03 [INFO] Fetching org.eclipse.jst.jee_1.0.1300.v202307052047.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (118.84kB)
04:47:03 [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (66.31kB)
04:47:03 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1100.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (125.58kB)
04:47:03 [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.700.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.82kB)
04:47:03 [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.1001.v202301170822.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (237.15kB)
04:47:03 [INFO] Fetching org.eclipse.jst.j2ee.web_1.2.300.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (478.06kB)
04:47:03 [INFO] Fetching org.eclipse.wst.common.ui_1.2.401.v202304222306.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (153.67kB)
04:47:03 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1600.v202301170822.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (252.67kB)
04:47:04 [INFO] Fetching org.eclipse.wst.css.core_1.3.300.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (555.51kB)
04:47:04 [INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (323.9kB)
04:47:04 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.700.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.01MB)
04:47:04 [INFO] Fetching org.eclipse.wst.sse.ui_1.7.700.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB)
04:47:04 [INFO] Fetching org.eclipse.wst.html.core_1.4.300.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (786.44kB)
04:47:04 [INFO] Fetching org.eclipse.wst.html.ui_1.1.800.v202305230750.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (335.9kB)
04:47:04 [INFO] Fetching p2.index from https://download.eclipse.org/tools/gef/updates/legacy/releases/ (130B)
04:47:04 [INFO] Adding repository https://download.eclipse.org/tools/gef/updates/legacy/releases
04:47:04 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/gef/updates/legacy/releases/
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB)
04:47:04 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB)
04:47:04 [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
04:47:05 [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
04:47:06 [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
04:47:06 [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
04:47:07 [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.14.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (250.75kB)
04:47:07 [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (72.52kB)
04:47:07 [INFO] Fetching org.mockito.mockito-core_5.4.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (673.71kB)
04:47:07 [INFO] Fetching net.bytebuddy.byte-buddy_1.14.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4MB)
04:47:07 [INFO] Fetching org.objenesis_3.3.0.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (68.18kB)
04:47:07 [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
04:47:07 [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
04:47:08 [INFO] Fetching org.eclipse.pde.junit.runtime_3.7.100.v20230630-1319.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.12kB)
04:47:09 [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
04:47:09 [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
04:47:09 [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
04:47:09 [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
04:47:09 [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
04:47:09 [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
04:47:09 [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
04:47:12 [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
04:47:12 [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
04:47:12 [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
04:47:13 [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
04:47:13 [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
04:47:13 [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
04:47:13 [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
04:47:16 [INFO] ------------------------------------------------------------------------
04:47:16 [INFO] Reactor Build Order:
04:47:16 [INFO] 
04:47:16 [INFO] RedDeer Parent POM File                                            [pom]
04:47:16 [INFO] RedDeer Plugins                                                    [pom]
04:47:16 [INFO] RedDeer Common                                          [eclipse-plugin]
04:47:16 [INFO] RedDeer Workbench Core                                  [eclipse-plugin]
04:47:16 [INFO] RedDeer E4 Workbench Core                               [eclipse-plugin]
04:47:16 [INFO] RedDeer Core                                            [eclipse-plugin]
04:47:16 [INFO] RedDeer SWT                                             [eclipse-plugin]
04:47:16 [INFO] RedDeer JFace                                           [eclipse-plugin]
04:47:16 [INFO] RedDeer Workbench                                       [eclipse-plugin]
04:47:16 [INFO] RedDeer E4 Workbench                                    [eclipse-plugin]
04:47:16 [INFO] RedDeer UIForms                                         [eclipse-plugin]
04:47:16 [INFO] RedDeer Direct                                          [eclipse-plugin]
04:47:16 [INFO] RedDeer JUnit                                           [eclipse-plugin]
04:47:16 [INFO] RedDeer Eclipse                                         [eclipse-plugin]
04:47:16 [INFO] RedDeer GEF                                             [eclipse-plugin]
04:47:16 [INFO] RedDeer GEF Spy                                         [eclipse-plugin]
04:47:16 [INFO] RedDeer Graphiti                                        [eclipse-plugin]
04:47:16 [INFO] RedDeer JDT Junit                                       [eclipse-plugin]
04:47:16 [INFO] RedDeer JUnit Extensions                                [eclipse-plugin]
04:47:16 [INFO] RedDeer Requirements                                    [eclipse-plugin]
04:47:16 [INFO] RedDeer UI                                              [eclipse-plugin]
04:47:16 [INFO] RedDeer Spy                                             [eclipse-plugin]
04:47:16 [INFO] RedDeer Recorder                                        [eclipse-plugin]
04:47:16 [INFO] RedDeer Go                                              [eclipse-plugin]
04:47:16 [INFO] RedDeer Log Parser                                      [eclipse-plugin]
04:47:16 [INFO] RedDeer CodeGen                                         [eclipse-plugin]
04:47:16 [INFO] RedDeer Test-Apps                                                  [pom]
04:47:16 [INFO] RedDeer E4 Test App                                     [eclipse-plugin]
04:47:16 [INFO] RedDeer Tests                                                      [pom]
04:47:16 [INFO] RedDeer Common Tests                               [eclipse-test-plugin]
04:47:16 [INFO] RedDeer SWT Tests                                  [eclipse-test-plugin]
04:47:16 [INFO] RedDeer Core Tests                                 [eclipse-test-plugin]
04:47:16 [INFO] RedDeer Workbench Tests                            [eclipse-test-plugin]
04:47:16 [INFO] RedDeer UIForms Test                               [eclipse-test-plugin]
04:47:16 [INFO] RedDeer JFace Tests                                [eclipse-test-plugin]
04:47:16 [INFO] RedDeer Integration and Eclipse Installation Tests [eclipse-test-plugin]
04:47:16 [INFO] RedDeer Eclipse Tests                              [eclipse-test-plugin]
04:47:16 [INFO] RedDeer GEF Tests                                  [eclipse-test-plugin]
04:47:16 [INFO] RedDeer Graphiti Tests                             [eclipse-test-plugin]
04:47:16 [INFO] RedDeer Direct Tests                               [eclipse-test-plugin]
04:47:16 [INFO] RedDeer JUnit Tests                                [eclipse-test-plugin]
04:47:16 [INFO] RedDeer Requirements Tests                         [eclipse-test-plugin]
04:47:16 [INFO] RedDeer UI Tests                                   [eclipse-test-plugin]
04:47:16 [INFO] RedDeer E4 Workbench Tests                         [eclipse-test-plugin]
04:47:16 [INFO] RedDeer Features                                                   [pom]
04:47:16 [INFO] RedDeer E4 Feature                                     [eclipse-feature]
04:47:16 [INFO] RedDeer Eclipse Feature                                [eclipse-feature]
04:47:16 [INFO] RedDeer GEF Spy Feature                                [eclipse-feature]
04:47:16 [INFO] RedDeer SWT Feature                                    [eclipse-feature]
04:47:16 [INFO] RedDeer Tests Feature                                  [eclipse-feature]
04:47:16 [INFO] RedDeer UI Feature                                     [eclipse-feature]
04:47:16 [INFO] RedDeer Recorder Feature                               [eclipse-feature]
04:47:16 [INFO] RedDeer GEF/Graphiti Feature                           [eclipse-feature]
04:47:16 [INFO] RedDeer Spy Feature                                    [eclipse-feature]
04:47:16 [INFO] RedDeer Log Parser Feature                             [eclipse-feature]
04:47:16 [INFO] RedDeer CodeGen Feature                                [eclipse-feature]
04:47:16 [INFO] RedDeer Site                                        [eclipse-repository]
04:47:16 [INFO] RedDeer Archetype                                      [maven-archetype]
04:47:16 [INFO] 
04:47:16 [INFO] ---------------------< org.eclipse.reddeer:parent >---------------------
04:47:16 [INFO] Building RedDeer Parent POM File 4.7.0-SNAPSHOT                   [1/58]
04:47:16 [INFO]   from pom.xml
04:47:16 [INFO] --------------------------------[ pom ]---------------------------------
04:47:16 [INFO] 
04:47:16 [INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
04:47:16 [INFO] 
04:47:16 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ parent ---
04:47:17 [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/**/*
04:47:17 [INFO] 
04:47:17 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ parent ---
04:47:17 [INFO] 
04:47:17 [INFO] --------------------< org.eclipse.reddeer:plugins >---------------------
04:47:17 [INFO] Building RedDeer Plugins 4.7.0-SNAPSHOT                           [2/58]
04:47:17 [INFO]   from plugins/pom.xml
04:47:17 [INFO] --------------------------------[ pom ]---------------------------------
04:47:17 [INFO] 
04:47:17 [INFO] --- clean:3.2.0:clean (default-clean) @ plugins ---
04:47:17 [INFO] 
04:47:17 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins ---
04:47:17 [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/**/*
04:47:17 [INFO] 
04:47:17 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ plugins ---
04:47:17 [INFO] 
04:47:17 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >-----------
04:47:17 [INFO] Building RedDeer Common 4.7.0-SNAPSHOT                            [3/58]
04:47:17 [INFO]   from plugins/org.eclipse.reddeer.common/pom.xml
04:47:17 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:17 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:18 [INFO] 
04:47:18 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common ---
04:47:18 [INFO] 
04:47:18 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common ---
04:47:18 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:18 [INFO] 
04:47:18 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common ---
04:47:18 [INFO] 
04:47:18 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common ---
04:47:18 [INFO] 
04:47:18 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common ---
04:47:18 [INFO] 
04:47:18 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common ---
04:47:19 [INFO] Resolving class path of RedDeer Common...
04:47:19 [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (79.16kB)
04:47:19 [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.1MB)
04:47:19 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (251.02kB)
04:47:19 [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.92kB)
04:47:19 [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.300.v20230622-2056.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.02kB)
04:47:19 [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.07MB)
04:47:19 [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202210162353.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.9kB)
04:47:19 [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.16MB)
04:47:19 [INFO] 
04:47:19 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common ---
04:47:19 [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/**/*
04:47:19 [INFO] 
04:47:19 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common ---
04:47:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:20 [INFO] Copying 1 resource
04:47:20 [INFO] 
04:47:20 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common ---
04:47:20 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/bin
04:47:22 [INFO] 
04:47:22 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.common ---
04:47:22 [INFO] 
04:47:22 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common ---
04:47:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/src/test/resources
04:47:22 [INFO] 
04:47:22 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.common ---
04:47:22 [INFO] 
04:47:22 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.common ---
04:47:23 [INFO] No tests to run.
04:47:23 [INFO] 
04:47:23 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common ---
04:47:23 [INFO] 
04:47:23 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common ---
04:47:23 [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
04:47:23 [INFO] 
04:47:23 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common ---
04:47:23 [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
04:47:23 [INFO] 
04:47:23 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common ---
04:47:23 [INFO] 
04:47:23 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.common ---
04:47:23 [INFO] 
04:47:23 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.common ---
04:47:23 [INFO] No tests to run.
04:47:23 [INFO] 
04:47:23 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >-------
04:47:23 [INFO] Building RedDeer Workbench Core 4.7.0-SNAPSHOT                    [4/58]
04:47:23 [INFO]   from plugins/org.eclipse.reddeer.workbench.core/pom.xml
04:47:23 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:23 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:24 [INFO] 
04:47:24 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] Resolving class path of RedDeer Workbench Core...
04:47:24 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.0.v20230501-1823.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (12.61kB)
04:47:24 [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.0.v20230501-1823.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (12.12kB)
04:47:24 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (31.84kB)
04:47:24 [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (11.39kB)
04:47:24 [INFO] 
04:47:24 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [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/**/*
04:47:24 [INFO] 
04:47:24 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/resources
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/bin
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/src/test/resources
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] No tests to run.
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [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
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [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
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.workbench.core ---
04:47:24 [INFO] No tests to run.
04:47:24 [INFO] 
04:47:24 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------
04:47:24 [INFO] Building RedDeer E4 Workbench Core 4.7.0-SNAPSHOT                 [5/58]
04:47:24 [INFO]   from plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
04:47:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:24 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:24 [INFO] 
04:47:24 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:24 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:24 [INFO] Resolving class path of RedDeer E4 Workbench Core...
04:47:24 [INFO] 
04:47:24 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:24 [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/**/*
04:47:24 [INFO] 
04:47:24 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/resources
04:47:24 [INFO] 
04:47:24 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:24 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/bin
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [INFO] No tests to run.
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [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
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [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
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4.workbench.core ---
04:47:25 [INFO] No tests to run.
04:47:25 [INFO] 
04:47:25 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------
04:47:25 [INFO] Building RedDeer Core 4.7.0-SNAPSHOT                              [6/58]
04:47:25 [INFO]   from plugins/org.eclipse.reddeer.core/pom.xml
04:47:25 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:25 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:25 [INFO] 
04:47:25 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] Resolving class path of RedDeer Core...
04:47:25 [INFO] 
04:47:25 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core ---
04:47:25 [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/**/*
04:47:25 [INFO] 
04:47:25 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/resources
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/bin
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/src/test/resources
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] No tests to run.
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core ---
04:47:25 [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
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core ---
04:47:25 [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
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] 
04:47:25 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.core ---
04:47:25 [INFO] No tests to run.
04:47:25 [INFO] 
04:47:25 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >-------------
04:47:25 [INFO] Building RedDeer SWT 4.7.0-SNAPSHOT                               [7/58]
04:47:25 [INFO]   from plugins/org.eclipse.reddeer.swt/pom.xml
04:47:25 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:25 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:25 [INFO] 
04:47:25 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt ---
04:47:25 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt ---
04:47:25 [INFO] 
04:47:25 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt ---
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt ---
04:47:25 [INFO] Resolving class path of RedDeer SWT...
04:47:25 [INFO] 
04:47:25 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt ---
04:47:25 [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/**/*
04:47:25 [INFO] 
04:47:25 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt ---
04:47:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/resources
04:47:25 [INFO] 
04:47:25 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt ---
04:47:25 [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/bin
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.swt ---
04:47:26 [INFO] 
04:47:26 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt ---
04:47:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/src/test/resources
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.swt ---
04:47:26 [INFO] 
04:47:26 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.swt ---
04:47:26 [INFO] No tests to run.
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt ---
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt ---
04:47:26 [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
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt ---
04:47:26 [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
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt ---
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.swt ---
04:47:26 [INFO] 
04:47:26 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.swt ---
04:47:26 [INFO] No tests to run.
04:47:26 [INFO] 
04:47:26 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------
04:47:26 [INFO] Building RedDeer JFace 4.7.0-SNAPSHOT                             [8/58]
04:47:26 [INFO]   from plugins/org.eclipse.reddeer.jface/pom.xml
04:47:26 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:26 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:26 [INFO] 
04:47:26 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] 
04:47:26 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] Resolving class path of RedDeer JFace...
04:47:26 [INFO] 
04:47:26 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface ---
04:47:26 [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/**/*
04:47:26 [INFO] 
04:47:26 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/resources
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/bin
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] 
04:47:26 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/src/test/resources
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] 
04:47:26 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] No tests to run.
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface ---
04:47:26 [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
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface ---
04:47:26 [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
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] 
04:47:26 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] 
04:47:26 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.jface ---
04:47:26 [INFO] No tests to run.
04:47:26 [INFO] 
04:47:26 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >----------
04:47:26 [INFO] Building RedDeer Workbench 4.7.0-SNAPSHOT                         [9/58]
04:47:26 [INFO]   from plugins/org.eclipse.reddeer.workbench/pom.xml
04:47:26 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:27 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:27 [INFO] 
04:47:27 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench ---
04:47:27 [INFO] 
04:47:27 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench ---
04:47:27 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:27 [INFO] 
04:47:27 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench ---
04:47:27 [INFO] 
04:47:27 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench ---
04:47:27 [INFO] 
04:47:27 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench ---
04:47:27 [INFO] 
04:47:27 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench ---
04:47:27 [INFO] Resolving class path of RedDeer Workbench...
04:47:27 [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (59.56kB)
04:47:27 [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (12.94kB)
04:47:27 [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.2.0.v20230616-1215.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.56kB)
04:47:27 [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13kB)
04:47:27 [INFO] Fetching org.eclipse.equinox.security.macosx_1.102.0.v20230616-1215.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (29.89kB)
04:47:27 [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (39.29kB)
04:47:27 [INFO] Fetching org.eclipse.ui.win32_3.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.35kB)
04:47:27 [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.13kB)
04:47:27 [INFO] Fetching org.eclipse.equinox.security.linux_1.1.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.64kB)
04:47:27 [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (27.41kB)
04:47:27 [INFO] 
04:47:27 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench ---
04:47:27 [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/**/*
04:47:27 [INFO] 
04:47:27 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench ---
04:47:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/resources
04:47:27 [INFO] 
04:47:27 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench ---
04:47:27 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/bin
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench ---
04:47:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/src/test/resources
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.workbench ---
04:47:28 [INFO] No tests to run.
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench ---
04:47:28 [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
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench ---
04:47:28 [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
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.workbench ---
04:47:28 [INFO] No tests to run.
04:47:28 [INFO] 
04:47:28 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >--------
04:47:28 [INFO] Building RedDeer E4 Workbench 4.7.0-SNAPSHOT                     [10/58]
04:47:28 [INFO]   from plugins/org.eclipse.reddeer.e4.workbench/pom.xml
04:47:28 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:28 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:28 [INFO] 
04:47:28 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] Resolving class path of RedDeer E4 Workbench...
04:47:28 [INFO] 
04:47:28 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [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/**/*
04:47:28 [INFO] 
04:47:28 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/resources
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/bin
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] No tests to run.
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [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
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [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
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] 
04:47:28 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4.workbench ---
04:47:28 [INFO] No tests to run.
04:47:28 [INFO] 
04:47:28 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >-----------
04:47:28 [INFO] Building RedDeer UIForms 4.7.0-SNAPSHOT                          [11/58]
04:47:28 [INFO]   from plugins/org.eclipse.reddeer.uiforms/pom.xml
04:47:28 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:28 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:28 [INFO] 
04:47:28 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] 
04:47:28 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] Resolving class path of RedDeer UIForms...
04:47:28 [INFO] 
04:47:28 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms ---
04:47:28 [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/**/*
04:47:28 [INFO] 
04:47:28 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/resources
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/bin
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] 
04:47:28 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/src/test/resources
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] 
04:47:28 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] No tests to run.
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms ---
04:47:28 [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
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms ---
04:47:28 [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
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] 
04:47:28 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.uiforms ---
04:47:28 [INFO] No tests to run.
04:47:28 [INFO] 
04:47:28 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >-----------
04:47:28 [INFO] Building RedDeer Direct 4.7.0-SNAPSHOT                           [12/58]
04:47:28 [INFO]   from plugins/org.eclipse.reddeer.direct/pom.xml
04:47:28 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:28 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:28 [INFO] 
04:47:28 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.direct ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct ---
04:47:28 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.direct ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.direct ---
04:47:28 [INFO] 
04:47:28 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.direct ---
04:47:28 [INFO] 
04:47:28 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.direct ---
04:47:28 [INFO] Resolving class path of RedDeer Direct...
04:47:29 [INFO] 
04:47:29 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct ---
04:47:29 [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/**/*
04:47:29 [INFO] 
04:47:29 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/resources
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/bin
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] 
04:47:29 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/src/test/resources
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] 
04:47:29 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] No tests to run.
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.direct ---
04:47:29 [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
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct ---
04:47:29 [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
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] 
04:47:29 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.direct ---
04:47:29 [INFO] No tests to run.
04:47:29 [INFO] 
04:47:29 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------
04:47:29 [INFO] Building RedDeer JUnit 4.7.0-SNAPSHOT                            [13/58]
04:47:29 [INFO]   from plugins/org.eclipse.reddeer.junit/pom.xml
04:47:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:29 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:29 [INFO] 
04:47:29 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] 
04:47:29 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] Resolving class path of RedDeer JUnit...
04:47:29 [INFO] 
04:47:29 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit ---
04:47:29 [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/**/*
04:47:29 [INFO] 
04:47:29 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/resources
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/bin
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] 
04:47:29 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/src/test/resources
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] 
04:47:29 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] No tests to run.
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.junit ---
04:47:29 [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
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit ---
04:47:29 [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
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] 
04:47:29 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] 
04:47:29 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.junit ---
04:47:29 [INFO] No tests to run.
04:47:29 [INFO] 
04:47:29 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >-----------
04:47:29 [INFO] Building RedDeer Eclipse 4.7.0-SNAPSHOT                          [14/58]
04:47:29 [INFO]   from plugins/org.eclipse.reddeer.eclipse/pom.xml
04:47:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:29 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:30 [INFO] 
04:47:30 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.eclipse ---
04:47:30 [INFO] 
04:47:30 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse ---
04:47:30 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:30 [INFO] 
04:47:30 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse ---
04:47:30 [INFO] 
04:47:30 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse ---
04:47:30 [INFO] 
04:47:30 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse ---
04:47:30 [INFO] 
04:47:30 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse ---
04:47:30 [INFO] Resolving class path of RedDeer Eclipse...
04:47:30 [INFO] 
04:47:30 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse ---
04:47:30 [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/**/*
04:47:30 [INFO] 
04:47:30 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse ---
04:47:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/resources
04:47:30 [INFO] 
04:47:30 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse ---
04:47:30 [INFO] Compiling 251 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/bin
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.eclipse ---
04:47:31 [INFO] 
04:47:31 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse ---
04:47:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/src/test/resources
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.eclipse ---
04:47:31 [INFO] 
04:47:31 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.eclipse ---
04:47:31 [INFO] No tests to run.
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse ---
04:47:31 [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
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse ---
04:47:31 [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
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.eclipse ---
04:47:31 [INFO] 
04:47:31 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.eclipse ---
04:47:31 [INFO] No tests to run.
04:47:31 [INFO] 
04:47:31 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >-------------
04:47:31 [INFO] Building RedDeer GEF 4.7.0-SNAPSHOT                              [15/58]
04:47:31 [INFO]   from plugins/org.eclipse.reddeer.gef/pom.xml
04:47:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:31 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:31 [INFO] 
04:47:31 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] 
04:47:31 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] Resolving class path of RedDeer GEF...
04:47:31 [INFO] 
04:47:31 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef ---
04:47:31 [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/**/*
04:47:31 [INFO] 
04:47:31 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/resources
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/bin
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] 
04:47:31 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/src/test/resources
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] 
04:47:31 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] No tests to run.
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef ---
04:47:31 [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
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef ---
04:47:31 [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
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] 
04:47:31 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.gef ---
04:47:31 [INFO] No tests to run.
04:47:31 [INFO] 
04:47:31 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >-----------
04:47:31 [INFO] Building RedDeer GEF Spy 4.7.0-SNAPSHOT                          [16/58]
04:47:31 [INFO]   from plugins/org.eclipse.reddeer.gef.spy/pom.xml
04:47:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:31 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:31 [INFO] 
04:47:31 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef.spy ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy ---
04:47:31 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy ---
04:47:31 [INFO] 
04:47:31 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy ---
04:47:31 [INFO] 
04:47:31 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.gef.spy ---
04:47:31 [INFO] Resolving class path of RedDeer GEF Spy...
04:47:32 [INFO] 
04:47:32 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [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/**/*
04:47:32 [INFO] 
04:47:32 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/resources
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/bin
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] 
04:47:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/src/test/resources
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] 
04:47:32 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] No tests to run.
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [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
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [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
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] 
04:47:32 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.gef.spy ---
04:47:32 [INFO] No tests to run.
04:47:32 [INFO] 
04:47:32 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >----------
04:47:32 [INFO] Building RedDeer Graphiti 4.7.0-SNAPSHOT                         [17/58]
04:47:32 [INFO]   from plugins/org.eclipse.reddeer.graphiti/pom.xml
04:47:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:32 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:32 [INFO] 
04:47:32 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] 
04:47:32 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] Resolving class path of RedDeer Graphiti...
04:47:32 [INFO] 
04:47:32 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti ---
04:47:32 [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/**/*
04:47:32 [INFO] 
04:47:32 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/resources
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/bin
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] 
04:47:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/src/test/resources
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] 
04:47:32 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] No tests to run.
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti ---
04:47:32 [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
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti ---
04:47:32 [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
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] 
04:47:32 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.graphiti ---
04:47:32 [INFO] No tests to run.
04:47:32 [INFO] 
04:47:32 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >----------
04:47:32 [INFO] Building RedDeer JDT Junit 4.7.0-SNAPSHOT                        [18/58]
04:47:32 [INFO]   from plugins/org.eclipse.reddeer.jdt.junit/pom.xml
04:47:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:32 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:32 [INFO] 
04:47:32 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jdt.junit ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit ---
04:47:32 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jdt.junit ---
04:47:32 [INFO] 
04:47:32 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit ---
04:47:32 [INFO] 
04:47:32 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jdt.junit ---
04:47:32 [INFO] Resolving class path of RedDeer JDT Junit...
04:47:33 [INFO] 
04:47:33 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [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/**/*
04:47:33 [INFO] 
04:47:33 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/resources
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/bin
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] 
04:47:33 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] 
04:47:33 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] No tests to run.
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [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
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [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.
04:47:33 [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
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] 
04:47:33 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.jdt.junit ---
04:47:33 [INFO] No tests to run.
04:47:33 [INFO] 
04:47:33 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >-------
04:47:33 [INFO] Building RedDeer JUnit Extensions 4.7.0-SNAPSHOT                 [19/58]
04:47:33 [INFO]   from plugins/org.eclipse.reddeer.junit.extension/pom.xml
04:47:33 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:33 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:33 [INFO] 
04:47:33 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] 
04:47:33 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] Resolving class path of RedDeer JUnit Extensions...
04:47:33 [INFO] 
04:47:33 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [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/**/*
04:47:33 [INFO] 
04:47:33 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/resources
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/bin
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] 
04:47:33 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/src/test/resources
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] 
04:47:33 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] No tests to run.
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [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
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [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
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] 
04:47:33 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.junit.extension ---
04:47:33 [INFO] No tests to run.
04:47:33 [INFO] 
04:47:33 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >--------
04:47:33 [INFO] Building RedDeer Requirements 4.7.0-SNAPSHOT                     [20/58]
04:47:33 [INFO]   from plugins/org.eclipse.reddeer.requirements/pom.xml
04:47:33 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:33 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:33 [INFO] 
04:47:33 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.requirements ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements ---
04:47:33 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements ---
04:47:33 [INFO] 
04:47:33 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements ---
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.requirements ---
04:47:33 [INFO] Resolving class path of RedDeer Requirements...
04:47:33 [INFO] 
04:47:33 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements ---
04:47:33 [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/**/*
04:47:33 [INFO] 
04:47:33 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements ---
04:47:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/resources
04:47:33 [INFO] 
04:47:33 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.requirements ---
04:47:33 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/bin
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.requirements ---
04:47:34 [INFO] 
04:47:34 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements ---
04:47:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/src/test/resources
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.requirements ---
04:47:34 [INFO] 
04:47:34 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.requirements ---
04:47:34 [INFO] No tests to run.
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.requirements ---
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements ---
04:47:34 [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
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements ---
04:47:34 [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
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements ---
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.requirements ---
04:47:34 [INFO] 
04:47:34 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.requirements ---
04:47:34 [INFO] No tests to run.
04:47:34 [INFO] 
04:47:34 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >-------------
04:47:34 [INFO] Building RedDeer UI 4.7.0-SNAPSHOT                               [21/58]
04:47:34 [INFO]   from plugins/org.eclipse.reddeer.ui/pom.xml
04:47:34 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:34 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:34 [INFO] 
04:47:34 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.ui ---
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui ---
04:47:34 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.ui ---
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.ui ---
04:47:34 [INFO] 
04:47:34 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.ui ---
04:47:34 [INFO] 
04:47:34 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.ui ---
04:47:34 [INFO] Resolving class path of RedDeer UI...
04:47:34 [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)
04:47:34 [INFO] Fetching org.eclipse.swtbot.ant.junit_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (10.42kB)
04:47:34 [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)
04:47:35 [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)
04:47:35 [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)
04:47:35 [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)
04:47:35 [INFO] 
04:47:35 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui ---
04:47:35 [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/**/*
04:47:35 [INFO] 
04:47:35 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:35 [INFO] Copying 2 resources
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/bin
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] 
04:47:35 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/src/test/resources
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] 
04:47:35 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] No tests to run.
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.ui ---
04:47:35 [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
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui ---
04:47:35 [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
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] 
04:47:35 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.ui ---
04:47:35 [INFO] No tests to run.
04:47:35 [INFO] 
04:47:35 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >-------------
04:47:35 [INFO] Building RedDeer Spy 4.7.0-SNAPSHOT                              [22/58]
04:47:35 [INFO]   from plugins/org.eclipse.reddeer.spy/pom.xml
04:47:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:35 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:35 [INFO] 
04:47:35 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] 
04:47:35 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] Resolving class path of RedDeer Spy...
04:47:35 [INFO] 
04:47:35 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy ---
04:47:35 [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/**/*
04:47:35 [INFO] 
04:47:35 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:35 [INFO] Copying 1 resource
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/bin
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] 
04:47:35 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/src/test/resources
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] 
04:47:35 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] No tests to run.
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.spy ---
04:47:35 [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
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy ---
04:47:35 [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
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] 
04:47:35 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.spy ---
04:47:35 [INFO] No tests to run.
04:47:35 [INFO] 
04:47:35 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >----------
04:47:35 [INFO] Building RedDeer Recorder 4.7.0-SNAPSHOT                         [23/58]
04:47:35 [INFO]   from plugins/org.eclipse.reddeer.recorder/pom.xml
04:47:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:35 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:35 [INFO] 
04:47:35 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.recorder ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder ---
04:47:35 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder ---
04:47:35 [INFO] 
04:47:35 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder ---
04:47:35 [INFO] 
04:47:35 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.recorder ---
04:47:35 [INFO] Resolving class path of RedDeer Recorder...
04:47:36 [INFO] 
04:47:36 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder ---
04:47:36 [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/**/*
04:47:36 [INFO] 
04:47:36 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/resources
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/bin
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] 
04:47:36 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/src/test/resources
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] 
04:47:36 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] No tests to run.
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder ---
04:47:36 [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
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder ---
04:47:36 [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
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] 
04:47:36 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.recorder ---
04:47:36 [INFO] No tests to run.
04:47:36 [INFO] 
04:47:36 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >-------------
04:47:36 [INFO] Building RedDeer Go 4.7.0-SNAPSHOT                               [24/58]
04:47:36 [INFO]   from plugins/org.eclipse.reddeer.go/pom.xml
04:47:36 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:36 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:36 [INFO] 
04:47:36 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] 
04:47:36 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] Resolving class path of RedDeer Go...
04:47:36 [INFO] 
04:47:36 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.go ---
04:47:36 [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/**/*
04:47:36 [INFO] 
04:47:36 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/resources
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] No sources to compile
04:47:36 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/src does not exist
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] 
04:47:36 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/src/test/resources
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] 
04:47:36 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] No tests to run.
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.go ---
04:47:36 [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
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go ---
04:47:36 [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
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] 
04:47:36 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.go ---
04:47:36 [INFO] No tests to run.
04:47:36 [INFO] 
04:47:36 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >----------
04:47:36 [INFO] Building RedDeer Log Parser 4.7.0-SNAPSHOT                       [25/58]
04:47:36 [INFO]   from plugins/org.eclipse.reddeer.logparser/pom.xml
04:47:36 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:36 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:36 [INFO] 
04:47:36 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.logparser ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser ---
04:47:36 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser ---
04:47:36 [INFO] 
04:47:36 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser ---
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.logparser ---
04:47:36 [INFO] Resolving class path of RedDeer Log Parser...
04:47:36 [INFO] 
04:47:36 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser ---
04:47:36 [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/**/*
04:47:36 [INFO] 
04:47:36 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.logparser ---
04:47:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/resources
04:47:36 [INFO] 
04:47:36 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.logparser ---
04:47:36 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/bin
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.logparser ---
04:47:37 [INFO] 
04:47:37 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.logparser ---
04:47:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/src/test/resources
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.logparser ---
04:47:37 [INFO] 
04:47:37 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.logparser ---
04:47:37 [INFO] No tests to run.
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.logparser ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser ---
04:47:37 [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
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser ---
04:47:37 [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
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.logparser ---
04:47:37 [INFO] 
04:47:37 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.logparser ---
04:47:37 [INFO] No tests to run.
04:47:37 [INFO] 
04:47:37 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >-----------
04:47:37 [INFO] Building RedDeer CodeGen 4.7.0-SNAPSHOT                          [26/58]
04:47:37 [INFO]   from plugins/org.eclipse.reddeer.codegen/pom.xml
04:47:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:37 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:37 [INFO] 
04:47:37 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] 
04:47:37 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] Resolving class path of RedDeer CodeGen...
04:47:37 [INFO] 
04:47:37 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen ---
04:47:37 [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/**/*
04:47:37 [INFO] 
04:47:37 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/resources
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/bin
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] 
04:47:37 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/src/test/resources
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] 
04:47:37 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] No tests to run.
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen ---
04:47:37 [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
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen ---
04:47:37 [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
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] 
04:47:37 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.codegen ---
04:47:37 [INFO] No tests to run.
04:47:37 [INFO] 
04:47:37 [INFO] -------------------< org.eclipse.reddeer:test-apps >--------------------
04:47:37 [INFO] Building RedDeer Test-Apps 4.7.0-SNAPSHOT                        [27/58]
04:47:37 [INFO]   from test-apps/pom.xml
04:47:37 [INFO] --------------------------------[ pom ]---------------------------------
04:47:37 [INFO] 
04:47:37 [INFO] --- clean:3.2.0:clean (default-clean) @ test-apps ---
04:47:37 [INFO] 
04:47:37 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ test-apps ---
04:47:37 [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/**/*
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ test-apps ---
04:47:37 [INFO] 
04:47:37 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >-------------
04:47:37 [INFO] Building RedDeer E4 Test App 4.7.0-SNAPSHOT                      [28/58]
04:47:37 [INFO]   from test-apps/org.eclipse.reddeer.e4/pom.xml
04:47:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:47:37 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:37 [INFO] 
04:47:37 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4 ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 ---
04:47:37 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4 ---
04:47:37 [INFO] 
04:47:37 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 ---
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4 ---
04:47:37 [INFO] Resolving class path of RedDeer E4 Test App...
04:47:37 [INFO] 
04:47:37 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4 ---
04:47:37 [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/**/*
04:47:37 [INFO] 
04:47:37 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4 ---
04:47:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/resources
04:47:37 [INFO] 
04:47:37 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4 ---
04:47:37 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/bin
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4 ---
04:47:38 [INFO] 
04:47:38 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4 ---
04:47:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/src/test/resources
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4 ---
04:47:38 [INFO] 
04:47:38 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4 ---
04:47:38 [INFO] No tests to run.
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4 ---
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 ---
04:47:38 [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
04:47:38 [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
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 ---
04:47:38 [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
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 ---
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4 ---
04:47:38 [INFO] 
04:47:38 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4 ---
04:47:38 [INFO] No tests to run.
04:47:38 [INFO] 
04:47:38 [INFO] ---------------------< org.eclipse.reddeer:tests >----------------------
04:47:38 [INFO] Building RedDeer Tests 4.7.0-SNAPSHOT                            [29/58]
04:47:38 [INFO]   from tests/pom.xml
04:47:38 [INFO] --------------------------------[ pom ]---------------------------------
04:47:38 [INFO] 
04:47:38 [INFO] --- clean:3.2.0:clean (default-clean) @ tests ---
04:47:38 [INFO] 
04:47:38 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ tests ---
04:47:38 [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/**/*
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ tests ---
04:47:38 [INFO] 
04:47:38 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ tests ---
04:47:38 [INFO] 
04:47:38 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >---------
04:47:38 [INFO] Building RedDeer Common Tests 4.7.0-SNAPSHOT                     [30/58]
04:47:38 [INFO]   from tests/org.eclipse.reddeer.common.test/pom.xml
04:47:38 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
04:47:38 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:47:38 [INFO] 
04:47:38 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] 
04:47:38 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] Resolving class path of RedDeer Common Tests...
04:47:38 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.19kB)
04:47:38 [INFO] Fetching org.eclipse.core.net.linux_1.0.300.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (16.38kB)
04:47:38 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (41.14kB)
04:47:38 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.61kB)
04:47:38 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (41.14kB)
04:47:38 [INFO] Fetching org.eclipse.core.net.win32_1.1.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (27.76kB)
04:47:38 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (86.39kB)
04:47:38 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.49kB)
04:47:38 [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (9.6kB)
04:47:38 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (87.79kB)
04:47:38 [INFO] 
04:47:38 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common.test ---
04:47:38 [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/**/*
04:47:38 [INFO] 
04:47:38 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/bin
04:47:38 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources does not exist
04:47:38 [INFO] 
04:47:38 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:47:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/src/test/resources
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test ---
04:47:38 [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
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test ---
04:47:38 [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
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test ---
04:47:38 [INFO] 
04:47:38 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.common.test ---
04:47:39 [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (38.76kB)
04:47:39 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (198.71kB)
04:47:39 [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (57.69kB)
04:47:39 [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (129.01kB)
04:47:39 [INFO] Fetching org.eclipse.jface.notifications_0.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.88kB)
04:47:39 [INFO] Fetching org.eclipse.platform_4.29.0.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (586.38kB)
04:47:42 [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)
04:47:42 [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
04:47:42 [INFO] Command line:
04:47:42 	[/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]
04:47:46 Launching application org.eclipse.ui.ide.workbench...
04:47:49 Running org.eclipse.reddeer.common.test.wait.GroupWaitTest
04:47:49 08:47:49.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:47:50 08:47:50.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
04:47:50 08:47:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:47:54 08:47:54.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
04:47:54 08:47:54.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:47:58 08:47:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
04:47:58 08:47:58.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:47:59 08:47:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
04:47:59 08:47:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:02 08:48:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
04:48:02 08:48:02.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:04 08:48:04.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
04:48:04 08:48:04.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:08 08:48:08.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
04:48:10 08:48:08.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:15 08:48:15.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
04:48:15 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.121 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest
04:48:15 test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 1.082 s
04:48:15 test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 0 s
04:48:15 test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 4.002 s
04:48:15 test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 4.001 s
04:48:15 test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 3.504 s
04:48:15 test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 2.501 s
04:48:15 test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 11.003 s
04:48:15 test_groupWaitValidAndNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 0 s
04:48:15 Running org.eclipse.reddeer.common.test.wait.TimePeriodTest
04:48:16 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest
04:48:16 getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0.001 s
04:48:16 getSeconds_factor1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
04:48:16 getSeconds_factor_gt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0.001 s
04:48:16 getSeconds_factor_lt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
04:48:16 getSeconds_factor1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
04:48:16 getSeconds_factor_gt1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
04:48:16 getSeconds_factor1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
04:48:16 getSeconds_factor_lt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
04:48:16 getSeconds_factor1(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
04:48:16 getSeconds_factor_lt1_smallnumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
04:48:16 getSeconds_factor_gt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
04:48:16 Running org.eclipse.reddeer.common.test.wait.WaitWhileTest
04:48:16 08:48:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:23 08:48:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
04:48:23 08:48:23.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:30 08:48:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
04:48:30 08:48:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:32 08:48:32.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
04:48:32 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.506 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest
04:48:32 test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 0 s
04:48:32 test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 0 s
04:48:32 test_WaitWhileFulFilled(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 7.001 s
04:48:32 test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 0.001 s
04:48:32 test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 7.001 s
04:48:32 test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 2.501 s
04:48:32 Running org.eclipse.reddeer.common.test.wait.WaitUntilTest
04:48:32 08:48:32.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:39 08:48:39.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
04:48:39 08:48:39.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:46 08:48:46.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
04:48:46 08:48:46.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
04:48:49 08:48:49.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
04:48:49 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.506 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest
04:48:49 test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 0 s
04:48:49 test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 0.001 s
04:48:49 test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 0 s
04:48:49 test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 7.001 s
04:48:49 test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 7.001 s
04:48:49 test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 2.501 s
04:48:49 Running org.eclipse.reddeer.common.test.wait.WaitProviderTest
04:48:49 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest
04:48:49 test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest)  Time elapsed: 0 s
04:48:49 test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest)  Time elapsed: 0 s
04:48:49 test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest)  Time elapsed: 0 s
04:48:49 Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest
04:48:49 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest
04:48:49 testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.035 s
04:48:49 testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.003 s
04:48:49 testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.001 s
04:48:49 testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.002 s
04:48:49 testXPathWithNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.001 s
04:48:49 testXPathWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.001 s
04:48:49 Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest
04:48:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest
04:48:49 testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest)  Time elapsed: 0.003 s
04:48:49 testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest)  Time elapsed: 0.001 s
04:48:49 Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest
04:48:49 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.common.properties.RedDeerPropertiesTest
04:48:49 getFloatSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
04:48:49 getSystemValue_float_fail(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
04:48:49 getFloatSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
04:48:49 getBooleanSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
04:48:49 getSystemValue_float(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
04:48:49 getByName_nonExisting(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
04:48:49 getSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
04:48:49 Running org.eclipse.reddeer.common.properties.LoggerTest
04:48:49 08:48:49.134 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message
04:48:49 08:48:49.134 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message
04:48:49 08:48:49.134 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message
04:48:49 08:48:49.134 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message
04:48:49 08:48:49.134 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message
04:48:49 08:48:49.134 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message
04:48:49 08:48:49.135 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message
04:48:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.common.properties.LoggerTest
04:48:49 testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest)  Time elapsed: 0.001 s
04:48:49 
04:48:49 Results:
04:48:49 
04:48:49 Tests run: 50, Failures: 0, Errors: 0, Skipped: 0
04:48:49 
04:48:50 [INFO] All tests passed!
04:48:50 [INFO] 
04:48:50 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test ---
04:48:50 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec
04:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
04:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
04:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
04:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
04:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
04:48:50 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
04:48:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
04:48:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
04:48:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
04:48:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
04:48:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
04:48:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
04:48:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
04:48:51 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
04:48:51 [INFO] 
04:48:51 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >----------
04:48:51 [INFO] Building RedDeer SWT Tests 4.7.0-SNAPSHOT                        [31/58]
04:48:51 [INFO]   from tests/org.eclipse.reddeer.swt.test/pom.xml
04:48:51 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
04:48:51 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:48:52 [INFO] 
04:48:52 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt.test ---
04:48:52 [INFO] 
04:48:52 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test ---
04:48:52 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:48:52 [INFO] 
04:48:52 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test ---
04:48:52 [INFO] 
04:48:52 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test ---
04:48:52 [INFO] 
04:48:52 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test ---
04:48:52 [INFO] 
04:48:52 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt.test ---
04:48:52 [INFO] Resolving class path of RedDeer SWT Tests...
04:48:52 [INFO] 
04:48:52 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test ---
04:48:52 [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/**/*
04:48:52 [INFO] 
04:48:52 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test ---
04:48:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:48:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/resources
04:48:52 [INFO] 
04:48:52 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt.test ---
04:48:52 [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/bin
04:48:53 [INFO] 
04:48:53 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test ---
04:48:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:48:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/src/test/resources
04:48:53 [INFO] 
04:48:53 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt.test ---
04:48:53 [INFO] 
04:48:53 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test ---
04:48:53 [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
04:48:53 [INFO] 
04:48:53 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test ---
04:48:53 [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
04:48:53 [INFO] 
04:48:53 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test ---
04:48:53 [INFO] 
04:48:53 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.swt.test ---
04:48:55 [INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.26.0.20230705-0942.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (132.67kB)
04:48:55 [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (81.03kB)
04:48:55 [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (352.28kB)
04:48:55 [INFO] Fetching org.eclipse.jetty.http_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (256.75kB)
04:48:55 [INFO] Fetching org.eclipse.jetty.io_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (211.53kB)
04:48:55 [INFO] Fetching org.eclipse.jetty.util_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (557.33kB)
04:48:55 [INFO] Fetching org.eclipse.jetty.server_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (777.98kB)
04:48:55 [INFO] Fetching org.eclipse.jetty.security_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (118.37kB)
04:48:55 [INFO] Fetching org.eclipse.jetty.servlet_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (161.99kB)
04:48:55 [INFO] Fetching org.eclipse.jetty.webapp_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (155.17kB)
04:48:55 [INFO] Fetching org.eclipse.jetty.xml_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (70.41kB)
04:48:55 [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (62.46kB)
04:48:55 [INFO] Fetching slf4j.api_1.7.36.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (40.16kB)
04:48:55 [INFO] Fetching com.google.guava_32.1.0.jre.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (2.9MB)
04:48:56 [INFO] Fetching slf4j.simple_1.7.36.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (14.97kB)
04:48:56 [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)
04:48:56 [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
04:48:56 [INFO] Command line:
04:48:56 	[/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]
04:48:58 Launching application org.eclipse.ui.ide.workbench...
04:48:58 SLF4J: No SLF4J providers were found.
04:48:58 SLF4J: Defaulting to no-operation (NOP) logger implementation
04:48:58 SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
04:49:02 Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:02 08:49:02.356 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
04:49:02 08:49:02.358 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
04:49:02 08:49:02.425 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
04:49:02 08:49:02.426 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
04:49:02 08:49:02.443 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:02 08:49:02.463 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:02 08:49:02.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:02 08:49:02.467 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:02 08:49:02.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
04:49:02 08:49:02.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
04:49:02 08:49:02.533 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
04:49:02 08:49:02.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:02 08:49:02.536 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:02 08:49:02.538 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:02 08:49:02.539 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:02 08:49:02.542 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:02 08:49:02.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:02 08:49:02.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:02 08:49:02.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:02 08:49:02.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:02 08:49:02.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:02 08:49:02.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:02 08:49:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:02 08:49:02.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:02 08:49:02.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:02 08:49:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:02 08:49:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:02 08:49:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:02 08:49:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:02 08:49:02.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:02 08:49:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:02 08:49:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:02 08:49:02.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35
04:49:02 08:49:02.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:02 08:49:02.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem"
04:49:02 08:49:02.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:02 08:49:02.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:02 08:49:02.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:02 08:49:02.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:02 08:49:02.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:02 08:49:02.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:02 08:49:02.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:02 08:49:02.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:02 08:49:02.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:02 08:49:02.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:02 08:49:02.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:02 08:49:02.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:02 08:49:02.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:02 08:49:02.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
04:49:02 08:49:02.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:02 08:49:02.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:02 08:49:02.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:02 08:49:02.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:02 08:49:02.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:02 08:49:02.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:02 08:49:02.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:02 08:49:02.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:02 08:49:02.965 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
04:49:02 08:49:02.968 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem'
04:49:02 08:49:02.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:02 08:49:02.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:02 08:49:02.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:03 08:49:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 08:49:03.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:03 08:49:03.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:03 08:49:03.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:03 08:49:03.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:03 08:49:03.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.132 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
04:49:03 08:49:03.132 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem"
04:49:03 08:49:03.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:03 08:49:03.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:03 08:49:03.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 08:49:03.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:03 08:49:03.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:03 08:49:03.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:03 08:49:03.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:03 08:49:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.239 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
04:49:03 08:49:03.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem"
04:49:03 08:49:03.240 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem'
04:49:03 08:49:03.240 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem
04:49:03 08:49:03.240 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1'
04:49:03 08:49:03.240 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1
04:49:03 08:49:03.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:03 08:49:03.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:03 08:49:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 08:49:03.327 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.327 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:03 08:49:03.327 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:03 08:49:03.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:03 08:49:03.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:03 08:49:03.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
04:49:03 08:49:03.364 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem'
04:49:03 08:49:03.365 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem
04:49:03 08:49:03.365 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1'
04:49:03 08:49:03.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:03 08:49:03.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:03 08:49:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 08:49:03.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.445 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:03 08:49:03.445 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:03 08:49:03.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:03 08:49:03.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:03 08:49:03.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
04:49:03 08:49:03.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem"
04:49:03 08:49:03.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1"
04:49:03 08:49:03.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:03 08:49:03.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:03 08:49:03.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 08:49:03.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:03 08:49:03.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:03 08:49:03.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:03 08:49:03.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:03 08:49:03.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 08:49:03.642 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
04:49:03 08:49:03.642 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem"
04:49:03 08:49:03.643 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem'
04:49:03 08:49:03.643 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem
04:49:03 08:49:03.643 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1'
04:49:03 08:49:03.643 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1
04:49:03 08:49:03.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:03 08:49:03.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:03 08:49:03.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 08:49:03.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
04:49:03 08:49:03.657 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 08:49:03.658 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:03 08:49:03.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:03 08:49:03.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.32 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
04:49:03 hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.381 s
04:49:03 testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.123 s
04:49:03 hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.113 s
04:49:03 shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.164 s
04:49:03 testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.118 s
04:49:03 hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.115 s
04:49:03 shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.097 s
04:49:03 Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:03 08:49:03.733 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:03 08:49:03.734 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:03 08:49:03.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:03 08:49:03.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:03 08:49:03.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:03 08:49:03.735 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:03 08:49:03.736 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:03 08:49:03.736 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:03 08:49:03.736 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:03 08:49:03.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:03 08:49:03.736 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:03 08:49:03.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:03 08:49:03.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:03 08:49:03.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:03 08:49:03.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:03 08:49:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
04:49:03 08:49:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:03 08:49:03.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:03 08:49:03.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:03 08:49:03.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:03 08:49:03.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:03 08:49:03.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:03 08:49:03.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:03 08:49:03.843 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:03 08:49:03.844 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:03 08:49:03.844 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:03 08:49:03.845 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:03 08:49:03.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:03 08:49:03.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:03 08:49:03.847 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:03 08:49:03.847 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
04:49:03 08:49:03.848 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1"
04:49:03 08:49:03.848 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2"
04:49:03 08:49:03.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:03 08:49:03.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:03 08:49:03.854 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:03 08:49:03.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 08:49:03.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:03 08:49:03.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:03 08:49:03.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:03 08:49:03.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:03 08:49:03.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:03 08:49:03.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:03 08:49:03.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:03 08:49:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:03 08:49:03.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:03 08:49:03.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:03 08:49:03.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:03 08:49:03.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:03 08:49:03.957 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
04:49:03 08:49:03.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:03 08:49:03.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:03 08:49:03.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:03 08:49:03.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:03 08:49:03.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:03 08:49:03.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:03 08:49:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:03 08:49:03.959 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:03 08:49:03.959 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:03 08:49:03.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:03 08:49:03.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:03 08:49:03.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:03 08:49:03.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:03 08:49:03.960 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:03 08:49:03.960 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
04:49:03 08:49:03.960 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1"
04:49:03 08:49:03.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:03 08:49:03.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:03 08:49:03.966 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:03 08:49:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:03 08:49:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:03 08:49:03.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:03 08:49:03.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:03 08:49:03.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:03 08:49:03.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:03 08:49:03.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:03 08:49:03.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:03 08:49:03.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:03 08:49:03.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
04:49:04 08:49:04.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:04 08:49:04.042 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:04 08:49:04.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
04:49:04 08:49:04.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
04:49:04 08:49:04.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
04:49:04 08:49:04.043 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio'
04:49:04 08:49:04.043 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio
04:49:04 08:49:04.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio"
04:49:04 08:49:04.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio
04:49:04 08:49:04.046 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio
04:49:04 08:49:04.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.059 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.102 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
04:49:04 08:49:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:04 08:49:04.126 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.126 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.128 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:04 08:49:04.129 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
04:49:04 08:49:04.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.181 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
04:49:04 08:49:04.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.182 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.183 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.183 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.183 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:04 08:49:04.183 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
04:49:04 08:49:04.183 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
04:49:04 08:49:04.183 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
04:49:04 08:49:04.183 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio'
04:49:04 08:49:04.183 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu'
04:49:04 08:49:04.183 DEBUG [main][MenuItemLookup] Item match:DisabledMenu
04:49:04 08:49:04.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35
04:49:04 08:49:04.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.262 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem"
04:49:04 08:49:04.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.273 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.328 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
04:49:04 08:49:04.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:04 08:49:04.329 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.330 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:04 08:49:04.330 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
04:49:04 08:49:04.330 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
04:49:04 08:49:04.330 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
04:49:04 08:49:04.330 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio'
04:49:04 08:49:04.330 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu'
04:49:04 08:49:04.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.344 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.344 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35
04:49:04 08:49:04.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.384 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem"
04:49:04 08:49:04.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
04:49:04 08:49:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:04 08:49:04.455 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.456 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.456 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:04 08:49:04.456 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
04:49:04 08:49:04.456 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
04:49:04 08:49:04.456 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu
04:49:04 08:49:04.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild"
04:49:04 08:49:04.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild"
04:49:04 08:49:04.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.497 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.497 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.540 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
04:49:04 08:49:04.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.542 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:04 08:49:04.542 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.542 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.542 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:04 08:49:04.543 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
04:49:04 08:49:04.543 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
04:49:04 08:49:04.543 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
04:49:04 08:49:04.543 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio'
04:49:04 08:49:04.543 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu'
04:49:04 08:49:04.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.557 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.558 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.601 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
04:49:04 08:49:04.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:04 08:49:04.626 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.626 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.626 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:04 08:49:04.626 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
04:49:04 08:49:04.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1"
04:49:04 08:49:04.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1
04:49:04 08:49:04.627 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1
04:49:04 08:49:04.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1"
04:49:04 08:49:04.630 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
04:49:04 08:49:04.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:04 08:49:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent
04:49:04 08:49:04.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:04 08:49:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:04 08:49:04.630 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:04 08:49:04.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.639 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
04:49:04 08:49:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.692 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.692 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.692 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.739 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35
04:49:04 08:49:04.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.770 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem'
04:49:04 08:49:04.770 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem
04:49:04 08:49:04.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
04:49:04 08:49:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.870 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.870 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.871 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:04 08:49:04.871 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
04:49:04 08:49:04.871 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
04:49:04 08:49:04.871 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu
04:49:04 08:49:04.871 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu"
04:49:04 08:49:04.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.876 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.925 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.925 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:04 08:49:04.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:04 08:49:04.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:04 08:49:04.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:04 08:49:04.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:04 08:49:04.954 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
04:49:04 08:49:04.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:04 08:49:04.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:04 08:49:04.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:04 08:49:04.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:04 08:49:04.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:04 08:49:04.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:04 08:49:04.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:04 08:49:04.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:04 08:49:04.955 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:04 08:49:04.955 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:04 08:49:04.955 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:04 08:49:04.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:04 08:49:04.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:04 08:49:04.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:04 08:49:04.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:04 08:49:04.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:04 08:49:04.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:04 08:49:04.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:04 08:49:04.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:04 08:49:04.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:04 08:49:04.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:04 08:49:04.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:04 08:49:04.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:04 08:49:04.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:05 08:49:05.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:05 08:49:05.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:05 08:49:05.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:05 08:49:05.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:05 08:49:05.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
04:49:05 08:49:05.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:05 08:49:05.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:05 08:49:05.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:05 08:49:05.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:05 08:49:05.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:05 08:49:05.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:05 08:49:05.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:05 08:49:05.029 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:05 08:49:05.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:05 08:49:05.029 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:05 08:49:05.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:05 08:49:05.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:05 08:49:05.029 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:05 08:49:05.029 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
04:49:05 08:49:05.029 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
04:49:05 08:49:05.029 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu
04:49:05 08:49:05.029 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild'
04:49:05 08:49:05.029 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild
04:49:05 08:49:05.029 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild"
04:49:05 08:49:05.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:05 08:49:05.035 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:05 08:49:05.035 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:05 08:49:05.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 08:49:05.042 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:05 08:49:05.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:05 08:49:05.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:05 08:49:05.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:05 08:49:05.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:05 08:49:05.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:05 08:49:05.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:05 08:49:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:05 08:49:05.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:05 08:49:05.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:05 08:49:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:05 08:49:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:05 08:49:05.082 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
04:49:05 08:49:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:05 08:49:05.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:05 08:49:05.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:05 08:49:05.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:05 08:49:05.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:05 08:49:05.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:05 08:49:05.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:05 08:49:05.083 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:05 08:49:05.083 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:05 08:49:05.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:05 08:49:05.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:05 08:49:05.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:05 08:49:05.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:05 08:49:05.083 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:05 08:49:05.084 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
04:49:05 08:49:05.089 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:05 08:49:05.089 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:05 08:49:05.089 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:05 08:49:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 08:49:05.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:05 08:49:05.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:05 08:49:05.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:05 08:49:05.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:05 08:49:05.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:05 08:49:05.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:05 08:49:05.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:05 08:49:05.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:05 08:49:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:05 08:49:05.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:05 08:49:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:05 08:49:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:05 08:49:05.160 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
04:49:05 08:49:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:05 08:49:05.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:05 08:49:05.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:05 08:49:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:05 08:49:05.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:05 08:49:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:05 08:49:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:05 08:49:05.161 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:05 08:49:05.161 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:05 08:49:05.161 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:05 08:49:05.161 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:05 08:49:05.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:05 08:49:05.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:05 08:49:05.161 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:05 08:49:05.161 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
04:49:05 08:49:05.161 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
04:49:05 08:49:05.161 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu
04:49:05 08:49:05.162 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild"
04:49:05 08:49:05.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:05 08:49:05.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:05 08:49:05.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:05 08:49:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 08:49:05.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:05 08:49:05.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:05 08:49:05.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:05 08:49:05.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:05 08:49:05.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:05 08:49:05.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:05 08:49:05.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:05 08:49:05.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:05 08:49:05.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:05 08:49:05.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:05 08:49:05.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:05 08:49:05.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:05 08:49:05.225 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
04:49:05 08:49:05.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:05 08:49:05.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:05 08:49:05.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:05 08:49:05.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:05 08:49:05.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:05 08:49:05.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:05 08:49:05.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:05 08:49:05.226 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
04:49:05 08:49:05.226 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
04:49:05 08:49:05.227 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
04:49:05 08:49:05.227 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
04:49:05 08:49:05.227 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:49:05 08:49:05.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:05 08:49:05.227 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
04:49:05 08:49:05.227 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
04:49:05 08:49:05.227 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
04:49:05 08:49:05.227 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
04:49:05 08:49:05.227 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck
04:49:05 08:49:05.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck"
04:49:05 08:49:05.227 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck
04:49:05 08:49:05.228 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck
04:49:05 08:49:05.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:05 08:49:05.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:05 08:49:05.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:05 08:49:05.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 08:49:05.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
04:49:05 08:49:05.240 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:05 08:49:05.240 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:05 08:49:05.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:05 08:49:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.507 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
04:49:05 menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.192 s
04:49:05 menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.044 s
04:49:05 radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.086 s
04:49:05 getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.082 s
04:49:05 disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.092 s
04:49:05 hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.04 s
04:49:05 getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.071 s
04:49:05 hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.052 s
04:49:05 menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.101 s
04:49:05 getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.06 s
04:49:05 selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.102 s
04:49:05 getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.079 s
04:49:05 shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.101 s
04:49:05 menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.085 s
04:49:05 getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.042 s
04:49:05 menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.074 s
04:49:05 getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.089 s
04:49:05 menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.042 s
04:49:05 checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.066 s
04:49:05 Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
04:49:05 08:49:05.290 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
04:49:05 08:49:05.291 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:05 08:49:05.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:05 08:49:05.291 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
04:49:05 08:49:05.291 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:05 08:49:05.291 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:05 08:49:05.292 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:05 08:49:05.292 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:05 08:49:05.292 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:05 08:49:05.324 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java'
04:49:05 08:49:05.325 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java'
04:49:05 08:49:05.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 08:49:05.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:49:05 08:49:05.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:05 08:49:05.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:05 08:49:05.328 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")
04:49:05 08:49:05.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:05 08:49:05.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:05 08:49:05.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:05 08:49:05.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:05 08:49:05.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:49:05 08:49:05.340 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective
04:49:05 08:49:05.340 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:49:05 08:49:05.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:05 08:49:05.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available....
04:49:05 08:49:05.404 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
04:49:05 08:49:05.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective
04:49:05 08:49:05.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:05 08:49:05.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:05 08:49:05.423 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
04:49:05 08:49:05.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:05 08:49:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 08:49:05.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent
04:49:05 08:49:05.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:05 08:49:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:05 08:49:05.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:05 08:49:05.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:05 08:49:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:05 08:49:05.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:49:05 08:49:05.433 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java')
04:49:05 08:49:05.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:49:05 08:49:05.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:49:05 08:49:05.439 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
04:49:05 08:49:05.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:49:05 08:49:05.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:49:05 08:49:05.439 TRACE [main][WidgetHandler] Notify Table with event 13
04:49:05 08:49:05.439 TRACE [main][WidgetHandler] Wait for synchronization
04:49:05 08:49:05.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:05 08:49:05.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 08:49:05.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent
04:49:05 08:49:05.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:05 08:49:05.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:05 08:49:05.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:05 08:49:05.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:49:05 08:49:05.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:05 08:49:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 08:49:05.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent
04:49:05 08:49:05.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:05 08:49:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:05 08:49:05.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:05 08:49:05.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:05 08:49:05.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:05 08:49:05.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:05 08:49:05.448 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:49:05 08:49:05.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:05 08:49:05.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:05 08:49:05.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:05 08:49:05.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:05 08:49:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:49:05 08:49:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:49:05 08:49:05.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:49:05 08:49:05.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:05 08:49:05.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:05 08:49:05.989 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Found menu:'File'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Found menu:'Source'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:49:05 08:49:05.989 DEBUG [main][MenuItemLookup] Item match:Window
04:49:05 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:49:05 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:49:05 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:49:05 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:''
04:49:05 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:49:06 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:49:06 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:49:06 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:05.993 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:49:06 08:49:05.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:05.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 08:49:06.000 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'File'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Source'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Item match:Window
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:49:06 08:49:06.001 DEBUG [main][MenuItemLookup] Item match:Perspective
04:49:06 08:49:06.028 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective'
04:49:06 08:49:06.029 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.029 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...'
04:49:06 08:49:06.029 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...'
04:49:06 08:49:06.029 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...'
04:49:06 08:49:06.029 DEBUG [main][MenuItemLookup] Item match:Reset Perspective...
04:49:06 08:49:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:49:06 08:49:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:06.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 08:49:06.035 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Found menu:'File'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Found menu:'Source'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:49:06 08:49:06.035 DEBUG [main][MenuItemLookup] Item match:Window
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.038 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:49:06 08:49:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 08:49:06.038 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'File'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Source'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Item match:Window
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:49:06 08:49:06.039 DEBUG [main][MenuItemLookup] Item match:Perspective
04:49:06 08:49:06.040 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective'
04:49:06 08:49:06.040 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.040 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...'
04:49:06 08:49:06.040 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...'
04:49:06 08:49:06.040 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...'
04:49:06 08:49:06.040 DEBUG [main][MenuItemLookup] Item match:Reset Perspective...
04:49:06 08:49:06.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:06.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 08:49:06.041 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Found menu:'File'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Found menu:'Source'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:49:06 08:49:06.041 DEBUG [main][MenuItemLookup] Item match:Window
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:49:06 08:49:06.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:06.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 08:49:06.042 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'File'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Source'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:49:06 08:49:06.042 DEBUG [main][MenuItemLookup] Item match:Window
04:49:06 08:49:06.043 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:49:06 08:49:06.043 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:49:06 08:49:06.043 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:49:06 08:49:06.043 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.043 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:49:06 08:49:06.043 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:49:06 08:49:06.043 DEBUG [main][MenuItemLookup] Item match:Perspective
04:49:06 08:49:06.043 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective'
04:49:06 08:49:06.044 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.044 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...'
04:49:06 08:49:06.044 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...'
04:49:06 08:49:06.044 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...'
04:49:06 08:49:06.044 DEBUG [main][MenuItemLookup] Item match:Reset Perspective...
04:49:06 08:49:06.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..."
04:49:06 08:49:06.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective...
04:49:06 08:49:06.044 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective...
04:49:06 08:49:06.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available....
04:49:06 08:49:06.135 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
04:49:06 08:49:06.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective
04:49:06 08:49:06.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:06 08:49:06.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:06 08:49:06.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:06 08:49:06.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:06.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 08:49:06.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent
04:49:06 08:49:06.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:06 08:49:06.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:06 08:49:06.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:06 08:49:06.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:49:06 08:49:06.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:06 08:49:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 08:49:06.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent
04:49:06 08:49:06.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:06 08:49:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:06 08:49:06.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:06 08:49:06.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:06 08:49:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:06 08:49:06.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:06 08:49:06.138 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective
04:49:06 08:49:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:06 08:49:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:06 08:49:06.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:06 08:49:06.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:06 08:49:06.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:06 08:49:06.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest)
04:49:06 08:49:06.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
04:49:06 08:49:06.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:06 08:49:06.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:06 08:49:06.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:06 08:49:06.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:49:06 08:49:06.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:06 08:49:06.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:06 08:49:06.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:49:06 08:49:06.348 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.*')
04:49:06 08:49:06.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:06 08:49:06.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:06 08:49:06.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:06 08:49:06.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:06 08:49:06.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:49:06 08:49:06.358 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:49:06 08:49:06.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:06 08:49:06.493 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)'
04:49:06 08:49:06.493 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.493 DEBUG [main][MenuItemLookup] Found menu:'Run As'
04:49:06 08:49:06.493 DEBUG [main][MenuItemLookup] Item match:Run As
04:49:06 08:49:06.497 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)'
04:49:06 08:49:06.497 DEBUG [main][MenuItemLookup] Item match:(none applicable)
04:49:06 08:49:06.497 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)"
04:49:06 08:49:06.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
04:49:06 08:49:06.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:06 08:49:06.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:06 08:49:06.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:06.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 08:49:06.498 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest)
04:49:06 08:49:06.498 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
04:49:06 08:49:06.498 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:06 08:49:06.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:06 08:49:06.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:06.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
04:49:06 WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest)  Time elapsed: 0.153 s
04:49:06 Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:06 08:49:06.523 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:06 08:49:06.524 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:06 08:49:06.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:06 08:49:06.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:06 08:49:06.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:06 08:49:06.524 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:06 08:49:06.528 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:06 08:49:06.528 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:06 08:49:06.528 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:06 08:49:06.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:06 08:49:06.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
04:49:06 08:49:06.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:06 08:49:06.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:06 08:49:06.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:06 08:49:06.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:06 08:49:06.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:06 08:49:06.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:06 08:49:06.542 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu.
04:49:06 08:49:06.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:49:06 08:49:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:06 08:49:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:06 08:49:06.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:49:06 08:49:06.542 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Found menu:'File'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Found menu:'Source'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:49:06 08:49:06.543 DEBUG [main][MenuItemLookup] Item match:Window
04:49:06 08:49:06.544 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:49:06 08:49:06.544 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:49:06 08:49:06.544 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:49:06 08:49:06.544 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.544 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:49:06 08:49:06.544 DEBUG [main][MenuItemLookup] Item match:Show View
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Templates'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:''
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:49:06 08:49:06.549 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:49:06 08:49:06.549 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:49:06 08:49:06.549 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:49:06 08:49:06.550 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:49:06 08:49:06.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:49:06 08:49:06.654 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
04:49:06 08:49:06.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:49:06 08:49:06.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:06 08:49:06.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:06 08:49:06.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:49:06 08:49:06.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:06 08:49:06.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:06 08:49:06.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:06 08:49:06.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:49:06 08:49:06.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:06 08:49:06.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:06 08:49:06.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:06 08:49:06.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:06 08:49:06.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:06 08:49:06.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:06 08:49:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:06 08:49:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:06 08:49:06.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
04:49:06 08:49:06.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:49:06 08:49:06.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:49:07 08:49:07.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:49:07 08:49:07.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:49:07 08:49:07.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
04:49:07 08:49:07.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:49:07 08:49:07.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:49:07 08:49:07.164 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
04:49:07 08:49:07.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:49:07 08:49:07.164 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:49:07 08:49:07.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT
04:49:07 08:49:07.164 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT
04:49:07 08:49:07.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection
04:49:07 08:49:07.165 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT
04:49:07 08:49:07.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:07 08:49:07.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:07 08:49:07.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:07 08:49:07.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:49:07 08:49:07.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:07 08:49:07.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
04:49:07 08:49:07.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:07 08:49:07.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:07 08:49:07.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:07 08:49:07.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:49:07 08:49:07.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:07 08:49:07.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:07 08:49:07.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:07 08:49:07.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:07 08:49:07.168 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:49:07 08:49:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:07 08:49:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:07 08:49:07.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:07 08:49:07.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:07 08:49:07.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:49:07 08:49:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:49:07 08:49:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:49:07 08:49:07.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:49:07 08:49:07.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:49:07 08:49:07.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:07 08:49:07.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:07 08:49:07.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:49:07 08:49:07.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E')
04:49:07 08:49:07.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:07 08:49:07.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:07 08:49:07.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:49:07 08:49:07.296 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
04:49:07 08:49:07.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
04:49:07 08:49:07.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:49:07 08:49:07.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:49:07 08:49:07.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:49:07 08:49:07.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:49:07 08:49:07.335 DEBUG [main][MenuItemLookup] Found menu:'submenu'
04:49:07 08:49:07.335 DEBUG [main][MenuItemLookup] Found menu:''
04:49:07 08:49:07.335 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID'
04:49:07 08:49:07.335 DEBUG [main][MenuItemLookup] Item match:View Action with ID
04:49:07 08:49:07.335 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID"
04:49:07 08:49:07.335 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID
04:49:07 08:49:07.335 INFO [main][MenuItemHandler] Select menu item: View Action with ID
04:49:07 08:49:07.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled....
04:49:07 08:49:07.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully
04:49:07 08:49:07.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:07 08:49:07.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:07 08:49:07.336 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:07 08:49:07.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:07 08:49:07.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:07 08:49:07.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
04:49:07 08:49:07.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:07 08:49:07.337 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
04:49:07 08:49:07.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:07 08:49:07.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:07 08:49:07.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:07 08:49:07.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:07 08:49:07.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
04:49:07 08:49:07.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:49:07 08:49:07.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:07 08:49:07.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:07 08:49:07.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:49:07 08:49:07.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\E')
04:49:07 08:49:07.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:07 08:49:07.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:07 08:49:07.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:49:07 08:49:07.356 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
04:49:07 08:49:07.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
04:49:07 08:49:07.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:49:07 08:49:07.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:49:07 08:49:07.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:49:07 08:49:07.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:49:07 08:49:07.358 DEBUG [main][MenuItemLookup] Found menu:'submenu'
04:49:07 08:49:07.358 DEBUG [main][MenuItemLookup] Item match:submenu
04:49:07 08:49:07.361 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA'
04:49:07 08:49:07.361 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA
04:49:07 08:49:07.371 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A"
04:49:07 08:49:07.371 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA
04:49:07 08:49:07.371 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A
04:49:07 08:49:07.372 DEBUG [main][MenuItemLookup] Found menu:'submenu'
04:49:07 08:49:07.372 DEBUG [main][MenuItemLookup] Item match:submenu
04:49:07 08:49:07.372 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA'
04:49:07 08:49:07.372 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB'
04:49:07 08:49:07.372 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB
04:49:07 08:49:07.372 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B"
04:49:07 08:49:07.373 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB
04:49:07 08:49:07.373 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B
04:49:07 08:49:07.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:07 08:49:07.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:07 08:49:07.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:07 08:49:07.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:07 08:49:07.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:07 08:49:07.373 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
04:49:07 08:49:07.373 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:07 08:49:07.373 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
04:49:07 08:49:07.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:07 08:49:07.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:07 08:49:07.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:07 08:49:07.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:07 08:49:07.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:07 08:49:07.379 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu.
04:49:07 08:49:07.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:49:07 08:49:07.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:07 08:49:07.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:07 08:49:07.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:49:07 08:49:07.379 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:49:07 08:49:07.379 DEBUG [main][MenuItemLookup] Found menu:'File'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Item match:Window
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:''
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:49:07 08:49:07.380 DEBUG [main][MenuItemLookup] Item match:Show View
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Templates'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:''
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:49:07 08:49:07.385 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:49:07 08:49:07.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:49:07 08:49:07.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:49:07 08:49:07.386 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:49:07 08:49:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:49:07 08:49:07.461 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
04:49:07 08:49:07.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:49:07 08:49:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:07 08:49:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:07 08:49:07.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
04:49:07 08:49:07.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:07 08:49:07.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:07 08:49:07.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:07 08:49:07.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:49:07 08:49:07.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:07 08:49:07.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:07 08:49:07.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:07 08:49:07.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:49:07 08:49:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:49:07 08:49:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:49:07 08:49:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:49:07 08:49:07.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:49:07 08:49:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:49:07 08:49:07.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:49:07 08:49:07.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:49:07 08:49:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:49:07 08:49:07.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:49:07 08:49:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:49:07 08:49:07.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:49:07 08:49:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:49:07 08:49:07.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:49:07 08:49:07.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log
04:49:07 08:49:07.972 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log
04:49:07 08:49:07.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection
04:49:07 08:49:07.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log
04:49:07 08:49:07.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:07 08:49:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:07 08:49:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:07 08:49:07.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:49:07 08:49:07.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:07 08:49:07.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:49:07 08:49:07.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:07 08:49:07.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:07 08:49:07.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:07 08:49:07.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:49:07 08:49:07.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:07 08:49:07.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:07 08:49:07.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:07 08:49:07.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:07 08:49:07.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:07 08:49:07.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:07 08:49:07.975 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:49:07 08:49:07.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:07 08:49:07.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:07 08:49:07.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:07 08:49:07.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:08 08:49:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:49:08 08:49:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:49:08 08:49:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:49:08 08:49:08.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:08 08:49:08.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:08 08:49:08.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:49:08 08:49:08.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:08 08:49:08.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:08 08:49:08.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:49:08 08:49:08.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:08 08:49:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:08 08:49:08.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:49:08 08:49:08.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E')
04:49:08 08:49:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:08 08:49:08.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:08 08:49:08.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:08 08:49:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:08 08:49:08.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:49:08 08:49:08.134 INFO [WorkbenchTestable][AbstractView] Activate view Error Log
04:49:08 08:49:08.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
04:49:08 08:49:08.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:49:08 08:49:08.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:49:08 08:49:08.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:49:08 08:49:08.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:49:08 08:49:08.138 DEBUG [main][MenuItemLookup] Found menu:'Group By'
04:49:08 08:49:08.138 DEBUG [main][MenuItemLookup] Found menu:''
04:49:08 08:49:08.138 DEBUG [main][MenuItemLookup] Found menu:'Filters...'
04:49:08 08:49:08.138 DEBUG [main][MenuItemLookup] Item match:Filters...
04:49:08 08:49:08.138 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..."
04:49:08 08:49:08.138 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters...
04:49:08 08:49:08.138 INFO [main][MenuItemHandler] Select menu item: &Filters...
04:49:08 08:49:08.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available....
04:49:08 08:49:08.215 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
04:49:08 08:49:08.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters
04:49:08 08:49:08.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:08 08:49:08.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:08 08:49:08.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK")
04:49:08 08:49:08.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:08 08:49:08.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:08 08:49:08.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:08 08:49:08.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent
04:49:08 08:49:08.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:08 08:49:08.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:08 08:49:08.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:08 08:49:08.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:08 08:49:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:08 08:49:08.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:08 08:49:08.239 INFO [WorkbenchTestable][AbstractButton] Click button OK
04:49:08 08:49:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:08 08:49:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:08 08:49:08.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:08 08:49:08.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:08 08:49:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available....
04:49:08 08:49:08.342 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
04:49:08 08:49:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available....
04:49:08 08:49:08.342 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
04:49:08 08:49:08.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:08 08:49:08.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:08 08:49:08.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:08 08:49:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:08 08:49:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:08 08:49:08.343 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
04:49:08 08:49:08.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:08 08:49:08.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
04:49:08 08:49:08.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:08 08:49:08.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:08 08:49:08.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:08 08:49:08.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:08 08:49:08.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:08 08:49:08.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:08 08:49:08.346 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate.
04:49:08 08:49:08.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:08 08:49:08.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:08 08:49:08.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:49:08 08:49:08.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:08 08:49:08.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:08 08:49:08.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:49:08 08:49:08.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:49:08 08:49:08.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:08 08:49:08.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:08 08:49:08.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:08 08:49:08.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:08 08:49:08.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:49:08 08:49:08.352 INFO [WorkbenchTestable][AbstractView] Activate view Error Log
04:49:08 08:49:08.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
04:49:08 08:49:08.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:49:08 08:49:08.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:49:08 08:49:08.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:49:08 08:49:08.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:49:08 08:49:08.353 DEBUG [main][MenuItemLookup] Found menu:'Group By'
04:49:08 08:49:08.353 DEBUG [main][MenuItemLookup] Found menu:''
04:49:08 08:49:08.353 DEBUG [main][MenuItemLookup] Found menu:'Filters...'
04:49:08 08:49:08.353 DEBUG [main][MenuItemLookup] Found menu:''
04:49:08 08:49:08.353 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events'
04:49:08 08:49:08.353 DEBUG [main][MenuItemLookup] Found menu:'Show text filter'
04:49:08 08:49:08.353 DEBUG [main][MenuItemLookup] Item match:Show text filter
04:49:08 08:49:08.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter"
04:49:08 08:49:08.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter
04:49:08 08:49:08.353 INFO [main][MenuItemHandler] Select menu item: &Show text filter
04:49:08 08:49:08.355 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
04:49:08 08:49:08.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:08 08:49:08.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:08 08:49:08.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:08 08:49:08.357 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent
04:49:08 08:49:08.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:08 08:49:08.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:08 08:49:08.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:08 08:49:08.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:08 08:49:08.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:08 08:49:08.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:09 08:49:09.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:09 08:49:09.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:09 08:49:09.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:09 08:49:09.366 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found
04:49:09 08:49:09.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:09 08:49:09.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:09 08:49:09.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:09 08:49:09.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:09 08:49:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:09 08:49:09.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
04:49:09 08:49:09.367 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:09 08:49:09.367 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:09 08:49:09.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:09 08:49:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:09 08:49:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:09 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.858 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
04:49:09 actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)  Time elapsed: 0.809 s
04:49:09 parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)  Time elapsed: 0.036 s
04:49:09 testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)  Time elapsed: 0.969 s
04:49:09 testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)  Time elapsed: 1.024 s
04:49:09 Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.378 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.379 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:09 08:49:09.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:09 08:49:09.379 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.379 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:09 08:49:09.379 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:09 08:49:09.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:09 08:49:09.380 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:09 08:49:09.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:09 08:49:09.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:09 08:49:09.380 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:09 08:49:09.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:09 08:49:09.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:09 08:49:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:09 08:49:09.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:09 08:49:09.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:09 08:49:09.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:09 08:49:09.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:09 08:49:09.414 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")
04:49:09 08:49:09.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:09 08:49:09.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:09 08:49:09.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:09 08:49:09.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:09 08:49:09.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:49:09 08:49:09.414 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:49:09 08:49:09.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:09 08:49:09.425 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1'
04:49:09 08:49:09.425 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1
04:49:09 08:49:09.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:09 08:49:09.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:09 08:49:09.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:09 08:49:09.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:09 08:49:09.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:09 08:49:09.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:09 08:49:09.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:09 08:49:09.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:09 08:49:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:09 08:49:09.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:09 08:49:09.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:09 08:49:09.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:09 08:49:09.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:09 08:49:09.485 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")
04:49:09 08:49:09.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:09 08:49:09.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:09 08:49:09.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:09 08:49:09.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:09 08:49:09.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:49:09 08:49:09.486 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:49:09 08:49:09.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:09 08:49:09.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1"
04:49:09 08:49:09.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2"
04:49:09 08:49:09.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3"
04:49:09 08:49:09.503 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.503 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:09 08:49:09.503 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:09 08:49:09.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:09 08:49:09.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:09 08:49:09.511 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:09 08:49:09.511 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:09 08:49:09.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:09 08:49:09.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:09 08:49:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:09 08:49:09.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:09 08:49:09.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:09 08:49:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:09 08:49:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:09 08:49:09.562 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")
04:49:09 08:49:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:09 08:49:09.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:09 08:49:09.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:09 08:49:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:09 08:49:09.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:49:09 08:49:09.562 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:49:09 08:49:09.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:09 08:49:09.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:09 08:49:09.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:09 08:49:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:09 08:49:09.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:09 08:49:09.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:09 08:49:09.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:09 08:49:09.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:09 08:49:09.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:09 08:49:09.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:09 08:49:09.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:09 08:49:09.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:09 08:49:09.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:09 08:49:09.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:09 08:49:09.650 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")
04:49:09 08:49:09.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:09 08:49:09.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:09 08:49:09.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:09 08:49:09.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:09 08:49:09.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:49:09 08:49:09.651 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:49:09 08:49:09.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:09 08:49:09.659 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1"
04:49:09 08:49:09.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:09 08:49:09.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:09 08:49:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:09 08:49:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:09 08:49:09.688 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:09 08:49:09.689 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:09 08:49:09.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:09 08:49:09.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:09 08:49:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
04:49:09 08:49:09.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
04:49:09 08:49:09.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
04:49:09 08:49:09.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:49:09 08:49:09.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:49:09 08:49:09.736 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")
04:49:09 08:49:09.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:09 08:49:09.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:09 08:49:09.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:09 08:49:09.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:09 08:49:09.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:49:09 08:49:09.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:09 08:49:09.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:09 08:49:09.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:09 08:49:09.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:09 08:49:09.751 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
04:49:09 08:49:09.751 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 08:49:09.751 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:09 08:49:09.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:09 08:49:09.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:09 08:49:09.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:09 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
04:49:09 toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.072 s
04:49:09 hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.059 s
04:49:09 toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.074 s
04:49:09 hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.103 s
04:49:09 toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.062 s
04:49:09 Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:09 08:49:09.763 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:09 08:49:09.768 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:09 08:49:09.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:09 08:49:09.768 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:09 08:49:09.768 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:09 08:49:09.768 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:09 08:49:09.772 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:09 08:49:09.772 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:09 08:49:09.772 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:09 08:49:09.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:09 08:49:09.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:09 08:49:09.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:09 08:49:09.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:09 08:49:09.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:09 08:49:09.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:09 08:49:09.893 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
04:49:09 08:49:09.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:09 08:49:09.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:09 08:49:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:09 08:49:09.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:09 08:49:09.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:09 08:49:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:09 08:49:09.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:09 08:49:09.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:49:10 08:49:10.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:10 08:49:10.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:49:10 08:49:10.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:10 08:49:10.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:49:10 08:49:10.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:10 08:49:10.937 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found
04:49:10 08:49:10.938 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:10 08:49:10.938 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:10 08:49:10.938 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:10 08:49:10.938 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:10 08:49:10.938 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:10 08:49:10.938 INFO [main][AbstractShell] Close shell Testing shell
04:49:10 08:49:10.938 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:10 08:49:10.950 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:10 08:49:10.950 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:10 08:49:10.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:10 08:49:10.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:10 08:49:10.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:10 08:49:10.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:10 08:49:10.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:10 08:49:10.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:10 08:49:10.975 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:10 08:49:10.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:10 08:49:10.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:10 08:49:10.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:10 08:49:10.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:10 08:49:10.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:11 08:49:11.008 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:
04:49:11 is "@#NON_EXISITNG_LABEL%$")
04:49:11 08:49:11.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:11 08:49:11.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:11 08:49:11.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:11 08:49:11.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:11 08:49:11.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:11 08:49:11.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:11 08:49:11.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:11 08:49:11.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:11 08:49:11.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:11 08:49:11.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:12 08:49:12.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:12 08:49:12.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:12 08:49:12.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:12 08:49:12.029 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found
04:49:12 08:49:12.029 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:12 08:49:12.029 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:12 08:49:12.029 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:12 08:49:12.029 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:12 08:49:12.029 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:12 08:49:12.029 INFO [main][AbstractShell] Close shell Testing shell
04:49:12 08:49:12.029 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:12 08:49:12.042 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:12 08:49:12.042 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:12 08:49:12.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:12 08:49:12.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:12 08:49:12.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:12 08:49:12.045 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:12 08:49:12.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:12 08:49:12.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:12 08:49:12.088 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
04:49:12 08:49:12.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:12 08:49:12.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:12 08:49:12.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:12 08:49:12.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:12 08:49:12.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:12 08:49:12.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:12 08:49:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:12 08:49:12.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
04:49:12 08:49:12.127 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute()
04:49:12 08:49:12.209 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:12 08:49:12.209 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:12 08:49:12.209 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:12 08:49:12.210 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:12 08:49:12.210 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:12 08:49:12.210 INFO [main][AbstractShell] Close shell Testing shell
04:49:12 08:49:12.210 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:12 08:49:12.232 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:12 08:49:12.232 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:12 08:49:12.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:12 08:49:12.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:12 08:49:12.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.260 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:12 08:49:12.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:12 08:49:12.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:12 08:49:12.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:12 08:49:12.289 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
04:49:12 08:49:12.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:12 08:49:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:12 08:49:12.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:12 08:49:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:12 08:49:12.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:12 08:49:12.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:12 08:49:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:12 08:49:12.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
04:49:12 08:49:12.328 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test";
04:49:12 08:49:12.404 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:12 08:49:12.404 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:12 08:49:12.404 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:12 08:49:12.404 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:12 08:49:12.404 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:12 08:49:12.404 INFO [main][AbstractShell] Close shell Testing shell
04:49:12 08:49:12.405 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:12 08:49:12.410 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:12 08:49:12.410 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:12 08:49:12.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:12 08:49:12.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:12 08:49:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:12 08:49:12.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:12 08:49:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:12 08:49:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:12 08:49:12.459 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
04:49:12 08:49:12.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:12 08:49:12.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:12 08:49:12.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:12 08:49:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:12 08:49:12.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:12 08:49:12.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:12 08:49:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:12 08:49:12.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
04:49:12 08:49:12.479 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:12 08:49:12.479 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:12 08:49:12.479 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:12 08:49:12.479 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:12 08:49:12.479 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:12 08:49:12.479 INFO [main][AbstractShell] Close shell Testing shell
04:49:12 08:49:12.479 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:12 08:49:12.594 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:12 08:49:12.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:12 08:49:12.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:12 08:49:12.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:12 Error sending IPC message: Broken pipe
04:49:12 08:49:12.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:12 08:49:12.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:12 08:49:12.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:12 08:49:12.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:12 08:49:12.640 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:
04:49:12 is "Test browser:")
04:49:12 08:49:12.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:12 08:49:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:12 08:49:12.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:12 08:49:12.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:12 08:49:12.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:12 08:49:12.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:12 08:49:12.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:12 08:49:12.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
04:49:12 08:49:12.661 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:12 08:49:12.661 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:12 08:49:12.661 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:12 08:49:12.662 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:12 08:49:12.662 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:12 08:49:12.662 INFO [main][AbstractShell] Close shell Testing shell
04:49:12 08:49:12.662 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:12 08:49:12.767 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:12 08:49:12.767 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:12 08:49:12.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:12 08:49:12.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:12 08:49:12.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:12 08:49:12.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:12 08:49:12.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:12 08:49:12.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:12 08:49:12.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:12 08:49:12.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:12 08:49:12.798 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
04:49:12 08:49:12.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:12 08:49:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:12 08:49:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:12 08:49:12.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:12 08:49:12.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:12 08:49:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:12 08:49:12.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:12 08:49:12.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:12 08:49:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:12 08:49:12.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
04:49:12 08:49:12.818 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/'
04:49:12 08:49:12.821 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:12 08:49:12.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
04:49:12 08:49:12.822 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:13 08:49:13.018 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:13 08:49:13.290 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:13 08:49:13.322 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:13 08:49:13.514 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:13 failed to create drawable
04:49:13 08:49:13.794 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:13 08:49:13.822 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:13 08:49:13.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
04:49:13 08:49:13.823 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds
04:49:23 08:49:23.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
04:49:23 08:49:23.824 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:23 08:49:23.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
04:49:23 08:49:23.836 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/'
04:49:23 08:49:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
04:49:23 08:49:23.836 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:23 08:49:23.837 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:23 08:49:23.880 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:23 08:49:23.985 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:24 08:49:24.337 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:24 08:49:24.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
04:49:24 08:49:24.337 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds
04:49:34 08:49:34.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
04:49:34 08:49:34.337 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:34 08:49:34.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
04:49:34 08:49:34.339 INFO [WorkbenchTestable][AbstractBrowser] Browser back
04:49:34 08:49:34.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
04:49:34 08:49:34.340 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:34 08:49:34.340 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:34 08:49:34.460 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:34 08:49:34.840 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:34 08:49:34.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
04:49:34 08:49:34.840 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:35 08:49:35.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
04:49:35 08:49:35.841 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:35 08:49:35.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
04:49:35 08:49:35.843 INFO [WorkbenchTestable][AbstractBrowser] Browser forward
04:49:35 08:49:35.844 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:35 08:49:35.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
04:49:35 08:49:35.844 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:35 08:49:35.901 DEBUG [main][BrowserProgressListener] Calling chanded()
04:49:36 08:49:36.344 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:36 08:49:36.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
04:49:36 08:49:36.345 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:37 08:49:37.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
04:49:37 08:49:37.345 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
04:49:37 08:49:37.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
04:49:37 08:49:37.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:37 08:49:37.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:37 08:49:37.346 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:37 08:49:37.347 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:37 08:49:37.347 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:37 08:49:37.347 INFO [main][AbstractShell] Close shell Testing shell
04:49:37 08:49:37.347 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:37 08:49:37.360 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:37 08:49:37.360 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:37 08:49:37.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:37 08:49:37.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:37 08:49:37.360 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:37 08:49:37.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 08:49:37.375 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
04:49:37 08:49:37.375 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:37 08:49:37.375 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:37 08:49:37.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:37 08:49:37.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.613 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
04:49:37 findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 1.203 s
04:49:37 findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 1.068 s
04:49:37 executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 0.215 s
04:49:37 evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 0.17 s
04:49:37 findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 0.181 s
04:49:37 findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 0.157 s
04:49:37 navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 24.605 s
04:49:37 Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:37 08:49:37.390 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:37 08:49:37.390 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:37 08:49:37.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:37 08:49:37.391 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:37 08:49:37.391 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:37 08:49:37.391 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:37 08:49:37.391 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:37 08:49:37.391 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:37 08:49:37.391 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:37 08:49:37.392 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:37 08:49:37.392 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:37 08:49:37.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:37 08:49:37.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:37 08:49:37.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:37 08:49:37.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:37 08:49:37.448 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
04:49:37 08:49:37.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:37 08:49:37.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 08:49:37.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:37 08:49:37.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:37 08:49:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:37 08:49:37.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:37 08:49:37.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:37 08:49:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:37 08:49:37.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found
04:49:37 08:49:37.472 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:
04:49:37 is "Disabled:")
04:49:37 08:49:37.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:37 08:49:37.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 08:49:37.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:37 08:49:37.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:37 08:49:37.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:37 08:49:37.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:37 08:49:37.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:37 08:49:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:37 08:49:37.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:37 08:49:37.478 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:37 08:49:37.478 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:37 08:49:37.478 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:37 08:49:37.479 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:37 08:49:37.479 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:37 08:49:37.479 INFO [main][AbstractShell] Close shell Testing shell
04:49:37 08:49:37.479 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:37 08:49:37.491 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:37 08:49:37.491 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:37 08:49:37.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:37 08:49:37.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:37 08:49:37.491 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:37 08:49:37.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 08:49:37.497 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:37 08:49:37.498 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:37 08:49:37.498 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:37 08:49:37.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:37 08:49:37.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:37 08:49:37.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:37 08:49:37.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:37 08:49:37.556 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')
04:49:37 08:49:37.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:37 08:49:37.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 08:49:37.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:37 08:49:37.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:37 08:49:37.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:37 08:49:37.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:37 08:49:37.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId
04:49:37 08:49:37.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId
04:49:37 08:49:37.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:37 08:49:37.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:37 08:49:37.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:37 08:49:37.583 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to index: 1
04:49:37 08:49:37.587 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:37 08:49:37.587 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:37 08:49:37.587 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:37 08:49:37.588 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:37 08:49:37.588 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:37 08:49:37.588 INFO [main][AbstractShell] Close shell Testing shell
04:49:37 08:49:37.588 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:37 08:49:37.600 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:37 08:49:37.600 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:37 08:49:37.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:37 08:49:37.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:37 08:49:37.600 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:37 08:49:37.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 08:49:37.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:37 08:49:37.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:37 08:49:37.638 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:37 08:49:37.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:37 08:49:37.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:37 08:49:37.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:37 08:49:37.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:37 08:49:37.682 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:
04:49:37 is "Combo0")
04:49:37 08:49:37.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:37 08:49:37.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 08:49:37.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:37 08:49:37.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:37 08:49:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:37 08:49:37.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:37 08:49:37.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:37 08:49:37.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:37 08:49:37.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:37 08:49:37.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and no matchers specified
04:49:37 08:49:37.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:37 08:49:37.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 08:49:37.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:37 08:49:37.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:37 08:49:37.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:37 08:49:37.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:37 08:49:37.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:37 08:49:37.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:37 08:49:37.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:37 08:49:37.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label:
04:49:37 is "Combo1")
04:49:37 08:49:37.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:37 08:49:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:37 08:49:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:37 08:49:37.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:37 08:49:37.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:37 08:49:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:37 08:49:37.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:37 08:49:37.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:37 08:49:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:37 08:49:37.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:37 08:49:37.708 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
04:49:37 08:49:37.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:37 08:49:37.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:37.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:37.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:37.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:40 08:49:37.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:40 08:49:37.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:37.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found
04:49:40 08:49:37.727 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:
04:49:40 is "Combo2")
04:49:40 08:49:37.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:37.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:37.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:37.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:37.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:37.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:40 08:49:37.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:37.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:40 08:49:37.731 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
04:49:40 08:49:37.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:37.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:37.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:37.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:37.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:49:40 08:49:37.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:49:40 08:49:37.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:37.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found
04:49:40 08:49:37.731 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:
04:49:40 is "Combo3")
04:49:40 08:49:37.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:37.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:37.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:37.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:40 08:49:37.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:37.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:40 08:49:37.736 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
04:49:40 08:49:37.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:37.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:37.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:37.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:37.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:49:40 08:49:37.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found
04:49:40 08:49:37.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:37.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found
04:49:40 08:49:37.737 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:40 08:49:37.737 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:40 08:49:37.737 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:40 08:49:37.738 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:40 08:49:37.738 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:40 08:49:37.738 INFO [main][AbstractShell] Close shell Testing shell
04:49:40 08:49:37.738 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:40 08:49:37.750 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:40 08:49:37.750 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:40 08:49:37.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:37.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:40 08:49:37.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:40 08:49:37.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:37.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:40 08:49:37.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:37.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:37.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:40 08:49:37.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:40 08:49:37.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:40 08:49:37.812 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:
04:49:40 is "Combo3")
04:49:40 08:49:37.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:37.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:37.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:37.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:37.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:40 08:49:37.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:37.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:40 08:49:37.850 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to index: 3
04:49:40 08:49:37.851 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:40 08:49:37.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
04:49:40 08:49:37.851 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:40 08:49:37.852 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:40 08:49:37.852 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:40 08:49:37.852 INFO [main][AbstractShell] Close shell Testing shell
04:49:40 08:49:37.852 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:40 08:49:37.864 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:40 08:49:37.864 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:40 08:49:37.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:37.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:40 08:49:37.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:40 08:49:37.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:37.871 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:40 08:49:37.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:37.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:37.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:40 08:49:37.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:40 08:49:37.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:40 08:49:37.913 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:
04:49:40 is "Combo1")
04:49:40 08:49:37.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:37.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:37.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:37.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:37.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:37.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:40 08:49:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:37.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:40 08:49:37.952 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to index: 2
04:49:40 08:49:37.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:49:40 08:49:37.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:37.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:37.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:37.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:37.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:37.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:40 08:49:37.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:37.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:40 08:49:37.953 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:40 08:49:37.954 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:40 08:49:37.954 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:40 08:49:37.954 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:40 08:49:37.955 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:40 08:49:37.955 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:40 08:49:37.955 INFO [main][AbstractShell] Close shell Testing shell
04:49:40 08:49:37.955 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:40 08:49:37.971 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:40 08:49:37.971 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:40 08:49:37.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:37.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:40 08:49:37.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:40 08:49:37.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:37.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:37.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:37.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:40 08:49:37.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:37.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:37.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:40 08:49:37.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:40 08:49:37.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:40 08:49:38.053 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
04:49:40 08:49:38.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:38.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:38.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:38.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:40 08:49:38.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:40 08:49:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:38.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found
04:49:40 08:49:38.077 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to index: 1
04:49:40 08:49:38.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:40 08:49:38.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:40 08:49:38.078 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:40 08:49:38.079 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:40 08:49:38.079 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:40 08:49:38.080 INFO [main][AbstractShell] Close shell Testing shell
04:49:40 08:49:38.080 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:40 08:49:38.092 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:40 08:49:38.092 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:40 08:49:38.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:38.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:40 08:49:38.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:40 08:49:38.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:38.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:38.111 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:38.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:40 08:49:38.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:38.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:38.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:40 08:49:38.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:40 08:49:38.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:40 08:49:38.155 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
04:49:40 08:49:38.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:38.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:38.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:38.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:38.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:38.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:38.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:49:40 08:49:38.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:49:40 08:49:38.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:49:40 08:49:38.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:49:40 08:49:39.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:49:40 08:49:39.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:49:40 08:49:39.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:40 08:49:39.181 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found
04:49:40 08:49:39.181 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:40 08:49:39.181 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:40 08:49:39.181 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:40 08:49:39.181 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:40 08:49:39.181 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:40 08:49:39.181 INFO [main][AbstractShell] Close shell Testing shell
04:49:40 08:49:39.181 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:40 08:49:39.194 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:40 08:49:39.194 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:40 08:49:39.194 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:39.194 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:40 08:49:39.194 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:40 08:49:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:39.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:39.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:40 08:49:39.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:39.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:39.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:40 08:49:39.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:40 08:49:39.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:40 08:49:39.243 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:
04:49:40 is "NON_EXISTING_LABEL_&*")
04:49:40 08:49:39.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:39.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:39.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:39.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:39.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:40 08:49:39.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:39.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:40 08:49:40.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:40.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:40 08:49:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:40 08:49:40.282 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found
04:49:40 08:49:40.282 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:40 08:49:40.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:40 08:49:40.283 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:40 08:49:40.283 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:40 08:49:40.283 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:40 08:49:40.283 INFO [main][AbstractShell] Close shell Testing shell
04:49:40 08:49:40.283 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:40 08:49:40.296 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:40 08:49:40.296 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:40 08:49:40.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:40.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:40 08:49:40.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:40 08:49:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:40.316 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:40.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:40 08:49:40.316 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:40.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:40.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:40 08:49:40.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:40 08:49:40.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:40 08:49:40.359 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:
04:49:40 is "Combo2")
04:49:40 08:49:40.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:40.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:40.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:40.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:40.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:40.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:40.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:40 08:49:40.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:40.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
04:49:40 08:49:40.384 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to selection: Item23
04:49:40 08:49:40.386 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
04:49:40 08:49:40.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:40.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:40.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:40.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:40.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:40.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:40.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:40 08:49:40.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:40.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:40 08:49:40.386 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:40 08:49:40.392 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:40 08:49:40.392 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:40 08:49:40.392 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:40 08:49:40.392 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:40 08:49:40.393 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:40 08:49:40.393 INFO [main][AbstractShell] Close shell Testing shell
04:49:40 08:49:40.393 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:40 08:49:40.404 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:40 08:49:40.404 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:40 08:49:40.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:40.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:40 08:49:40.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:40 08:49:40.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:40.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
04:49:40 08:49:40.410 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 08:49:40.410 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:40 08:49:40.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:40 08:49:40.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.022 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
04:49:40 enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.105 s
04:49:40 findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.14 s
04:49:40 getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.131 s
04:49:40 findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.102 s
04:49:40 selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.127 s
04:49:40 findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.113 s
04:49:40 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 1.089 s
04:49:40 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 1.115 s
04:49:40 selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.094 s
04:49:40 Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:40 08:49:40.421 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:40 08:49:40.422 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:40 08:49:40.422 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:40 08:49:40.422 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:40 08:49:40.423 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:40 08:49:40.423 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:40 08:49:40.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:40 08:49:40.427 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:40 08:49:40.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:40 08:49:40.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:40 08:49:40.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:40 08:49:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:40 08:49:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:40 08:49:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:40 08:49:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.451: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.451: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.452: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.458: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.458: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.460: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.461: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.461: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.478: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.479: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.480: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.486: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.487: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.488: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.488: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.489: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.490: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.490: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.496: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.496: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.496: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.497: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.498: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.498: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.499: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.499: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.500: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.500: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.506: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.506: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.506: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.506: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.507: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.508: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.508: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.508: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.509: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.510: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.510: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.510: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.510: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 08:49:40.515 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
04:49:40 08:49:40.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:40.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:40.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:40.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:40.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:40.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:40 08:49:40.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:40 08:49:40.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:40.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found
04:49:40 08:49:40.536 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
04:49:40 08:49:40.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:40.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:40.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:40.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:40.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:40.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:40 08:49:40.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:40 08:49:40.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:40.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
04:49:40 08:49:40.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:40 08:49:40.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:40 08:49:40.537 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:40 08:49:40.537 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:40 08:49:40.537 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:40 08:49:40.537 INFO [main][AbstractShell] Close shell Testing shell
04:49:40 08:49:40.537 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:40 08:49:40.557 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:40 08:49:40.557 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:40 08:49:40.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:40 08:49:40.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:40 08:49:40.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:40 08:49:40.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:40.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:40 08:49:40.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:40 08:49:40.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:40 08:49:40.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:40 08:49:40.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:40 08:49:40.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:40 08:49:40.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.577: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.583: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.584: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.585: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.592: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.593: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.593: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.594: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.594: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.604: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.611: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.612: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.613: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.614: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.627: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.628: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.629: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.629: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.630: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.631: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.631: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.639: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.639: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.639: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.640: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.641: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.641: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.641: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.647: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.647: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.647: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.648: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.649: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.649: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.649: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.649: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.650: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.651: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.651: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.651: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 
04:49:40 (Eclipse:741): Gtk-WARNING **: 08:49:40.651: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:40 08:49:40.654 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
04:49:40 08:49:40.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:40.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:40.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:40.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:40.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:40.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:40 08:49:40.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:40 08:49:40.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:40.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
04:49:40 08:49:40.675 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
04:49:40   Expand Bar index: 1
04:49:40   Expand Bar Item index: 0
04:49:40 08:49:40.675 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
04:49:40 08:49:40.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:40 08:49:40.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:40 08:49:40.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:40 08:49:40.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:40 08:49:40.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:40 08:49:40.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:40 08:49:40.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:40 08:49:40.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:40 08:49:40.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:40 08:49:40.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
04:49:40 08:49:40.676 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0
04:49:40 08:49:40.681 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:41 08:49:41.682 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded
04:49:41 08:49:41.682 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
04:49:41   Expand Bar index: 1
04:49:41   Expand Bar Item index: 2
04:49:41 08:49:41.682 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
04:49:41 08:49:41.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:41 08:49:41.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:41 08:49:41.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:41 08:49:41.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:41 08:49:41.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:41 08:49:41.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:41 08:49:41.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:41 08:49:41.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:41 08:49:41.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:41 08:49:41.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
04:49:41 08:49:41.683 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2
04:49:41 08:49:41.683 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:42 08:49:42.683 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded
04:49:42 08:49:42.684 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
04:49:42   Expand Bar index: 1
04:49:42   Expand Bar Item index: 4
04:49:42 08:49:42.684 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
04:49:42 08:49:42.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:42 08:49:42.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:42 08:49:42.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:42 08:49:42.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:42 08:49:42.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:42 08:49:42.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:42 08:49:42.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:42 08:49:42.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:42 08:49:42.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:42 08:49:42.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
04:49:42 08:49:42.685 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4
04:49:42 08:49:42.685 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:43 08:49:43.685 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded
04:49:43 08:49:43.685 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items
04:49:43 08:49:43.686 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0
04:49:43 08:49:43.688 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed
04:49:43 08:49:43.689 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1
04:49:43 08:49:43.689 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed
04:49:43 08:49:43.689 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2
04:49:43 08:49:43.689 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed
04:49:43 08:49:43.689 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3
04:49:43 08:49:43.689 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed
04:49:43 08:49:43.689 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4
04:49:43 08:49:43.689 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed
04:49:43 08:49:43.690 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:43 08:49:43.690 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:43 08:49:43.690 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:43 08:49:43.690 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:43 08:49:43.690 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:43 08:49:43.690 INFO [main][AbstractShell] Close shell Testing shell
04:49:43 08:49:43.690 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:43 08:49:43.712 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:43 08:49:43.713 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:43 08:49:43.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:43 08:49:43.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:43 08:49:43.713 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:43 08:49:43.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:43 08:49:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:43 08:49:43.734 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:43 08:49:43.734 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:43 08:49:43.734 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:43 08:49:43.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:43 08:49:43.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:43 08:49:43.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:43 08:49:43.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.758: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.759: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.760: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.762: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.769: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.769: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.771: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.772: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.772: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.789: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.791: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.792: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.798: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.799: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.801: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.811: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.812: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.812: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.812: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.824: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.824: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.824: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.824: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.826: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.826: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.826: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.826: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.827: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 
04:49:43 (Eclipse:741): Gtk-WARNING **: 08:49:43.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:43 08:49:43.831 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
04:49:43   Expand Bar index: 1
04:49:43   Expand Bar Item index: 0
04:49:43 08:49:43.831 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
04:49:43 08:49:43.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:43 08:49:43.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:43 08:49:43.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:43 08:49:43.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:43 08:49:43.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:43 08:49:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:43 08:49:43.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:43 08:49:43.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:43 08:49:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:43 08:49:43.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
04:49:43 08:49:43.852 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0
04:49:43 08:49:43.853 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:44 08:49:44.853 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded
04:49:44 08:49:44.854 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
04:49:44 08:49:44.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:44 08:49:44.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:44 08:49:44.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:44 08:49:44.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:44 08:49:44.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:44 08:49:44.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:44 08:49:44.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:44 08:49:44.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:44 08:49:44.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:44 08:49:44.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found
04:49:44 08:49:44.855 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:44 08:49:44.857 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:44 08:49:44.858 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:44 08:49:44.858 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:44 08:49:44.858 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:44 08:49:44.858 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:44 08:49:44.858 INFO [main][AbstractShell] Close shell Testing shell
04:49:44 08:49:44.858 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:44 08:49:44.881 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:44 08:49:44.881 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:44 08:49:44.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:44 08:49:44.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:44 08:49:44.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:44 08:49:44.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:44 08:49:44.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:44 08:49:44.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:44 08:49:44.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:44 08:49:44.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:44 08:49:44.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:44 08:49:44.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:44 08:49:44.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:44 08:49:44.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.916: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.922: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.923: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.924: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.925: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.930: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.931: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.932: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.932: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.933: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.934: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.934: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.962: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.969: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.969: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.970: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.971: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.971: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.971: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.972: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.973: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.973: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.973: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.980: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.980: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.980: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.980: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.981: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.982: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.982: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.982: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.983: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 
04:49:44 (Eclipse:741): Gtk-WARNING **: 08:49:44.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:44 08:49:44.987 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
04:49:44 08:49:44.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:45 08:49:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:45 08:49:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:45 08:49:45.005 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:45 08:49:45.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:45 08:49:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:45 08:49:45.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:45 08:49:45.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:45 08:49:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:45 08:49:45.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found
04:49:45 08:49:45.005 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items
04:49:45 08:49:45.006 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0
04:49:45 08:49:45.006 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:46 08:49:46.007 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded
04:49:46 08:49:46.007 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1
04:49:46 08:49:46.007 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:47 08:49:47.008 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded
04:49:47 08:49:47.008 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2
04:49:47 08:49:47.008 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:48 08:49:48.009 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded
04:49:48 08:49:48.009 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:48 08:49:48.009 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:48 08:49:48.009 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:48 08:49:48.010 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:48 08:49:48.010 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:48 08:49:48.010 INFO [main][AbstractShell] Close shell Testing shell
04:49:48 08:49:48.010 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:48 08:49:48.032 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:48 08:49:48.032 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:48 08:49:48.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:48 08:49:48.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:48 08:49:48.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:48 08:49:48.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:48 08:49:48.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:48 08:49:48.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:48 08:49:48.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:48 08:49:48.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:48 08:49:48.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:48 08:49:48.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:48 08:49:48.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:48 08:49:48.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.070: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.076: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.079: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.085: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.085: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.086: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.086: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.087: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.088: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.088: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.096: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.103: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.105: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.106: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.112: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.112: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.113: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.113: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.114: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.115: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.115: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.121: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.121: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.121: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.122: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.122: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.122: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.123: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.124: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.125: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.125: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.131: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.131: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.131: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.131: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.132: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.132: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.133: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.133: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.134: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 
04:49:48 (Eclipse:741): Gtk-WARNING **: 08:49:48.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:48 08:49:48.137 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
04:49:48   Expand Bar index: 1
04:49:48   Expand Bar Item text: Expand Item: 1
04:49:48 08:49:48.138 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
04:49:48 08:49:48.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:48 08:49:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:48 08:49:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:48 08:49:48.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:48 08:49:48.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:48 08:49:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:48 08:49:48.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:48 08:49:48.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:48 08:49:48.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:48 08:49:48.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
04:49:48 08:49:48.158 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1
04:49:48 08:49:48.159 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:49:49 08:49:49.159 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded
04:49:49 08:49:49.159 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
04:49:49 08:49:49.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:49 08:49:49.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:49 08:49:49.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:49 08:49:49.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:49 08:49:49.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:49 08:49:49.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:49 08:49:49.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:49:49 08:49:49.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:49:49 08:49:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:49 08:49:49.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found
04:49:49 08:49:49.161 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:49 08:49:49.164 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:49 08:49:49.164 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:49 08:49:49.164 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:49 08:49:49.165 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:49 08:49:49.165 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:49 08:49:49.165 INFO [main][AbstractShell] Close shell Testing shell
04:49:49 08:49:49.165 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:49 08:49:49.198 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:49 08:49:49.198 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:49 08:49:49.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:49 08:49:49.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:49 08:49:49.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:49 08:49:49.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:49 08:49:49.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:49 08:49:49.206 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:49 08:49:49.206 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:49 08:49:49.206 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:49 08:49:49.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:49 08:49:49.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:49 08:49:49.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:49 08:49:49.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.220: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.229: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.231: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.232: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.233: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.241: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.241: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.242: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.242: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.243: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.244: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.244: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.256: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.270: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.272: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.281: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.281: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.283: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.283: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.284: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.286: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.286: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.296: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.296: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.297: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.299: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.299: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.299: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.300: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.302: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.302: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.302: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.311: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.311: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.311: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.311: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.312: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.313: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.313: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.313: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.314: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 08:49:49.318 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
04:49:49 08:49:49.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:49 08:49:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:49 08:49:49.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:49 08:49:49.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:49 08:49:49.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:49 08:49:49.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:49 08:49:49.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:49 08:49:49.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:49 08:49:49.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:49 08:49:49.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found
04:49:49 08:49:49.341 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:49 08:49:49.341 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:49 08:49:49.341 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:49 08:49:49.341 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:49 08:49:49.341 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:49 08:49:49.341 INFO [main][AbstractShell] Close shell Testing shell
04:49:49 08:49:49.341 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:49 08:49:49.363 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:49 08:49:49.363 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:49 08:49:49.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:49 08:49:49.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:49 08:49:49.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:49 08:49:49.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:49 08:49:49.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:49 08:49:49.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:49 08:49:49.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:49 08:49:49.371 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:49 08:49:49.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:49 08:49:49.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:49 08:49:49.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:49 08:49:49.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.396: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.404: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.405: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.406: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.424: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.434: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.441: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.451: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.451: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.452: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.452: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.453: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.460: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.460: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.461: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.463: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.464: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.464: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.464: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.471: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.471: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.473: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.474: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.474: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.474: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 
04:49:49 (Eclipse:741): Gtk-WARNING **: 08:49:49.474: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:49 08:49:49.477 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
04:49:49   Expand Bar index: 3
04:49:49   Expand Bar Item index: 1
04:49:49 08:49:49.477 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
04:49:49 08:49:49.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:49 08:49:49.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:49 08:49:49.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:49 08:49:49.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:49 08:49:49.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:49 08:49:49.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:49 08:49:49.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:49:49 08:49:49.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
04:49:49 08:49:49.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:49:49 08:49:49.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
04:49:50 08:49:50.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:49:50 08:49:50.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
04:49:50 08:49:50.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:50 08:49:50.499 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found
04:49:50 08:49:50.500 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:50 08:49:50.500 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:50 08:49:50.500 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:50 08:49:50.500 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:50 08:49:50.500 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:50 08:49:50.500 INFO [main][AbstractShell] Close shell Testing shell
04:49:50 08:49:50.500 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:50 08:49:50.525 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:50 08:49:50.526 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:50 08:49:50.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:50 08:49:50.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:50 08:49:50.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:50 08:49:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:50 08:49:50.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:50 08:49:50.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:50 08:49:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:50 08:49:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:50 08:49:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:50 08:49:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.563: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.572: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.573: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.575: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.583: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.584: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.587: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.602: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.613: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.615: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.615: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.617: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.623: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.623: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.625: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.625: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.627: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.628: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.628: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.638: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.640: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.640: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.640: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.649: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.650: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.650: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.650: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.652: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.652: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.652: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.652: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.654: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.656: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.656: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 
04:49:50 (Eclipse:741): Gtk-WARNING **: 08:49:50.656: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
04:49:50 08:49:50.660 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
04:49:50   Expand Bar index: 0
04:49:50   Expand Bar Item text: NON_EXISTING_#$
04:49:50 08:49:50.660 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
04:49:50 08:49:50.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:50 08:49:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:50 08:49:50.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:50 08:49:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:50 08:49:50.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:50 08:49:50.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:50 08:49:50.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:50 08:49:50.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found
04:49:50 08:49:50.689 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:50 08:49:50.690 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:50 08:49:50.690 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:50 08:49:50.690 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:50 08:49:50.690 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:50 08:49:50.690 INFO [main][AbstractShell] Close shell Testing shell
04:49:50 08:49:50.690 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:50 08:49:50.714 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:50 08:49:50.714 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:50 08:49:50.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:50 08:49:50.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:50 08:49:50.714 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:50 08:49:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
04:49:50 08:49:50.750 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:50 08:49:50.750 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:50 08:49:50.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:50 08:49:50.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.33 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
04:49:50 getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 0.135 s
04:49:50 collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 3.171 s
04:49:50 findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 1.168 s
04:49:50 expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 3.153 s
04:49:50 findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 1.15 s
04:49:50 getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 0.164 s
04:49:50 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 1.178 s
04:49:50 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 0.2 s
04:49:50 Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.759 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.760 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:50 08:49:50.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:50 08:49:50.760 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.761 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:50 08:49:50.761 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:50 08:49:50.761 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:50 08:49:50.761 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:50 08:49:50.761 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:50 08:49:50.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:50 08:49:50.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:50 08:49:50.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:50 08:49:50.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:50 08:49:50.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:50 08:49:50.773 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')
04:49:50 08:49:50.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:50 08:49:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:50 08:49:50.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:50 08:49:50.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:50 08:49:50.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:50 08:49:50.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:49:50 08:49:50.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:49:50 08:49:50.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:50 08:49:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:50 08:49:50.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
04:49:50 08:49:50.795 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:50 08:49:50.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
04:49:50 08:49:50.795 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:50 08:49:50.795 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:50 08:49:50.795 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:50 08:49:50.795 INFO [main][AbstractShell] Close shell Testing shell
04:49:50 08:49:50.795 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:50 08:49:50.799 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:50 08:49:50.799 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:50 08:49:50.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:50 08:49:50.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:50 08:49:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:50 08:49:50.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:50 08:49:50.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:50 08:49:50.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:50 08:49:50.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:50 08:49:50.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:50 08:49:50.840 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
04:49:50 08:49:50.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:50 08:49:50.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:50 08:49:50.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:50 08:49:50.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:50 08:49:50.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:50 08:49:50.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:50 08:49:50.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:50 08:49:50.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found
04:49:50 08:49: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....
04:49:50 08:49: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
04:49:50 08:49:50.851 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:50 08:49:50.851 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:50 08:49:50.851 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:50 08:49:50.851 INFO [main][AbstractShell] Close shell Testing shell
04:49:50 08:49:50.851 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:50 08:49:50.855 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:50 08:49:50.855 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:50 08:49:50.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:50 08:49:50.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:50 08:49:50.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:50 08:49:50.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:50 08:49:50.895 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:50 08:49:50.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:50 08:49:50.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:50 08:49:50.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:50 08:49:50.900 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
04:49:50 08:49:50.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:50 08:49:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:50 08:49:50.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:50 08:49:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:50 08:49:50.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:50 08:49:50.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:50 08:49:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:50 08:49:50.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
04:49:50 08:49:50.917 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
04:49:50 08:49:50.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:50 08:49:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:50 08:49:50.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:50 08:49:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:50 08:49:50.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:50 08:49:50.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:50 08:49:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:50 08:49:50.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found
04:49:50 08:49:50.917 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
04:49:50 08:49:50.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:50 08:49:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:50 08:49:50.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:50 08:49:50.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:50 08:49:50.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:49:50 08:49:50.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:49:50 08:49:50.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:50 08:49:50.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found
04:49:50 08:49:50.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:50 08:49:50.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:50 08:49:50.918 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:50 08:49:50.918 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:50 08:49:50.918 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:50 08:49:50.918 INFO [main][AbstractShell] Close shell Testing shell
04:49:50 08:49:50.918 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:50 08:49:50.921 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:50 08:49:50.921 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:50 08:49:50.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:50 08:49:50.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:50 08:49:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:50 08:49:50.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:50 08:49:50.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:50 08:49:50.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:50 08:49:50.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:50 08:49:50.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:50 08:49:50.935 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
04:49:50 08:49:50.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:50 08:49:50.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:50 08:49:50.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:50 08:49:50.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:50 08:49:50.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:50 08:49:50.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:50 08:49:50.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:50 08:49:50.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found
04:49:50 08:49:50.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:50 08:49:50.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:50 08:49:50.957 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:50 08:49:50.957 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:50 08:49:50.957 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:50 08:49:50.957 INFO [main][AbstractShell] Close shell Testing shell
04:49:50 08:49:50.957 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:50 08:49:50.961 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:50 08:49:50.961 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:50 08:49:50.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:50 08:49:50.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:50 08:49:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:50 08:49:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:50 08:49:50.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:50 08:49:50.967 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:50 08:49:50.967 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:50 08:49:50.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:50 08:49:50.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:50 08:49:50.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:50 08:49:50.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:50 08:49:50.985 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
04:49:50 08:49:50.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:51 08:49:51.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:51 08:49:51.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:51 08:49:51.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:51 08:49:51.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:51 08:49:51.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:51 08:49:51.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers
04:49:51 08:49:51.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found
04:49:51 08:49:51.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers
04:49:51 08:49:51.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found
04:49:52 08:49:52.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers
04:49:52 08:49:52.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found
04:49:52 08:49:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:52 08:49:52.003 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found
04:49:52 08:49:52.003 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:52 08:49:52.003 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:52 08:49:52.003 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:52 08:49:52.003 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:52 08:49:52.003 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:52 08:49:52.003 INFO [main][AbstractShell] Close shell Testing shell
04:49:52 08:49:52.003 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:52 08:49:52.007 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:52 08:49:52.007 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:52 08:49:52.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:52 08:49:52.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:52 08:49:52.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:52 08:49:52.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:52 08:49:52.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:52 08:49:52.013 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:52 08:49:52.013 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:52 08:49:52.013 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:52 08:49:52.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:52 08:49:52.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:52 08:49:52.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:52 08:49:52.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:52 08:49:52.018 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")
04:49:52 08:49:52.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:52 08:49:52.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:52 08:49:52.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:52 08:49:52.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:52 08:49:52.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:52 08:49:52.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:52 08:49:52.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:52 08:49:52.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:52 08:49:52.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:52 08:49:52.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
04:49:52 08:49:52.037 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:52 08:49:52.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
04:49:52 08:49:52.038 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:52 08:49:52.038 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:52 08:49:52.038 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:52 08:49:52.038 INFO [main][AbstractShell] Close shell Testing shell
04:49:52 08:49:52.038 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:52 08:49:52.041 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:52 08:49:52.041 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:52 08:49:52.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:52 08:49:52.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:52 08:49:52.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:52 08:49:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:52 08:49:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:52 08:49:52.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:52 08:49:52.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:52 08:49:52.047 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:52 08:49:52.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:52 08:49:52.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:52 08:49:52.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:52 08:49:52.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:52 08:49:52.053 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")
04:49:52 08:49:52.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:52 08:49:52.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:52 08:49:52.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:52 08:49:52.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:52 08:49:52.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:52 08:49:52.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:52 08:49:52.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:52 08:49:52.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:52 08:49:52.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:52 08:49:52.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:53 08:49:53.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:53 08:49:53.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:53 08:49:53.075 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found
04:49:53 08:49:53.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.075 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.075 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.076 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.076 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.076 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.080 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.081 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:53 08:49:53.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.081 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:53 08:49:53.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.109 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:53 08:49:53.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:53 08:49:53.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.115 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
04:49:53 08:49:53.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:53 08:49:53.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:53 08:49:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found
04:49:53 08:49:53.133 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.133 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.133 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.133 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.134 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.134 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.134 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.137 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.137 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.137 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:53 08:49:53.137 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.137 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
04:49:53 08:49:53.144 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:53 08:49:53.144 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.385 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
04:49:53 findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.07 s
04:49:53 findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.061 s
04:49:53 hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.033 s
04:49:53 getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.039 s
04:49:53 findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 1.046 s
04:49:53 findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.034 s
04:49:53 findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 1.062 s
04:49:53 getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.035 s
04:49:53 Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
04:49:53 08:49:53.154 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
04:49:53 08:49:53.154 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:53 08:49:53.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
04:49:53 08:49:53.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.155 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:53 08:49:53.161 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.161 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:53 08:49:53.161 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.161 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest)
04:49:53 08:49:53.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
04:49:53 08:49:53.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:
04:49:53 is "Label 1")
04:49:53 08:49:53.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:53 08:49:53.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label:
04:49:53 is "Label 2")
04:49:53 08:49:53.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:53 08:49:53.189 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.189 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.189 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.190 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.190 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.190 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.190 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.193 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.193 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
04:49:53 08:49:53.194 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.194 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest)
04:49:53 08:49:53.213 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
04:49:53 08:49:53.213 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
04:49:53 labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest)  Time elapsed: 0.052 s
04:49:53 Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
04:49:53 08:49:53.220 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
04:49:53 08:49:53.226 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:53 08:49:53.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.226 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
04:49:53 08:49:53.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.227 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:53 08:49:53.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.227 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:53 08:49:53.227 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.228 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest)
04:49:53 08:49:53.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
04:49:53 08:49:53.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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)
04:49:53 08:49:53.294 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:53 08:49:53.314 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)
04:49:53 08:49:53.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:53 08:49:53.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:53 08:49:53.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
04:49:53 08:49:53.314 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)
04:49:53 08:49:53.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:49:53 08:49:53.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:49:53 08:49:53.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
04:49:53 08:49:53.316 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:
04:49:53 is "Label A")
04:49:53 08:49:53.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:53 08:49:53.319 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:53 08:49:53.319 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:
04:49:53 is "Label B")
04:49:53 08:49:53.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:53 08:49:53.326 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:53 08:49:53.326 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:
04:49:53 is "Label C")
04:49:53 08:49:53.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:53 08:49:53.329 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:53 08:49:53.330 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB
04:49:53 08:49:53.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Notify Button with event 27
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Notify Button with event 26
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Notify Button with event 3
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Notify Button with event 4
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.330 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.332 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC
04:49:53 08:49:53.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.332 TRACE [main][WidgetHandler] Notify Button with event 27
04:49:53 08:49:53.332 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Notify Button with event 26
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Notify Button with event 3
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Notify Button with event 4
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.333 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.334 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.334 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.334 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.334 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.334 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.340 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.340 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
04:49:53 08:49:53.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest)
04:49:53 08:49:53.347 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
04:49:53 08:49:53.347 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
04:49:53 clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest)  Time elapsed: 0.118 s
04:49:53 Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.362 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.364 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:49:53 08:49:53.365 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.365 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.365 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.365 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:49:53 08:49:53.365 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.365 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:49:53 08:49:53.366 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.366 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.366 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.385 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)
04:49:53 08:49:53.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:53 08:49:53.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:53 08:49:53.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
04:49:53 08:49:53.431 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1
04:49:53 08:49:53.431 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1
04:49:53 08:49:53.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.432 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
04:49:53 08:49:53.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:53 08:49:53.433 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:53 08:49:53.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8)
04:49:53 08:49:53.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:53 08:49:53.435 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
04:49:53 08:49:53.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.435 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed
04:49:53 08:49:53.435 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.436 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.436 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.436 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.436 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.436 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.436 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.443 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.443 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.470 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.471 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.471 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.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: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1")
04:49:53 08:49:53.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:53 08:49:53.534 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1
04:49:53 08:49:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.534 TRACE [main][WidgetHandler] Notify Button with event 27
04:49:53 08:49:53.534 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Notify Button with event 26
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Notify Button with event 3
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Notify Button with event 4
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.535 TRACE [main][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.535 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
04:49:53 08:49:53.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:53 08:49:53.536 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:53 08:49:53.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.537 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.538 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.538 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.538 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.538 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.545 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.546 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.573 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.573 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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")
04:49:53 08:49:53.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:53 08:49:53.619 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2
04:49:53 08:49:53.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.620 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
04:49:53 08:49:53.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:53 08:49:53.621 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:53 08:49:53.621 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.621 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.621 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.622 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.622 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.622 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.622 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.630 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.630 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.630 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.630 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.630 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.657 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.676 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)
04:49:53 08:49:53.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:49:53 08:49:53.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:49:53 08:49:53.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
04:49:53 08:49:53.702 INFO [WorkbenchTestable][AbstractButton] Click button 
04:49:53 08:49:53.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.702 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
04:49:53 08:49:53.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:53 08:49:53.703 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:53 08:49:53.704 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.704 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.704 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.704 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.704 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.704 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.704 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.710 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.710 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.716 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.716 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.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 "PUSH-BUTTON0")
04:49:53 08:49:53.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:53 08:49:53.781 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
04:49:53 08:49:53.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.782 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
04:49:53 08:49:53.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:53 08:49:53.782 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:53 08:49:53.783 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.783 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.783 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.784 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.784 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.784 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.784 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.790 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.790 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.825 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)
04:49:53 08:49:53.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:53 08:49:53.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:53 08:49:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
04:49:53 08:49:53.850 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1
04:49:53 08:49:53.850 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1
04:49:53 08:49:53.850 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1
04:49:53 08:49:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.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
04:49:53 08:49:53.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:53 08:49:53.852 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:53 08:49:53.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8)
04:49:53 08:49:53.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:53 08:49:53.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:53 08:49:53.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:53 08:49:53.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:53 08:49:53.854 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
04:49:53 08:49:53.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:53 08:49:53.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:53 08:49:53.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:53 08:49:53.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:53 08:49:53.854 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1
04:49:53 08:49:53.854 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed
04:49:53 08:49:53.855 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:53 08:49:53.855 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:53 08:49:53.855 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:53 08:49:53.855 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:53 08:49:53.855 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:53 08:49:53.855 INFO [main][AbstractShell] Close shell Testing shell
04:49:53 08:49:53.855 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:53 08:49:53.861 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:53 08:49:53.861 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:53 08:49:53.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:53 08:49:53.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:53 08:49:53.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:53 08:49:53.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:53 08:49:53.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:53 08:49:53.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:53 08:49:53.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:53 08:49:53.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:53 08:49:53.885 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)
04:49:53 08:49:53.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:53 08:49:53.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:53 08:49:53.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:53 08:49:53.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:53 08:49:53.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:53 08:49:53.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:53 08:49:53.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:49:53 08:49:53.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:49:54 08:49:54.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:49:54 08:49:54.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:49:54 08:49:54.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:49:54 08:49:54.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:49:54 08:49:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:54 08:49:54.935 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found
04:49:54 08:49:54.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:54 08:49:54.936 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:54 08:49:54.936 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:54 08:49:54.936 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:54 08:49:54.936 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:54 08:49:54.936 INFO [main][AbstractShell] Close shell Testing shell
04:49:54 08:49:54.936 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:54 08:49:54.942 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:54 08:49:54.942 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:54 08:49:54.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:54 08:49:54.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:54 08:49:54.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:54 08:49:54.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:54 08:49:54.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:54 08:49:54.962 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:54 08:49:54.962 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:54 08:49:54.962 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:54 08:49:54.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:54 08:49:54.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:54 08:49:54.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:54 08:49:54.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:54 08:49:54.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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")
04:49:54 08:49:54.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:55 08:49:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:55 08:49:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:55 08:49:55.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:55 08:49:55.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:55 08:49:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:55 08:49:55.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:55 08:49:55.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:55 08:49:55.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:55 08:49:55.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:56 08:49:56.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:56 08:49:56.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:56 08:49:56.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:56 08:49:56.007 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
04:49:56 08:49:56.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:56 08:49:56.008 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:56 08:49:56.008 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:56 08:49:56.008 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:56 08:49:56.008 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:56 08:49:56.008 INFO [main][AbstractShell] Close shell Testing shell
04:49:56 08:49:56.008 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:56 08:49:56.016 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:56 08:49:56.017 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:56 08:49:56.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:56 08:49:56.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:56 08:49:56.017 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:56 08:49:56.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.025 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:56 08:49:56.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:56 08:49:56.026 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:56 08:49:56.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:56 08:49:56.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:56 08:49:56.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:56 08:49:56.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:56 08:49:56.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0")
04:49:56 08:49:56.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:56 08:49:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:56 08:49:56.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:56 08:49:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:56 08:49:56.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:56 08:49:56.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:56 08:49:56.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:56 08:49:56.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:56 08:49:56.100 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
04:49:56 08:49:56.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:56 08:49:56.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:56 08:49:56.100 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:56 08:49:56.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:56 08:49:56.100 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
04:49:56 08:49:56.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:56 08:49:56.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:56 08:49:56.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:56 08:49:56.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:56 08:49:56.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:56 08:49:56.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:56 08:49:56.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:56 08:49:56.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:56 08:49:56.101 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:56 08:49:56.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:56 08:49:56.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:56 08:49:56.102 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:56 08:49:56.103 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:56 08:49:56.103 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:56 08:49:56.103 INFO [main][AbstractShell] Close shell Testing shell
04:49:56 08:49:56.103 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:56 08:49:56.110 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:56 08:49:56.110 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:56 08:49:56.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:56 08:49:56.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:56 08:49:56.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:56 08:49:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:56 08:49:56.138 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:56 08:49:56.138 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:56 08:49:56.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:56 08:49:56.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:56 08:49:56.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:56 08:49:56.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:56 08:49:56.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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')
04:49:56 08:49:56.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:56 08:49:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:56 08:49:56.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:56 08:49:56.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:56 08:49:56.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:56 08:49:56.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:49:56 08:49:56.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:49:56 08:49:56.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:49:56 08:49:56.179 INFO [WorkbenchTestable][AbstractButton] Click button 
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:56 08:49:56.179 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:56 08:49:56.179 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:56 08:49:56.179 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
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:56 08:49:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:56 08:49:56.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:56 08:49:56.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:56 08:49:56.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:56 08:49:56.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:56 08:49:56.180 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:56 08:49:56.181 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:56 08:49:56.181 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:56 08:49:56.181 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:56 08:49:56.182 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:56 08:49:56.182 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:56 08:49:56.182 INFO [main][AbstractShell] Close shell Testing shell
04:49:56 08:49:56.182 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:56 08:49:56.187 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:56 08:49:56.187 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:56 08:49:56.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:56 08:49:56.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:56 08:49:56.187 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:56 08:49:56.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:56 08:49:56.193 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:56 08:49:56.194 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:56 08:49:56.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:56 08:49:56.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:56 08:49:56.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:56 08:49:56.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:56 08:49:56.209 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)
04:49:56 08:49:56.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:56 08:49:56.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:56 08:49:56.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:56 08:49:56.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:56 08:49:56.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:49:56 08:49:56.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:49:56 08:49:56.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:56 08:49:56.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
04:49:56 08:49:56.236 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1
04:49:56 08:49:56.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:49:56 08:49:56.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:49:56 08:49:56.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:49:56 08:49:56.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:49:56 08:49:56.237 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
04:49:56 08:49:56.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:56 08:49:56.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:56 08:49:56.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:56 08:49:56.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:56 08:49:56.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:56 08:49:56.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:49:56 08:49:56.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:49:56 08:49:56.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:49:56 08:49:56.237 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:49:56 08:49:56.238 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:56 08:49:56.238 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:56 08:49:56.238 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:56 08:49:56.239 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:56 08:49:56.239 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:56 08:49:56.239 INFO [main][AbstractShell] Close shell Testing shell
04:49:56 08:49:56.239 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:56 08:49:56.245 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:56 08:49:56.245 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:56 08:49:56.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:56 08:49:56.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:56 08:49:56.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:56 08:49:56.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:56 08:49:56.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:56 08:49:56.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:56 08:49:56.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:56 08:49:56.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:56 08:49:56.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:56 08:49:56.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:56 08:49:56.293 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)
04:49:56 08:49:56.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:56 08:49:56.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:56 08:49:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:56 08:49:56.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:56 08:49:56.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:56 08:49:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:56 08:49:56.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:49:56 08:49:56.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:49:56 08:49:56.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:49:56 08:49:56.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:49:57 08:49:57.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:49:57 08:49:57.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:49:57 08:49:57.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:57 08:49:57.325 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found
04:49:57 08:49:57.325 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:57 08:49:57.325 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:57 08:49:57.325 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:57 08:49:57.325 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:57 08:49:57.325 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:57 08:49:57.325 INFO [main][AbstractShell] Close shell Testing shell
04:49:57 08:49:57.325 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:57 08:49:57.331 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:57 08:49:57.332 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:57 08:49:57.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:57 08:49:57.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:57 08:49:57.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:57 08:49:57.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:57 08:49:57.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:57 08:49:57.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:57 08:49:57.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:57 08:49:57.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:57 08:49:57.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:57 08:49:57.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:57 08:49:57.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:57 08:49:57.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:57 08:49:57.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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")
04:49:57 08:49:57.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:57 08:49:57.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:57 08:49:57.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:57 08:49:57.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:57 08:49:57.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:57 08:49:57.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:57 08:49:57.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:57 08:49:57.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:57 08:49:57.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:57 08:49:57.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:58 08:49:58.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:58 08:49:58.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:49:58 08:49:58.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:58 08:49:58.394 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
04:49:58 08:49:58.395 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:58 08:49:58.395 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:58 08:49:58.395 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:58 08:49:58.395 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:58 08:49:58.395 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:58 08:49:58.395 INFO [main][AbstractShell] Close shell Testing shell
04:49:58 08:49:58.395 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:58 08:49:58.401 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:58 08:49:58.401 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:58 08:49:58.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:58 08:49:58.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:58 08:49:58.401 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:58 08:49:58.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:58 08:49:58.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:58 08:49:58.407 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:58 08:49:58.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:58 08:49:58.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:58 08:49:58.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:58 08:49:58.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:58 08:49:58.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:58 08:49:58.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:58 08:49:58.423 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)
04:49:58 08:49:58.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:58 08:49:58.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:58 08:49:58.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:58 08:49:58.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:58 08:49:58.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:58 08:49:58.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:58 08:49:58.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:49:58 08:49:58.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:49:58 08:49:58.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:49:58 08:49:58.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:49:59 08:49:59.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:49:59 08:49:59.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:49:59 08:49:59.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:49:59 08:49:59.452 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found
04:49:59 08:49:59.452 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:49:59 08:49:59.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:49:59 08:49:59.453 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:49:59 08:49:59.453 DEBUG [main][AbstractWait] Waiting until shell is active...
04:49:59 08:49:59.453 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:49:59 08:49:59.453 INFO [main][AbstractShell] Close shell Testing shell
04:49:59 08:49:59.453 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:49:59 08:49:59.459 DEBUG [main][AbstractWait] Waiting while shell is available...
04:49:59 08:49:59.459 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:49:59 08:49:59.459 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:59 08:49:59.459 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:49:59 08:49:59.459 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:49:59 08:49:59.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:59 08:49:59.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:59 08:49:59.478 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:59 08:49:59.478 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:49:59 08:49:59.478 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:49:59 08:49:59.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:49:59 08:49:59.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:49:59 08:49:59.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:49:59 08:49:59.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:49:59 08:49:59.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: 8, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$SDFF@S")
04:49:59 08:49:59.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:49:59 08:49:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:49:59 08:49:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:49:59 08:49:59.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:49:59 08:49:59.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:49:59 08:49:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:49:59 08:49:59.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:49:59 08:49:59.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:00 08:50:00.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:00 08:50:00.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:00 08:50:00.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:00 08:50:00.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:00 08:50:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:50:00 08:50:00.521 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
04:50:00 08:50:00.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:00 08:50:00.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:00 08:50:00.521 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:00 08:50:00.521 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:00 08:50:00.521 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:00 08:50:00.521 INFO [main][AbstractShell] Close shell Testing shell
04:50:00 08:50:00.521 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:00 08:50:00.528 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:00 08:50:00.528 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:00 08:50:00.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:00 08:50:00.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:00 08:50:00.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:00 08:50:00.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:00 08:50:00.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:00 08:50:00.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:00 08:50:00.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:00 08:50:00.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:00 08:50:00.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:00 08:50:00.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:00 08:50:00.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:00 08:50:00.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:00 08:50:00.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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")
04:50:00 08:50:00.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:00 08:50:00.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:00 08:50:00.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:00 08:50:00.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:00 08:50:00.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:00 08:50:00.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:00 08:50:00.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:00 08:50:00.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:00 08:50:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:00 08:50:00.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:00 08:50:00.592 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1
04:50:00 08:50:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:00 08:50:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:00 08:50:00.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:00 08:50:00.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:00 08:50:00.593 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
04:50:00 08:50:00.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:00 08:50:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:00 08:50:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:00 08:50:00.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:00 08:50:00.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:00 08:50:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:00 08:50:00.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:00 08:50:00.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:00 08:50:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:00 08:50:00.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:00 08:50:00.594 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:00 08:50:00.594 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:00 08:50:00.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
04:50:00 08:50:00.594 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:00 08:50:00.595 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:00 08:50:00.595 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:00 08:50:00.595 INFO [main][AbstractShell] Close shell Testing shell
04:50:00 08:50:00.595 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:00 08:50:00.600 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:00 08:50:00.600 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:00 08:50:00.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:00 08:50:00.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:00 08:50:00.600 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:00 08:50:00.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:00 08:50:00.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:00 08:50:00.606 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:00 08:50:00.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:00 08:50:00.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:00 08:50:00.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:00 08:50:00.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:00 08:50:00.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:00 08:50:00.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:00 08:50:00.638 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)
04:50:00 08:50:00.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:00 08:50:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:00 08:50:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:00 08:50:00.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:00 08:50:00.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:00 08:50:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:00 08:50:00.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
04:50:00 08:50:00.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found
04:50:01 08:50:01.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
04:50:01 08:50:01.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found
04:50:01 08:50:01.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
04:50:01 08:50:01.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found
04:50:01 08:50:01.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:50:01 08:50:01.670 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found
04:50:01 08:50:01.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:01 08:50:01.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:01 08:50:01.670 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:01 08:50:01.670 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:01 08:50:01.670 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:01 08:50:01.670 INFO [main][AbstractShell] Close shell Testing shell
04:50:01 08:50:01.670 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:01 08:50:01.676 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:01 08:50:01.677 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:01 08:50:01.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:01 08:50:01.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:01 08:50:01.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.682 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.682 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:01 08:50:01.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:01 08:50:01.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:01 08:50:01.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:01 08:50:01.698 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)
04:50:01 08:50:01.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:01 08:50:01.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:01 08:50:01.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
04:50:01 08:50:01.723 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1
04:50:01 08:50:01.723 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1
04:50:01 08:50:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:01 08:50:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:01 08:50:01.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Notify Button with event 27
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Notify Button with event 26
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Notify Button with event 3
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Notify Button with event 4
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.724 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.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
04:50:01 08:50:01.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:01 08:50:01.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:01 08:50:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:01 08:50:01.725 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:01 08:50:01.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8)
04:50:01 08:50:01.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:01 08:50:01.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:01 08:50:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:01 08:50:01.728 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
04:50:01 08:50:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:01 08:50:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:01 08:50:01.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.728 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed
04:50:01 08:50:01.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:01 08:50:01.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:01 08:50:01.729 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:01 08:50:01.729 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:01 08:50:01.729 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:01 08:50:01.729 INFO [main][AbstractShell] Close shell Testing shell
04:50:01 08:50:01.729 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:01 08:50:01.738 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:01 08:50:01.738 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:01 08:50:01.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:01 08:50:01.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:01 08:50:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:01 08:50:01.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:01 08:50:01.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:01 08:50:01.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:01 08:50:01.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,  with key 'buttonTestId' and value 'PUSH-BUTTON#2')
04:50:01 08:50:01.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:01 08:50:01.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:01 08:50:01.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:01 08:50:01.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:01 08:50:01.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:01 08:50:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:01 08:50:01.800 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2
04:50:01 08:50:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:01 08:50:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:01 08:50:01.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:50:01 08:50:01.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:01 08:50:01.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:01 08:50:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:01 08:50:01.802 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:01 08:50:01.802 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:01 08:50:01.802 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:01 08:50:01.802 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:01 08:50:01.803 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:01 08:50:01.803 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:01 08:50:01.803 INFO [main][AbstractShell] Close shell Testing shell
04:50:01 08:50:01.803 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:01 08:50:01.808 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:01 08:50:01.808 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:01 08:50:01.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:01 08:50:01.808 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:01 08:50:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:01 08:50:01.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:01 08:50:01.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:01 08:50:01.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:01 08:50:01.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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')
04:50:01 08:50:01.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:01 08:50:01.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:01 08:50:01.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:01 08:50:01.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:01 08:50:01.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:01 08:50:01.888 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1
04:50:01 08:50:01.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:01 08:50:01.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:01 08:50:01.888 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Notify Button with event 27
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Notify Button with event 26
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Notify Button with event 3
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Notify Button with event 4
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.888 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:50:01 08:50:01.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:01 08:50:01.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:01 08:50:01.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:01 08:50:01.890 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:01 08:50:01.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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)
04:50:01 08:50:01.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:01 08:50:01.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:01 08:50:01.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:01 08:50:01.896 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)
04:50:01 08:50:01.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:50:01 08:50:01.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:50:01 08:50:01.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
04:50:01 08:50:01.897 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:01 08:50:01.897 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:01 08:50:01.897 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:01 08:50:01.898 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:01 08:50:01.898 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:01 08:50:01.898 INFO [main][AbstractShell] Close shell Testing shell
04:50:01 08:50:01.898 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:01 08:50:01.903 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:01 08:50:01.903 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:01 08:50:01.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:01 08:50:01.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:01 08:50:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:01 08:50:01.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:01 08:50:01.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:01 08:50:01.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:01 08:50:01.940 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)
04:50:01 08:50:01.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:01 08:50:01.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:01 08:50:01.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
04:50:01 08:50:01.974 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1
04:50:01 08:50:01.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:01 08:50:01.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:01 08:50:01.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Notify Button with event 27
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Notify Button with event 26
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Notify Button with event 3
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Notify Button with event 4
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Notify Button with event 13
04:50:01 08:50:01.975 TRACE [main][WidgetHandler] Wait for synchronization
04:50:01 08:50:01.975 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
04:50:01 08:50:01.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:01 08:50:01.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:01 08:50:01.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:01 08:50:01.976 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:01 08:50:01.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16)
04:50:01 08:50:01.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:01 08:50:01.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:01 08:50:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:01 08:50:01.983 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)
04:50:01 08:50:01.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:01 08:50:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.984 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:01 08:50:01.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:01 08:50:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:01 08:50:01.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:50:01 08:50:01.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:50:01 08:50:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:01 08:50:01.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
04:50:01 08:50:01.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:01 08:50:01.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
04:50:01 08:50:01.985 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:01 08:50:01.985 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:01 08:50:01.985 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:01 08:50:01.985 INFO [main][AbstractShell] Close shell Testing shell
04:50:01 08:50:01.985 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:01 08:50:01.990 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:01 08:50:01.990 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:01 08:50:01.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:01 08:50:01.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:01 08:50:01.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:01 08:50:01.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:01 08:50:01.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.996 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:01 08:50:01.997 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:01 08:50:01.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:01 08:50:01.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:01 08:50:01.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:01 08:50:01.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:02 08:50:02.024 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)
04:50:02 08:50:02.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:02 08:50:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:02 08:50:02.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:02 08:50:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:02 08:50:02.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:50:02 08:50:02.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:50:02 08:50:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:02 08:50:02.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
04:50:02 08:50:02.056 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2
04:50:02 08:50:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:02 08:50:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:02 08:50:02.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:02 08:50:02.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:02 08:50:02.057 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
04:50:02 08:50:02.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:02 08:50:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:02 08:50:02.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:02 08:50:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:02 08:50:02.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:02 08:50:02.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:02 08:50:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:02 08:50:02.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:02 08:50:02.058 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:02 08:50:02.058 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:02 08:50:02.059 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:02 08:50:02.059 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:02 08:50:02.059 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:02 08:50:02.059 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:02 08:50:02.059 INFO [main][AbstractShell] Close shell Testing shell
04:50:02 08:50:02.059 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:02 08:50:02.066 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:02 08:50:02.066 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:02 08:50:02.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:02 08:50:02.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:02 08:50:02.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:02 08:50:02.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.072 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:02 08:50:02.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:02 08:50:02.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:02 08:50:02.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:02 08:50:02.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:02 08:50:02.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:02 08:50:02.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:02 08:50:02.088 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)
04:50:02 08:50:02.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:02 08:50:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:02 08:50:02.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:02 08:50:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:02 08:50:02.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:50:02 08:50:02.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:50:02 08:50:02.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:02 08:50:02.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
04:50:02 08:50:02.113 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2
04:50:02 08:50:02.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:02 08:50:02.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:02 08:50:02.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:02 08:50:02.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:02 08:50:02.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:50:02 08:50:02.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:02 08:50:02.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:02 08:50:02.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:02 08:50:02.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:02 08:50:02.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:02 08:50:02.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:02 08:50:02.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:02 08:50:02.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:02 08:50:02.114 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:02 08:50:02.115 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:02 08:50:02.115 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:02 08:50:02.115 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:02 08:50:02.116 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:02 08:50:02.116 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:02 08:50:02.116 INFO [main][AbstractShell] Close shell Testing shell
04:50:02 08:50:02.116 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:02 08:50:02.121 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:02 08:50:02.121 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:02 08:50:02.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:02 08:50:02.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:02 08:50:02.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:02 08:50:02.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:02 08:50:02.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:02 08:50:02.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:02 08:50:02.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:02 08:50:02.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:02 08:50:02.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:02 08:50:02.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:02 08:50:02.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: 32,  with key 'buttonTestId' and value 'CHECK-BOX#1')
04:50:02 08:50:02.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:02 08:50:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:02 08:50:02.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:02 08:50:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:02 08:50:02.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:02 08:50:02.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:02 08:50:02.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:02 08:50:02.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:02 08:50:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:02 08:50:02.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:02 08:50:02.182 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1
04:50:02 08:50:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:02 08:50:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:02 08:50:02.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:02 08:50:02.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:02 08:50:02.182 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
04:50:02 08:50:02.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:02 08:50:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:02 08:50:02.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:02 08:50:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:02 08:50:02.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:02 08:50:02.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:02 08:50:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:02 08:50:02.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:02 08:50:02.183 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:02 08:50:02.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:02 08:50:02.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
04:50:02 08:50:02.184 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:02 08:50:02.185 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:02 08:50:02.185 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:02 08:50:02.185 INFO [main][AbstractShell] Close shell Testing shell
04:50:02 08:50:02.185 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:02 08:50:02.190 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:02 08:50:02.190 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:02 08:50:02.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:02 08:50:02.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:02 08:50:02.191 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:02 08:50:02.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.196 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:02 08:50:02.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:02 08:50:02.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:02 08:50:02.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:02 08:50:02.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:02 08:50:02.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:02 08:50:02.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:02 08:50:02.211 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)
04:50:02 08:50:02.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:02 08:50:02.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:02 08:50:02.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:02 08:50:02.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:02 08:50:02.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:02 08:50:02.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:02 08:50:02.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:50:02 08:50:02.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:50:02 08:50:02.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:50:02 08:50:02.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:50:03 08:50:03.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:50:03 08:50:03.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:50:03 08:50:03.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:50:03 08:50:03.261 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found
04:50:03 08:50:03.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:03 08:50:03.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:03 08:50:03.262 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:03 08:50:03.262 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:03 08:50:03.262 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:03 08:50:03.262 INFO [main][AbstractShell] Close shell Testing shell
04:50:03 08:50:03.262 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:03 08:50:03.268 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:03 08:50:03.268 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:03 08:50:03.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:03 08:50:03.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:03 08:50:03.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:03 08:50:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:03 08:50:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:03 08:50:03.274 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:03 08:50:03.274 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:03 08:50:03.274 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:03 08:50:03.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:03 08:50:03.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:03 08:50:03.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:03 08:50:03.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:03 08:50:03.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@")
04:50:03 08:50:03.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:03 08:50:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:03 08:50:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:03 08:50:03.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:03 08:50:03.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:03 08:50:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:03 08:50:03.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:03 08:50:03.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:03 08:50:03.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:03 08:50:03.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:04 08:50:04.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:04 08:50:04.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:04 08:50:04.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:50:04 08:50:04.327 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
04:50:04 08:50:04.327 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:04 08:50:04.327 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:04 08:50:04.327 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:04 08:50:04.327 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:04 08:50:04.327 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:04 08:50:04.327 INFO [main][AbstractShell] Close shell Testing shell
04:50:04 08:50:04.327 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:04 08:50:04.333 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:04 08:50:04.333 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:04 08:50:04.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:04 08:50:04.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:04 08:50:04.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:04 08:50:04.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:04 08:50:04.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:04 08:50:04.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:04 08:50:04.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:04 08:50:04.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:04 08:50:04.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:04 08:50:04.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:04 08:50:04.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:04 08:50:04.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:04 08:50:04.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2,  with key 'buttonTestId' and value 'TOOGLE-BUTTON#2')
04:50:04 08:50:04.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:04 08:50:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:04 08:50:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:04 08:50:04.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:04 08:50:04.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:04 08:50:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:04 08:50:04.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:04 08:50:04.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:04 08:50:04.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:04 08:50:04.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
04:50:04 08:50:04.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:04 08:50:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:04 08:50:04.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:04 08:50:04.387 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2
04:50:04 08:50:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:04 08:50:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:04 08:50:04.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:04 08:50:04.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:04 08:50:04.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:50:04 08:50:04.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:04 08:50:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:04 08:50:04.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:04 08:50:04.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:04 08:50:04.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:04 08:50:04.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:04 08:50:04.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:04 08:50:04.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:04 08:50:04.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:04 08:50:04.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:04 08:50:04.388 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:04 08:50:04.389 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:04 08:50:04.389 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:04 08:50:04.389 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:04 08:50:04.390 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:04 08:50:04.390 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:04 08:50:04.390 INFO [main][AbstractShell] Close shell Testing shell
04:50:04 08:50:04.390 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:04 08:50:04.395 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:04 08:50:04.395 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:04 08:50:04.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:04 08:50:04.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:04 08:50:04.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:04 08:50:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:04 08:50:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:04 08:50:04.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
04:50:04 08:50:04.400 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:04 08:50:04.400 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:04 08:50:04.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:04 08:50:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:04 08:50:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:04 Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.04 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest
04:50:04 toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.104 s
04:50:04 findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.101 s
04:50:04 findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.084 s
04:50:04 findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.059 s
04:50:04 findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.093 s
04:50:04 toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.059 s
04:50:04 findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.094 s
04:50:04 findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.063 s
04:50:04 findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.112 s
04:50:04 findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.055 s
04:50:04 findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.076 s
04:50:04 findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.081 s
04:50:04 findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.056 s
04:50:04 findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.071 s
04:50:04 findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.074 s
04:50:04 findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.054 s
04:50:04 findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.076 s
04:50:04 toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.08 s
04:50:04 findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.077 s
04:50:04 findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.068 s
04:50:04 findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.088 s
04:50:04 findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.075 s
04:50:04 findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.055 s
04:50:04 findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.069 s
04:50:04 findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.078 s
04:50:04 findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.065 s
04:50:04 findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.061 s
04:50:04 Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
04:50:04 08:50:04.408 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
04:50:04 08:50:04.409 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:04 08:50:04.409 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:04 08:50:04.409 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
04:50:04 08:50:04.409 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:04 08:50:04.409 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:04 08:50:04.420 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:04 08:50:04.420 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:04 08:50:04.420 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:04 08:50:04.420 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:04 08:50:04.420 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)
04:50:04 08:50:04.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
04:50:04 08:50:04.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:04 08:50:04.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:04 08:50:04.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:04 08:50:04.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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)
04:50:04 08:50:04.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:04 08:50:04.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:04 08:50:04.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:04 08:50:04.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:04 08:50:04.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:04 08:50:04.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:04 08:50:04.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:04 08:50:04.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:04 08:50:04.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:04 08:50:04.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:05 08:50:05.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:05 08:50:05.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:50:05 08:50:05.468 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
04:50:05 08:50:05.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:05 08:50:05.468 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.468 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.468 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.468 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.468 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.476 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.476 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
04:50:05 08:50:05.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.476 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)
04:50:05 08:50:05.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)
04:50:05 08:50:05.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
04:50:05 08:50:05.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8)
04:50:05 08:50:05.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:05 08:50:05.534 INFO [WorkbenchTestable][AbstractButton] Click button &OK
04:50:05 08:50:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:05 08:50:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:05 08:50:05.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:05 08:50:05.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.535 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
04:50:05 08:50:05.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:05 08:50:05.536 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:05 08:50:05.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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)
04:50:05 08:50:05.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:05 08:50:05.538 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel
04:50:05 08:50:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:05 08:50:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:05 08:50:05.538 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:05 08:50:05.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
04:50:05 08:50:05.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:05 08:50:05.541 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:50:05 08:50:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:05 08:50:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:05 08:50:05.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:05 08:50:05.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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)
04:50:05 08:50:05.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.542 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:05 08:50:05.544 INFO [WorkbenchTestable][AbstractButton] Click button < &Back
04:50:05 08:50:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:05 08:50:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:05 08:50:05.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:05 08:50:05.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.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 "Yes", Widget matcher matching widgets with style: 8)
04:50:05 08:50:05.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:05 08:50:05.546 INFO [WorkbenchTestable][AbstractButton] Click button &Yes
04:50:05 08:50:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:05 08:50:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:05 08:50:05.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:05 08:50:05.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8)
04:50:05 08:50:05.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:05 08:50:05.552 INFO [WorkbenchTestable][AbstractButton] Click button &No
04:50:05 08:50:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:05 08:50:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:05 08:50:05.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:05 08:50:05.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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)
04:50:05 08:50:05.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:05 08:50:05.555 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:50:05 08:50:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:05 08:50:05.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:05 08:50:05.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:05 08:50:05.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.556 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.556 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:05 08:50:05.556 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.556 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.556 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.556 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.556 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.563 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.563 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
04:50:05 08:50:05.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)
04:50:05 08:50:05.569 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
04:50:05 08:50:05.569 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.162 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
04:50:05 testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)  Time elapsed: 1.075 s
04:50:05 testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)  Time elapsed: 0.073 s
04:50:05 Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.574 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.575 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:05 08:50:05.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.575 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:05 08:50:05.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.576 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:05 08:50:05.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.596 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
04:50:05 08:50:05.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:05 08:50:05.611 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:05 08:50:05.615 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")
04:50:05 08:50:05.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.619 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0
04:50:05 08:50:05.619 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1'
04:50:05 08:50:05.620 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.620 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.620 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.620 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.621 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")
04:50:05 08:50:05.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.622 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0
04:50:05 08:50:05.622 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2'
04:50:05 08:50:05.622 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.622 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.622 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.622 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.622 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")
04:50:05 08:50:05.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.623 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0
04:50:05 08:50:05.623 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2'
04:50:05 08:50:05.623 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.623 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.623 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.623 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.624 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")
04:50:05 08:50:05.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.624 INFO [WorkbenchTestable][AbstractLink] Click link with index 0
04:50:05 08:50:05.624 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1'
04:50:05 08:50:05.625 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.625 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.625 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.625 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.625 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")
04:50:05 08:50:05.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.626 INFO [WorkbenchTestable][AbstractLink] Click link with index 0
04:50:05 08:50:05.626 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2'
04:50:05 08:50:05.626 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.626 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.626 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.626 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.626 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")
04:50:05 08:50:05.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.628 INFO [WorkbenchTestable][AbstractLink] Click link with index 1
04:50:05 08:50:05.628 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2'
04:50:05 08:50:05.629 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.629 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.629 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.629 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.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
04:50:05 08:50:05.629 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.629 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.629 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.629 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.629 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.633 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.633 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.638 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.644 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")
04:50:05 08:50:05.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.662 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")
04:50:05 08:50:05.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.663 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.663 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:05 08:50:05.663 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.663 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.663 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.663 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.663 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.666 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.666 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.677 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")
04:50:05 08:50:05.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.695 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0
04:50:05 08:50:05.695 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.696 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:05 08:50:05.696 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.696 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.696 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.696 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.696 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.699 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.699 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.705 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.705 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.711 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")
04:50:05 08:50:05.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.728 INFO [WorkbenchTestable][AbstractLink] Click link with index 1
04:50:05 08:50:05.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:05 08:50:05.729 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.729 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.729 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.729 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.729 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.733 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.733 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.733 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.738 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.739 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.744 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")
04:50:05 08:50:05.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.763 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")
04:50:05 08:50:05.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.764 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.764 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:05 08:50:05.764 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.764 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.764 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.764 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.764 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.768 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.768 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.768 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.779 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")
04:50:05 08:50:05.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.839 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")
04:50:05 08:50:05.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.841 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.841 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:05 08:50:05.841 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.841 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.841 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.841 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.841 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.846 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.846 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.852 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.853 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.853 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:50:05 08:50:05.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:05 08:50:05.925 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:05 08:50:05.926 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")
04:50:05 08:50:05.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.927 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0
04:50:05 08:50:05.927 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1'
04:50:05 08:50:05.927 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.927 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.927 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.927 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.927 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1
04:50:05 08:50:05.928 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2'
04:50:05 08:50:05.928 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.928 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.928 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.928 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.928 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.928 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:05 08:50:05.928 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.928 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.928 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.928 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.928 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.932 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.932 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.932 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
04:50:05 08:50:05.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 08:50:05.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:05 08:50:05.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:05 08:50:05.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
04:50:05 clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.062 s
04:50:05 stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.033 s
04:50:05 clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.033 s
04:50:05 clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.033 s
04:50:05 getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.034 s
04:50:05 getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.079 s
04:50:05 sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.085 s
04:50:05 Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:05 08:50:05.943 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:05 08:50:05.944 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:05 08:50:05.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:05 08:50:05.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.944 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:05 08:50:05.955 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.955 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:05 08:50:05.955 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:05 08:50:05.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:05 08:50:05.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:05 08:50:05.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:05 08:50:05.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:05 08:50:05.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:05 08:50:05.963 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
04:50:05 08:50:05.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:05 08:50:05.970 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:05 08:50:05.971 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
04:50:05 08:50:05.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.972 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0
04:50:05 08:50:05.972 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1'
04:50:05 08:50:05.972 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.972 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.972 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.972 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.972 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
04:50:05 08:50:05.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:05 08:50:05.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:05 08:50:05.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
04:50:05 08:50:05.973 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0
04:50:05 08:50:05.973 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2'
04:50:05 08:50:05.973 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.973 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.973 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.973 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.973 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
04:50:05 08:50:05.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:05 08:50:05.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:05 08:50:05.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
04:50:05 08:50:05.974 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0
04:50:05 08:50:05.974 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2'
04:50:05 08:50:05.974 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.974 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.974 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.974 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.982 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
04:50:05 08:50:05.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:05 08:50:05.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:05 08:50:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:05 08:50:05.983 INFO [WorkbenchTestable][AbstractLink] Click link with index 0
04:50:05 08:50:05.983 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1'
04:50:05 08:50:05.983 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.983 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.983 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.983 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.983 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
04:50:05 08:50:05.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:05 08:50:05.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:05 08:50:05.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
04:50:05 08:50:05.984 INFO [WorkbenchTestable][AbstractLink] Click link with index 0
04:50:05 08:50:05.984 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2'
04:50:05 08:50:05.984 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.984 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.984 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.984 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.984 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
04:50:05 08:50:05.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:05 08:50:05.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:05 08:50:05.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:05 08:50:05.984 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:05 08:50:05.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:05 08:50:05.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:05 08:50:05.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:05 08:50:05.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:05 08:50:05.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:05 08:50:05.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
04:50:05 08:50:05.984 INFO [WorkbenchTestable][AbstractLink] Click link with index 1
04:50:05 08:50:05.985 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2'
04:50:05 08:50:05.985 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:05 08:50:05.985 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.985 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:05 08:50:05.985 TRACE [main][WidgetHandler] Wait for synchronization
04:50:05 08:50:05.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:05 08:50:05.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
04:50:05 08:50:05.985 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:05 08:50:05.985 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:05 08:50:05.985 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:05 08:50:05.985 INFO [main][AbstractShell] Close shell Testing shell
04:50:05 08:50:05.985 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:05 08:50:05.988 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:05 08:50:05.988 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:05 08:50:05.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:05.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:06 08:50:05.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:06 08:50:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:06 08:50:06.031 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:06 08:50:06.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:06 08:50:06.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:06 08:50:06.038 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")
04:50:06 08:50:06.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:06 08:50:06.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:06 08:50:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:06 08:50:06.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: "This is another link2 with two links")
04:50:06 08:50:06.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:06 08:50:06.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:06 08:50:06.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:06 08:50:06.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:06 08:50:06.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:06 08:50:06.055 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:06 08:50:06.055 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:06 08:50:06.055 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:06 08:50:06.055 INFO [main][AbstractShell] Close shell Testing shell
04:50:06 08:50:06.055 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:06 08:50:06.058 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:06 08:50:06.058 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:06 08:50:06.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:06 08:50:06.058 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:06 08:50:06.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:06 08:50:06.076 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:06 08:50:06.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:06 08:50:06.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:06 08:50:06.082 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
04:50:06 08:50:06.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:06 08:50:06.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:06 08:50:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:06 08:50:06.088 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0
04:50:06 08:50:06.089 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:06 08:50:06.089 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:06 08:50:06.089 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:06 08:50:06.089 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:06 08:50:06.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:06 08:50:06.089 INFO [main][AbstractShell] Close shell Testing shell
04:50:06 08:50:06.089 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:06 08:50:06.092 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:06 08:50:06.092 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:06 08:50:06.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:06 08:50:06.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:06 08:50:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.138 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:06 08:50:06.138 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:06 08:50:06.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:06 08:50:06.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:06 08:50:06.144 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
04:50:06 08:50:06.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:06 08:50:06.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:06 08:50:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:06 08:50:06.151 INFO [WorkbenchTestable][AbstractLink] Click link with index 1
04:50:06 08:50:06.151 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:06 08:50:06.151 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:06 08:50:06.151 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:06 08:50:06.151 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:06 08:50:06.151 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:06 08:50:06.151 INFO [main][AbstractShell] Close shell Testing shell
04:50:06 08:50:06.151 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:06 08:50:06.155 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:06 08:50:06.155 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:06 08:50:06.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:06 08:50:06.155 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:06 08:50:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:06 08:50:06.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:06 08:50:06.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:06 08:50:06.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:06 08:50:06.179 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
04:50:06 08:50:06.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:06 08:50:06.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:06 08:50:06.185 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
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:06 08:50:06.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
04:50:06 08:50:06.186 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:06 08:50:06.186 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:06 08:50:06.186 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:06 08:50:06.186 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:06 08:50:06.186 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:06 08:50:06.186 INFO [main][AbstractShell] Close shell Testing shell
04:50:06 08:50:06.186 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:06 08:50:06.189 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:06 08:50:06.189 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:06 08:50:06.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:06 08:50:06.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:06 08:50:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.206 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.206 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:06 08:50:06.206 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:06 08:50:06.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:06 08:50:06.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:06 08:50:06.212 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
04:50:06 08:50:06.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:06 08:50:06.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
04:50:06 08:50:06.218 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
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:06 08:50:06.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:06 08:50:06.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
04:50:06 08:50:06.219 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:06 08:50:06.219 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:06 08:50:06.219 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:06 08:50:06.219 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:06 08:50:06.219 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:06 08:50:06.219 INFO [main][AbstractShell] Close shell Testing shell
04:50:06 08:50:06.219 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:06 08:50:06.222 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:06 08:50:06.222 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:06 08:50:06.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:06 08:50:06.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:06 08:50:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:06 08:50:06.240 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:06 08:50:06.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:06 08:50:06.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:06 08:50:06.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:50:06 08:50:06.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:06 08:50:06.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:06 08:50:06.252 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
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:50:06 08:50:06.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:50:06 08:50:06.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found
04:50:06 08:50:06.253 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0
04:50:06 08:50:06.253 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1'
04:50:06 08:50:06.253 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:06 08:50:06.253 TRACE [main][WidgetHandler] Wait for synchronization
04:50:06 08:50:06.254 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:06 08:50:06.254 TRACE [main][WidgetHandler] Wait for synchronization
04:50:06 08:50:06.254 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1
04:50:06 08:50:06.254 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2'
04:50:06 08:50:06.254 TRACE [main][WidgetHandler] Notify Link with event 3
04:50:06 08:50:06.254 TRACE [main][WidgetHandler] Wait for synchronization
04:50:06 08:50:06.254 TRACE [main][WidgetHandler] Notify Link with event 4
04:50:06 08:50:06.254 TRACE [main][WidgetHandler] Wait for synchronization
04:50:06 08:50:06.254 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:06 08:50:06.254 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:06 08:50:06.254 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:06 08:50:06.254 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:06 08:50:06.254 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:06 08:50:06.254 INFO [main][AbstractShell] Close shell Testing shell
04:50:06 08:50:06.254 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:06 08:50:06.257 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:06 08:50:06.257 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:06 08:50:06.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:06 08:50:06.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:06 08:50:06.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
04:50:06 08:50:06.271 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 08:50:06.271 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:06 08:50:06.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:06 08:50:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
04:50:06 clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.076 s
04:50:06 stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.045 s
04:50:06 clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.062 s
04:50:06 clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.035 s
04:50:06 getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.033 s
04:50:06 getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.034 s
04:50:06 sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.03 s
04:50:06 Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:06 08:50:06.276 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:06 08:50:06.277 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:06 08:50:06.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:06 08:50:06.277 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:06 08:50:06.277 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:06 08:50:06.277 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:06 08:50:06.287 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:06 08:50:06.287 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:06 08:50:06.287 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:06 08:50:06.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:06 08:50:06.287 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:06 08:50:06.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:06 08:50:06.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:06 08:50:06.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:06 08:50:06.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:06 08:50:06.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:06 08:50:06.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:06 08:50:06.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:06 08:50:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:06 08:50:06.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:06 08:50:06.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:06 08:50:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:06 08:50:06.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:06 08:50:06.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:06 08:50:06.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:06 08:50:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:06 08:50:06.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:06 08:50:06.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:06 08:50:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:06 08:50:06.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:06 08:50:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:06 08:50:06.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:06 08:50:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:06 08:50:06.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:06 08:50:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:50:06 08:50:06.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:06 08:50:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:07 08:50:07.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:07 08:50:07.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:07 08:50:07.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:50:07 08:50:07.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:07 08:50:07.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:07 08:50:07.321 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:07 08:50:07.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:07 08:50:07.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:07 08:50:07.322 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:07 08:50:07.322 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:07 08:50:07.322 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:07 08:50:07.322 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:07 08:50:07.322 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:07 08:50:07.322 INFO [main][AbstractShell] Close shell Testing shell
04:50:07 08:50:07.322 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:07 08:50:07.326 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:07 08:50:07.326 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:07 08:50:07.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:07 08:50:07.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:07 08:50:07.326 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:07 08:50:07.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:07 08:50:07.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:07 08:50:07.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:07 08:50:07.332 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:07 08:50:07.332 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:07 08:50:07.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:07 08:50:07.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:07 08:50:07.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:07 08:50:07.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:07 08:50:07.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:07 08:50:07.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:07 08:50:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:07 08:50:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:07 08:50:07.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:07 08:50:07.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:07 08:50:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:07 08:50:07.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:07 08:50:07.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:07 08:50:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:07 08:50:07.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:07 08:50:07.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:07 08:50:07.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:07 08:50:07.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:07 08:50:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:07 08:50:07.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:07 08:50:07.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:07 08:50:07.361 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:07 08:50:07.361 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:07 08:50:07.361 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:07 08:50:07.361 INFO [main][AbstractShell] Close shell Testing shell
04:50:07 08:50:07.361 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:07 08:50:07.364 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:07 08:50:07.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:07 08:50:07.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:07 08:50:07.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:07 08:50:07.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:07 08:50:07.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:07 08:50:07.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:07 08:50:07.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:07 08:50:07.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:07 08:50:07.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:07 08:50:07.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:07 08:50:07.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:07 08:50:07.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:07 08:50:07.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:07 08:50:07.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:07 08:50:07.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:07 08:50:07.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:07 08:50:07.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:07 08:50:07.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:07 08:50:07.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:07 08:50:07.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:07 08:50:07.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:07 08:50:07.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:07 08:50:07.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:07 08:50:07.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:07 08:50:07.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:07 08:50:07.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:07 08:50:07.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:07 08:50:07.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:07 08:50:07.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:07 08:50:07.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:07 08:50:07.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:07 08:50:07.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:07 08:50:07.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:07 08:50:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:07 08:50:07.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:07 08:50:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:07 08:50:07.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:07 08:50:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:07 08:50:07.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:07 08:50:07.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:50:07 08:50:07.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:07 08:50:07.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:08 08:50:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:08 08:50:08.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:08 08:50:08.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:50:08 08:50:08.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:08 08:50:08.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:08 08:50:08.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:08 08:50:08.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:08 08:50:08.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:08 08:50:08.406 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:08 08:50:08.406 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:08 08:50:08.406 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:08 08:50:08.406 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:08 08:50:08.406 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:08 08:50:08.406 INFO [main][AbstractShell] Close shell Testing shell
04:50:08 08:50:08.406 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:08 08:50:08.410 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:08 08:50:08.410 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:08 08:50:08.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:08 08:50:08.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:08 08:50:08.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:08 08:50:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:08 08:50:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:08 08:50:08.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:08 08:50:08.416 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:08 08:50:08.416 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:08 08:50:08.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:08 08:50:08.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:08 08:50:08.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:08 08:50:08.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:08 08:50:08.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:08 08:50:08.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:08 08:50:08.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:08 08:50:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:08 08:50:08.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:08 08:50:08.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:08 08:50:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:08 08:50:08.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:08 08:50:08.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:08 08:50:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:08 08:50:08.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:08 08:50:08.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:08 08:50:08.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:08 08:50:08.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:08 08:50:08.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:08 08:50:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:08 08:50:08.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:08 08:50:08.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:08 08:50:08.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:08 08:50:08.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:08 08:50:08.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:08 08:50:08.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:08 08:50:08.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:08 08:50:08.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:08 08:50:08.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:50:08 08:50:08.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:08 08:50:08.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:09 08:50:09.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:09 08:50:09.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:09 08:50:09.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:50:09 08:50:09.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:09 08:50:09.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:09 08:50:09.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:09 08:50:09.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:09 08:50:09.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:09 08:50:09.452 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:09 08:50:09.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:09 08:50:09.453 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:09 08:50:09.453 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:09 08:50:09.453 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:09 08:50:09.453 INFO [main][AbstractShell] Close shell Testing shell
04:50:09 08:50:09.453 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:09 08:50:09.457 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:09 08:50:09.457 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:09 08:50:09.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:09 08:50:09.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:09 08:50:09.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:09 08:50:09.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:09 08:50:09.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:09 08:50:09.462 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:09 08:50:09.462 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:09 08:50:09.462 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:09 08:50:09.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:09 08:50:09.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:09 08:50:09.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:09 08:50:09.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:09 08:50:09.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
04:50:09 08:50:09.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:09 08:50:09.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:09 08:50:09.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:09 08:50:09.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:09 08:50:09.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:09 08:50:09.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:09 08:50:09.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:09 08:50:09.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:09 08:50:09.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:09 08:50:09.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:09 08:50:09.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:09 08:50:09.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:09 08:50:09.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:09 08:50:09.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:09 08:50:09.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:09 08:50:09.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:09 08:50:09.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:10 08:50:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:10 08:50:10.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:10 08:50:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:10 08:50:10.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:10 08:50:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:10 08:50:10.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:10 08:50:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:10 08:50:10.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:10 08:50:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:50:10 08:50:10.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:10 08:50:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:10 08:50:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:10 08:50:10.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:10 08:50:10.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:50:10 08:50:10.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:10 08:50:10.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:10 08:50:10.509 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:10 08:50:10.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:10 08:50:10.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:10 08:50:10.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:10 08:50:10.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:10 08:50:10.510 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:10 08:50:10.511 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:10 08:50:10.511 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:10 08:50:10.511 INFO [main][AbstractShell] Close shell Testing shell
04:50:10 08:50:10.511 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:10 08:50:10.515 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:10 08:50:10.515 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:10 08:50:10.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:10 08:50:10.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:10 08:50:10.515 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:10 08:50:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:10 08:50:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:10 08:50:10.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:10 08:50:10.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:10 08:50:10.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:10 08:50:10.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:10 08:50:10.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:10 08:50:10.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:10 08:50:10.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:10 08:50:10.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:10 08:50:10.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:10 08:50:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:10 08:50:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:10 08:50:10.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:10 08:50:10.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:10 08:50:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:10 08:50:10.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:10 08:50:10.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:10 08:50:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:10 08:50:10.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:10 08:50:10.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
04:50:10 08:50:10.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:10 08:50:10.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:10 08:50:10.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:10 08:50:10.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:10 08:50:10.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:10 08:50:10.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:10 08:50:10.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:10 08:50:10.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:10 08:50:10.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:10 08:50:10.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:10 08:50:10.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:10 08:50:10.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:10 08:50:10.551 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A
04:50:10 08:50:10.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:10 08:50:10.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:11 08:50:11.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:11 08:50:11.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:11 08:50:11.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:11 08:50:11.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:11 08:50:11.054 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:11 08:50:11.055 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:11 08:50:11.055 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:11 08:50:11.055 INFO [main][AbstractShell] Close shell Testing shell
04:50:11 08:50:11.055 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:11 08:50:11.059 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:11 08:50:11.059 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:11 08:50:11.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:11 08:50:11.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:11 08:50:11.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:11 08:50:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:11 08:50:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:11 08:50:11.064 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:11 08:50:11.064 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:11 08:50:11.064 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:11 08:50:11.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:11 08:50:11.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:11 08:50:11.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:11 08:50:11.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:11 08:50:11.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:11 08:50:11.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:11 08:50:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:11 08:50:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:11 08:50:11.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:11 08:50:11.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:11 08:50:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:11 08:50:11.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:11 08:50:11.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:11 08:50:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:11 08:50:11.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:11 08:50:11.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:11 08:50:11.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:11 08:50:11.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:11 08:50:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:11 08:50:11.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:11 08:50:11.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:11 08:50:11.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:11 08:50:11.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:11 08:50:11.593 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:11 08:50:11.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:11 08:50:11.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:11 08:50:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:11 08:50:11.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:11 08:50:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:11 08:50:11.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:11 08:50:11.599 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1
04:50:11 08:50:11.599 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:11 08:50:11.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:11 08:50:11.599 DEBUG [main][TreeEventsListener] Calling method treeExpanded()
04:50:12 08:50:12.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:12 08:50:12.099 DEBUG [main][TreeEventsListener] Calling method treeExpanded()
04:50:12 08:50:12.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:12 08:50:12.102 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA
04:50:12 08:50:12.102 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA
04:50:12 08:50:12.103 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed
04:50:12 08:50:12.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event
04:50:12 08:50:12.103 DEBUG [main][TreeEventsListener] Calling method treeCollapsed()
04:50:12 08:50:12.103 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA
04:50:12 08:50:12.104 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:12 08:50:12.104 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:12 08:50:12.104 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:12 08:50:12.104 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:12 08:50:12.105 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:12 08:50:12.105 INFO [main][AbstractShell] Close shell Testing shell
04:50:12 08:50:12.105 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:12 08:50:12.108 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:12 08:50:12.108 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:12 08:50:12.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:12 08:50:12.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:12 08:50:12.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:12 08:50:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:12 08:50:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:12 08:50:12.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:12 08:50:12.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:12 08:50:12.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:12 08:50:12.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:12 08:50:12.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:12 08:50:12.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:12 08:50:12.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:12 08:50:12.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:12 08:50:12.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:12 08:50:12.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:12 08:50:12.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:12 08:50:12.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:12 08:50:12.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:12 08:50:12.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:12 08:50:12.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:12 08:50:12.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:12 08:50:12.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:12 08:50:12.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:12 08:50:12.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:12 08:50:12.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:12 08:50:12.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:12 08:50:12.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:12 08:50:12.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:12 08:50:12.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:12 08:50:12.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:12 08:50:12.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:12 08:50:12.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:12 08:50:12.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:12 08:50:12.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:12 08:50:12.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:12 08:50:12.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:12 08:50:12.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:12 08:50:12.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:12 08:50:12.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:12 08:50:12.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:12 08:50:12.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:12 08:50:12.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:12 08:50:12.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:12 08:50:12.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:12 08:50:12.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:12 08:50:12.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:12 08:50:12.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:12 08:50:12.646 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA
04:50:12 08:50:12.646 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA:
04:50:12 08:50:12.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event
04:50:12 08:50:12.647 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
04:50:12 08:50:12.647 DEBUG [main][TreeEventsListener] It was check event: true
04:50:12 08:50:12.648 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA
04:50:12 08:50:12.648 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA
04:50:12 08:50:12.648 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA:
04:50:12 08:50:12.648 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event
04:50:12 08:50:12.649 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
04:50:12 08:50:12.649 DEBUG [main][TreeEventsListener] It was check event: true
04:50:12 08:50:12.649 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA
04:50:12 08:50:12.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:12 08:50:12.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:12 08:50:12.649 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:12 08:50:12.649 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:12 08:50:12.649 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:12 08:50:12.649 INFO [main][AbstractShell] Close shell Testing shell
04:50:12 08:50:12.649 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:12 08:50:12.653 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:12 08:50:12.653 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:12 08:50:12.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:12 08:50:12.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:12 08:50:12.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:12 08:50:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:12 08:50:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:12 08:50:12.659 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:12 08:50:12.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:12 08:50:12.659 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:12 08:50:12.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:12 08:50:12.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:12 08:50:12.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:12 08:50:12.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:12 08:50:12.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:12 08:50:12.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:12 08:50:12.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:12 08:50:12.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:12 08:50:12.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:12 08:50:12.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:12 08:50:12.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:12 08:50:12.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:12 08:50:12.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:12 08:50:12.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:12 08:50:12.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:12 08:50:12.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
04:50:12 08:50:12.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:12 08:50:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:12 08:50:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:12 08:50:12.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:12 08:50:12.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:12 08:50:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:12 08:50:12.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:12 08:50:12.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:12 08:50:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:12 08:50:12.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:12 08:50:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:12 08:50:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:12 08:50:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem  has children...
04:50:12 08:50:12.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 
04:50:12 08:50:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:13 08:50:13.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:13 08:50:13.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 
04:50:13 08:50:13.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem  has children finished successfully
04:50:13 08:50:13.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 
04:50:13 08:50:13.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:13 08:50:13.191 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item  is already expanded. No action performed
04:50:13 08:50:13.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:13 08:50:13.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 
04:50:13 08:50:13.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem  has children...
04:50:13 08:50:13.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 
04:50:13 08:50:13.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:13 08:50:13.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:13 08:50:13.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 
04:50:13 08:50:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem  has children finished successfully
04:50:13 08:50:13.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 
04:50:13 08:50:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:13 08:50:13.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item  is already expanded. No action performed
04:50:13 08:50:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:13 08:50:13.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 
04:50:13 08:50:13.695 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:13 08:50:13.695 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:13 08:50:13.695 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:13 08:50:13.696 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:13 08:50:13.696 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:13 08:50:13.696 INFO [main][AbstractShell] Close shell Testing shell
04:50:13 08:50:13.696 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:13 08:50:13.700 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:13 08:50:13.700 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:13 08:50:13.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:13 08:50:13.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:13 08:50:13.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:13 08:50:13.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:13 08:50:13.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:13 08:50:13.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:13 08:50:13.705 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:13 08:50:13.705 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:13 08:50:13.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:13 08:50:13.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:13 08:50:13.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:13 08:50:13.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:13 08:50:13.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:13 08:50:13.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:13 08:50:13.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:13 08:50:13.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:13 08:50:13.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:13 08:50:13.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:13 08:50:13.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:13 08:50:13.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:13 08:50:13.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:13 08:50:13.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:13 08:50:13.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:13 08:50:13.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:13 08:50:13.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:13 08:50:13.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:13 08:50:13.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:13 08:50:13.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:13 08:50:13.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:13 08:50:13.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:13 08:50:13.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:13 08:50:13.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:13 08:50:13.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:13 08:50:13.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:13 08:50:13.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:13 08:50:13.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:13 08:50:13.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:13 08:50:13.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:13 08:50:13.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:14 08:50:14.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:14 08:50:14.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:14 08:50:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:14 08:50:14.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:14 08:50:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:14 08:50:14.237 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:14 08:50:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:14 08:50:14.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:14 08:50:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:50:14 08:50:14.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:14 08:50:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:14 08:50:14.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:14 08:50:14.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:14 08:50:14.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:50:14 08:50:14.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:14 08:50:14.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:14 08:50:14.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:14 08:50:14.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:14 08:50:14.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:14 08:50:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:14 08:50:14.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children...
04:50:14 08:50:14.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
04:50:14 08:50:14.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:15 08:50:15.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:15 08:50:15.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:15 08:50:15.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:15 08:50:15.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:15 08:50:15.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:15 08:50:15.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:15 08:50:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:15 08:50:15.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:15 08:50:15.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:15 08:50:15.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:15 08:50:15.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:15 08:50:15.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:15 08:50:15.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:15 08:50:15.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:15 08:50:15.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:15 08:50:15.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:15 08:50:15.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:15 08:50:15.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:15 08:50:15.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:15 08:50:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:15 08:50:15.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:15 08:50:15.246 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
04:50:15 08:50:15.246 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
04:50:15 08:50:15.247 DEBUG [main][TreeItemHandler] Set Tree selection
04:50:15 08:50:15.248 DEBUG [main][TreeHandler] Notify Tree about selection event
04:50:15 08:50:15.248 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
04:50:15 08:50:15.248 DEBUG [main][TreeEventsListener] It was check event: false
04:50:15 08:50:15.248 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
04:50:15 08:50:15.248 DEBUG [WorkbenchTestable][TreeItemHandler]   AAA
04:50:15 08:50:15.248 DEBUG [WorkbenchTestable][TreeItemHandler]   BB
04:50:15 08:50:15.248 DEBUG [WorkbenchTestable][TreeItemHandler]   AAB
04:50:15 08:50:15.248 DEBUG [WorkbenchTestable][TreeItemHandler]   C
04:50:15 08:50:15.249 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items
04:50:15 08:50:15.249 DEBUG [main][TreeHandler] Unselect all tree items
04:50:15 08:50:15.249 DEBUG [main][TreeHandler] Notify Tree about selection event
04:50:15 08:50:15.249 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
04:50:15 08:50:15.249 DEBUG [main][TreeEventsListener] It was check event: false
04:50:15 08:50:15.249 INFO [WorkbenchTestable][TreeHandler] All tree items unselected
04:50:15 08:50:15.249 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:15 08:50:15.250 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:15 08:50:15.250 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:15 08:50:15.250 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:15 08:50:15.250 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:15 08:50:15.250 INFO [main][AbstractShell] Close shell Testing shell
04:50:15 08:50:15.250 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:15 08:50:15.254 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:15 08:50:15.254 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:15 08:50:15.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:15 08:50:15.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:15 08:50:15.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:15 08:50:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:15 08:50:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:15 08:50:15.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:15 08:50:15.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:15 08:50:15.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:15 08:50:15.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:15 08:50:15.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:15 08:50:15.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:15 08:50:15.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:15 08:50:15.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:15 08:50:15.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:15 08:50:15.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:15 08:50:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:15 08:50:15.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:15 08:50:15.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:15 08:50:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:15 08:50:15.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:15 08:50:15.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:15 08:50:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:15 08:50:15.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:15 08:50:15.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:15 08:50:15.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:15 08:50:15.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:15 08:50:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:15 08:50:15.290 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:15 08:50:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:15 08:50:15.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:15 08:50:15.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:15 08:50:15.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:50:15 08:50:15.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:15 08:50:15.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:16 08:50:16.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:16 08:50:16.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:16 08:50:16.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:50:16 08:50:16.296 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:16 08:50:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:16 08:50:16.296 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:16 08:50:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:16 08:50:16.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:16 08:50:16.296 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:16 08:50:16.296 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:16 08:50:16.296 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:16 08:50:16.297 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:16 08:50:16.297 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:16 08:50:16.297 INFO [main][AbstractShell] Close shell Testing shell
04:50:16 08:50:16.297 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:16 08:50:16.300 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:16 08:50:16.300 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:16 08:50:16.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:16 08:50:16.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:16 08:50:16.300 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:16 08:50:16.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:16 08:50:16.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:16 08:50:16.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:16 08:50:16.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:16 08:50:16.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:16 08:50:16.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:16 08:50:16.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:16 08:50:16.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:16 08:50:16.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:16 08:50:16.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:16 08:50:16.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:16 08:50:16.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:16 08:50:16.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:16 08:50:16.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:16 08:50:16.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:16 08:50:16.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:16 08:50:16.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:16 08:50:16.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:16 08:50:16.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:16 08:50:16.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:16 08:50:16.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:16 08:50:16.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:16 08:50:16.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:16 08:50:16.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:16 08:50:16.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:16 08:50:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:16 08:50:16.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:16 08:50:16.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:16 08:50:16.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:16 08:50:16.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:16 08:50:16.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:16 08:50:16.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:16 08:50:16.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:16 08:50:16.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:16 08:50:16.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:16 08:50:16.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:16 08:50:16.839 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:16 08:50:16.840 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:16 08:50:16.840 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:16 08:50:16.840 INFO [main][AbstractShell] Close shell Testing shell
04:50:16 08:50:16.840 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:16 08:50:16.843 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:16 08:50:16.843 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:16 08:50:16.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:16 08:50:16.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:16 08:50:16.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:16 08:50:16.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:16 08:50:16.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:16 08:50:16.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:16 08:50:16.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:16 08:50:16.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:16 08:50:16.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:16 08:50:16.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:16 08:50:16.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:16 08:50:16.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:16 08:50:16.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:16 08:50:16.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:16 08:50:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:16 08:50:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:16 08:50:16.876 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:16 08:50:16.876 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:16 08:50:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:16 08:50:16.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:16 08:50:16.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:16 08:50:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:16 08:50:16.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:16 08:50:16.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:16 08:50:16.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:16 08:50:16.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:16 08:50:16.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:17 08:50:17.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:17 08:50:17.387 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:17 08:50:17.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:17 08:50:17.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:17 08:50:17.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:17 08:50:17.390 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:17 08:50:17.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:17 08:50:17.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:17 08:50:17.390 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA
04:50:17 08:50:17.390 DEBUG [main][TreeItemHandler] Selecting tree item: AA
04:50:17 08:50:17.390 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection
04:50:17 08:50:17.390 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
04:50:17 08:50:17.390 DEBUG [main][TreeEventsListener] It was check event: false
04:50:17 08:50:17.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA
04:50:17 08:50:17.391 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:17 08:50:17.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
04:50:17 08:50:17.391 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:17 08:50:17.391 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:17 08:50:17.391 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:17 08:50:17.391 INFO [main][AbstractShell] Close shell Testing shell
04:50:17 08:50:17.391 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:17 08:50:17.395 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:17 08:50:17.395 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:17 08:50:17.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:17 08:50:17.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:17 08:50:17.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:17 08:50:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:17 08:50:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:17 08:50:17.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:17 08:50:17.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:17 08:50:17.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:17 08:50:17.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:17 08:50:17.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:17 08:50:17.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:17 08:50:17.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:17 08:50:17.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:17 08:50:17.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:17 08:50:17.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:17 08:50:17.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:17 08:50:17.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:17 08:50:17.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:17 08:50:17.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:17 08:50:17.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:17 08:50:17.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:17 08:50:17.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:17 08:50:17.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:17 08:50:17.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:17 08:50:17.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:17 08:50:17.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:17 08:50:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:17 08:50:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:17 08:50:17.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:17 08:50:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:17 08:50:17.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:17 08:50:17.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:17 08:50:17.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:17 08:50:17.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:17 08:50:17.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:17 08:50:17.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:17 08:50:17.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:17 08:50:17.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:17 08:50:17.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:50:17 08:50:17.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:17 08:50:17.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:18 08:50:18.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:18 08:50:18.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:18 08:50:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:50:18 08:50:18.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:18 08:50:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:18 08:50:18.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:18 08:50:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:18 08:50:18.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:18 08:50:18.436 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:18 08:50:18.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
04:50:18 08:50:18.437 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:18 08:50:18.437 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:18 08:50:18.437 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:18 08:50:18.437 INFO [main][AbstractShell] Close shell Testing shell
04:50:18 08:50:18.437 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:18 08:50:18.441 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:18 08:50:18.441 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:18 08:50:18.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:18 08:50:18.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:18 08:50:18.441 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:18 08:50:18.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:18 08:50:18.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:18 08:50:18.459 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:18 08:50:18.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:18 08:50:18.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:18 08:50:18.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:18 08:50:18.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:18 08:50:18.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:18 08:50:18.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:18 08:50:18.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:18 08:50:18.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:18 08:50:18.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:18 08:50:18.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:18 08:50:18.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:18 08:50:18.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:18 08:50:18.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:18 08:50:18.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:18 08:50:18.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:18 08:50:18.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:18 08:50:18.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:18 08:50:18.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:18 08:50:18.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:18 08:50:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:18 08:50:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:18 08:50:18.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:18 08:50:18.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:18 08:50:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:18 08:50:18.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:18 08:50:18.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:18 08:50:18.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:18 08:50:18.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:18 08:50:18.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:18 08:50:18.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:18 08:50:18.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:50:18 08:50:18.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:18 08:50:18.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:18 08:50:18.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:18 08:50:18.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:18 08:50:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:50:18 08:50:18.988 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:18 08:50:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:18 08:50:18.988 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:18 08:50:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:18 08:50:18.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:18 08:50:18.989 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA
04:50:18 08:50:18.989 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA
04:50:18 08:50:18.989 DEBUG [main][TreeItemHandler] Selecting tree item: AA
04:50:18 08:50:18.989 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection
04:50:18 08:50:18.989 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
04:50:18 08:50:18.989 DEBUG [main][TreeEventsListener] It was check event: false
04:50:18 08:50:18.989 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA
04:50:18 08:50:18.989 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:50:18 08:50:18.989 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:50:18 08:50:18.989 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8
04:50:18 08:50:18.989 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired
04:50:18 08:50:18.990 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected()
04:50:18 08:50:18.990 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:50:18 08:50:18.991 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:18 08:50:18.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
04:50:18 08:50:18.991 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:18 08:50:18.991 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:18 08:50:18.991 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:18 08:50:18.991 INFO [main][AbstractShell] Close shell Testing shell
04:50:18 08:50:18.991 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:18 08:50:18.995 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:18 08:50:18.995 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:18 08:50:18.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:18 08:50:18.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:18 08:50:18.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:18 08:50:19.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:18 08:50:19.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:19 08:50:19.000 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:19 08:50:19.001 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:19 08:50:19.001 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:19 08:50:19.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:19 08:50:19.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:19 08:50:19.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:19 08:50:19.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:19 08:50:19.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:19 08:50:19.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:19 08:50:19.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:19 08:50:19.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:19 08:50:19.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:19 08:50:19.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:19 08:50:19.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:19 08:50:19.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:19 08:50:19.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:19 08:50:19.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:19 08:50:19.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:19 08:50:19.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:19 08:50:19.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:19 08:50:19.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:19 08:50:19.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:19 08:50:19.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:19 08:50:19.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:19 08:50:19.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:19 08:50:19.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:19 08:50:19.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:19 08:50:19.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:19 08:50:19.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:19 08:50:19.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:19 08:50:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:19 08:50:19.030 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items
04:50:19 08:50:19.030 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:19 08:50:19.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:19 08:50:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:19 08:50:19.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:19 08:50:19.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:19 08:50:19.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more...
04:50:19 08:50:19.531 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:19 08:50:19.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:19 08:50:19.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:20 08:50:20.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:20 08:50:20.032 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:20 08:50:20.032 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:20 08:50:20.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:20 08:50:20.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:20 08:50:20.533 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:21 08:50:21.034 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:21 08:50:21.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:21 08:50:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:21 08:50:21.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:21 08:50:21.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:21 08:50:21.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:21 08:50:21.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:22 08:50:22.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:22 08:50:22.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:22 08:50:22.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:22 08:50:22.535 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:22 08:50:22.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:22 08:50:22.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:22 08:50:22.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:22 08:50:22.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:22 08:50:22.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:22 08:50:22.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:22 08:50:22.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:22 08:50:22.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:22 08:50:22.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:22 08:50:22.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:23 08:50:23.036 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:23 08:50:23.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:23 08:50:23.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:23 08:50:23.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:23 08:50:23.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:23 08:50:23.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:23 08:50:23.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:23 08:50:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:23 08:50:23.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:23 08:50:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:23 08:50:23.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:23 08:50:23.537 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:23 08:50:23.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:23 08:50:23.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:23 08:50:23.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:23 08:50:23.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:23 08:50:23.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:23 08:50:23.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:23 08:50:23.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:23 08:50:23.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:23 08:50:23.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:23 08:50:23.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:24 08:50:24.038 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:24 08:50:24.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:24 08:50:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:24 08:50:24.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:24 08:50:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:24 08:50:24.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:24 08:50:24.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:24 08:50:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:24 08:50:24.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:24 08:50:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:24 08:50:24.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:24 08:50:24.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully
04:50:24 08:50:24.039 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:24 08:50:24.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:24 08:50:24.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:24 08:50:24.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:24 08:50:24.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:24 08:50:24.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:24 08:50:24.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:24 08:50:24.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:24 08:50:24.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:24 08:50:24.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:24 08:50:24.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:24 08:50:24.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
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:24 08:50:24.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:24 08:50:24.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:24 08:50:24.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:24 08:50:24.040 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items
04:50:24 08:50:24.040 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:24 08:50:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:24 08:50:24.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:24 08:50:24.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:24 08:50:24.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more...
04:50:24 08:50:24.541 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:24 08:50:24.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:24 08:50:24.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:25 08:50:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:25 08:50:25.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:25 08:50:25.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:25 08:50:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:25 08:50:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:25 08:50:25.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:26 08:50:26.043 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:26 08:50:26.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:26 08:50:26.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:26 08:50:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:26 08:50:26.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:26 08:50:26.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:26 08:50:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:27 08:50:27.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:27 08:50:27.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:27 08:50:27.545 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:27 08:50:27.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:27 08:50:27.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:28 08:50:28.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:28 08:50:28.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:28 08:50:28.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:28 08:50:28.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:28 08:50:28.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:28 08:50:28.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:28 08:50:28.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown
04:50:28 08:50:28.547 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:28 08:50:28.547 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:28 08:50:28.547 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:28 08:50:28.548 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:28 08:50:28.548 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:28 08:50:28.548 INFO [main][AbstractShell] Close shell Testing shell
04:50:28 08:50:28.548 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:28 08:50:28.552 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:28 08:50:28.552 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:28 08:50:28.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:28 08:50:28.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:28 08:50:28.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:28 08:50:28.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:28 08:50:28.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:28 08:50:28.558 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
04:50:28 08:50:28.558 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:28 08:50:28.558 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:28 08:50:28.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:28 08:50:28.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:28 08:50:28.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:28 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.283 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
04:50:28 testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.045 s
04:50:28 testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.038 s
04:50:28 testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.045 s
04:50:28 testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.046 s
04:50:28 testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.071 s
04:50:28 getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.531 s
04:50:28 testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.05 s
04:50:28 testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.545 s
04:50:28 testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.046 s
04:50:28 testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.554 s
04:50:28 getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.046 s
04:50:28 testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.555 s
04:50:28 testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.539 s
04:50:28 testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.059 s
04:50:28 testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.541 s
04:50:28 testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 9.557 s
04:50:28 Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:28 08:50:28.563 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:28 08:50:28.564 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:28 08:50:28.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:28 08:50:28.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:28 08:50:28.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:28 08:50:28.564 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:28 08:50:28.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:28 08:50:28.575 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:28 08:50:28.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:28 08:50:28.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:28 08:50:28.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:28 08:50:28.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:28 08:50:28.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:28 08:50:28.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:28 08:50:28.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:28 08:50:28.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:28 08:50:28.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:28 08:50:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:28 08:50:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:28 08:50:28.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:28 08:50:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:28 08:50:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:28 08:50:28.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:28 08:50:28.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:28 08:50:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:28 08:50:28.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:28 08:50:28.607 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:28 08:50:28.607 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:28 08:50:28.607 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:28 08:50:28.608 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:28 08:50:28.608 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:28 08:50:28.608 INFO [main][AbstractShell] Close shell Testing shell
04:50:28 08:50:28.608 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:28 08:50:28.612 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:28 08:50:28.612 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:28 08:50:28.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:28 08:50:28.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:28 08:50:28.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:28 08:50:28.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:28 08:50:28.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:28 08:50:28.617 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:28 08:50:28.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:28 08:50:28.617 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:28 08:50:28.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:28 08:50:28.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:28 08:50:28.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:28 08:50:28.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:28 08:50:28.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:28 08:50:28.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:28 08:50:28.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:28 08:50:28.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:28 08:50:28.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:28 08:50:28.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:28 08:50:28.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:28 08:50:28.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:28 08:50:28.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:28 08:50:28.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:28 08:50:28.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:28 08:50:28.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:28 08:50:28.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:28 08:50:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:28 08:50:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:28 08:50:28.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:28 08:50:28.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:28 08:50:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:28 08:50:28.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:28 08:50:28.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:28 08:50:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:28 08:50:28.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:28 08:50:28.648 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:28 08:50:28.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
04:50:28 08:50:28.648 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:28 08:50:28.648 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:28 08:50:28.648 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:28 08:50:28.648 INFO [main][AbstractShell] Close shell Testing shell
04:50:28 08:50:28.648 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:28 08:50:28.652 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:28 08:50:28.652 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:28 08:50:28.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:28 08:50:28.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:28 08:50:28.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:28 08:50:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:28 08:50:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:28 08:50:28.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:28 08:50:28.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:28 08:50:28.657 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:28 08:50:28.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:28 08:50:28.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:28 08:50:28.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:28 08:50:28.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:28 08:50:28.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:28 08:50:28.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:28 08:50:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:28 08:50:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:28 08:50:28.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:28 08:50:28.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:28 08:50:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:28 08:50:28.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:28 08:50:28.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:28 08:50:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:28 08:50:28.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:28 08:50:28.686 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:50:28 08:50:28.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:28 08:50:28.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:29 08:50:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:29 08:50:29.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:29 08:50:29.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:50:29 08:50:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:29 08:50:29.189 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:50:29 08:50:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:29 08:50:29.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:50:29 08:50:29.189 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1
04:50:29 08:50:29.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:29 08:50:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:29 08:50:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:29 08:50:29.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:29 08:50:29.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:50:29 08:50:29.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:29 08:50:29.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:50:29 08:50:29.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:29 08:50:29.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:50:29 08:50:29.693 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1
04:50:29 08:50:29.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
04:50:29 08:50:29.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:30 08:50:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:30 08:50:30.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
04:50:30 08:50:30.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
04:50:30 08:50:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:30 08:50:30.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:30 08:50:30.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
04:50:30 08:50:30.694 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1
04:50:30 08:50:30.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
04:50:30 08:50:30.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:31 08:50:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:31 08:50:31.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
04:50:31 08:50:31.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
04:50:31 08:50:31.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:31 08:50:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:31 08:50:31.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
04:50:31 08:50:31.695 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1
04:50:31 08:50:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
04:50:31 08:50:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:32 08:50:32.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:32 08:50:32.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
04:50:32 08:50:32.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
04:50:32 08:50:32.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:32 08:50:32.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed
04:50:32 08:50:32.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:32 08:50:32.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
04:50:32 08:50:32.197 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1
04:50:32 08:50:32.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
04:50:32 08:50:32.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:32 08:50:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:32 08:50:32.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
04:50:32 08:50:32.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
04:50:32 08:50:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:33 08:50:33.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:33 08:50:33.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
04:50:33 08:50:33.198 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1
04:50:33 08:50:33.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
04:50:33 08:50:33.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:33 08:50:33.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:33 08:50:33.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
04:50:33 08:50:33.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
04:50:33 08:50:33.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:34 08:50:34.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:34 08:50:34.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
04:50:34 08:50:34.200 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.200 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:34 08:50:34.200 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.201 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.201 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.201 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.201 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.205 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.205 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.211 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:34 08:50:34.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:34 08:50:34.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:34 08:50:34.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:34 08:50:34.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:34 08:50:34.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:34 08:50:34.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.252 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:34 08:50:34.252 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.252 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.252 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.252 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.252 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.257 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.257 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.264 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:34 08:50:34.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.264 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:34 08:50:34.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:34 08:50:34.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:34 08:50:34.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.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
04:50:34 08:50:34.295 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.295 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.295 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.295 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.295 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.299 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.299 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.299 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.317 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:34 08:50:34.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.317 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:34 08:50:34.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.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
04:50:34 08:50:34.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:34 08:50:34.346 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')
04:50:34 08:50:34.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id
04:50:34 08:50:34.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:34 08:50:34.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:34 08:50:34.346 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.347 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.347 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.347 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.347 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.352 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.352 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.375 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:34 08:50:34.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.375 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:34 08:50:34.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:34 08:50:34.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:34 08:50:34.400 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.401 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:34 08:50:34.401 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.401 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.401 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.401 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.401 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.404 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.404 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.423 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
04:50:34 08:50:34.423 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 08:50:34.423 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.86 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
04:50:34 testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.041 s
04:50:34 testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.04 s
04:50:34 testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 5.554 s
04:50:34 testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.053 s
04:50:34 testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.053 s
04:50:34 testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.058 s
04:50:34 testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.048 s
04:50:34 Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.430 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.430 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:34 08:50:34.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.430 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.430 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.430 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:34 08:50:34.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.431 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:34 08:50:34.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
04:50:34 08:50:34.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:50:34 08:50:34.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:34 08:50:34.477 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text
04:50:34 08:50:34.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:50:34 08:50:34.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:34 08:50:34.482 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35
04:50:34 08:50:34.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:34 08:50:34.483 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.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
04:50:34 08:50:34.483 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.483 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.483 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.483 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.483 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.486 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.487 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
04:50:34 08:50:34.493 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
04:50:34 08:50:34.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:50:34 08:50:34.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:34 08:50:34.525 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text
04:50:34 08:50:34.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
04:50:34 08:50:34.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:34 08:50:34.526 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text
04:50:34 08:50:34.531 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.531 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:34 08:50:34.531 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.531 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.532 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.532 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.532 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.534 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.534 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
04:50:34 08:50:34.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
04:50:34 08:50:34.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:50:34 08:50:34.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:34 08:50:34.565 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text
04:50:34 08:50:34.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
04:50:34 08:50:34.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:34 08:50:34.566 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text
04:50:34 08:50:34.567 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.567 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:34 08:50:34.567 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.568 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.568 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.568 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.568 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.570 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.570 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.571 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
04:50:34 08:50:34.576 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 08:50:34.576 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
04:50:34 openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)  Time elapsed: 0.062 s
04:50:34 selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)  Time elapsed: 0.046 s
04:50:34 selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)  Time elapsed: 0.036 s
04:50:34 Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
04:50:34 08:50:34.581 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
04:50:34 08:50:34.582 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:34 08:50:34.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
04:50:34 08:50:34.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.582 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:34 08:50:34.591 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.591 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:34 08:50:34.591 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest)
04:50:34 08:50:34.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
04:50:34 08:50:34.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:34 08:50:34.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.611 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)
04:50:34 08:50:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:34 08:50:34.611 INFO [WorkbenchTestable][AbstractButton] Click button OK
04:50:34 08:50:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:34 08:50:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:34 08:50:34.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:34 08:50:34.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:34 08:50:34.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification...
04:50:34 08:50:34.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully
04:50:34 08:50:34.612 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)
04:50:34 08:50:34.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:34 08:50:34.613 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:50:34 08:50:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:34 08:50:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:34 08:50:34.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:34 08:50:34.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:34 08:50:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification...
04:50:34 08:50:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully
04:50:34 08:50:34.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:34 08:50:34.613 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.613 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.613 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.613 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.613 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.616 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.616 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
04:50:34 08:50:34.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.624 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest)
04:50:34 08:50:34.624 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
04:50:34 08:50:34.624 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
04:50:34 okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest)  Time elapsed: 0.033 s
04:50:34 Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
04:50:34 08:50:34.632 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
04:50:34 08:50:34.632 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:34 08:50:34.632 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.633 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
04:50:34 08:50:34.633 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.633 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:34 08:50:34.641 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.641 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:34 08:50:34.641 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:34 08:50:34.649 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu.
04:50:34 08:50:34.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:34 08:50:34.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:34 08:50:34.649 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:50:34 08:50:34.649 DEBUG [main][MenuItemLookup] Found menu:'File'
04:50:34 08:50:34.649 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:50:34 08:50:34.649 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:50:34 08:50:34.649 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:50:34 08:50:34.649 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:50:34 08:50:34.649 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:50:34 08:50:34.649 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:50:34 08:50:34.649 DEBUG [main][MenuItemLookup] Item match:Window
04:50:34 08:50:34.650 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:50:34 08:50:34.650 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:50:34 08:50:34.651 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:50:34 08:50:34.651 DEBUG [main][MenuItemLookup] Found menu:''
04:50:34 08:50:34.651 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:50:34 08:50:34.651 DEBUG [main][MenuItemLookup] Item match:Show View
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Templates'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:''
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:50:34 08:50:34.658 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:50:34 08:50:34.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:50:34 08:50:34.658 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:50:34 08:50:34.659 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:50:34 08:50:34.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:50:34 08:50:34.718 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
04:50:34 08:50:34.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:50:34 08:50:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:34 08:50:34.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:34 08:50:34.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:34 08:50:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:34 08:50:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:34 08:50:34.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:34 08:50:34.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:50:34 08:50:34.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls
04:50:34 08:50:34.724 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls
04:50:34 08:50:34.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection
04:50:34 08:50:34.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls
04:50:34 08:50:34.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:34 08:50:34.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:50:34 08:50:34.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:34 08:50:34.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:34 08:50:34.727 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:50:34 08:50:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:34 08:50:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:34 08:50:34.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:34 08:50:34.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:34 08:50:34.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:50:34 08:50:34.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:50:34 08:50:34.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:34 08:50:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:34 08:50:34.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 '\*?\QRedDeer SWT Controls\E')
04:50:34 08:50:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:50:34 08:50:34.784 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
04:50:34 08:50:34.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:34 08:50:34.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:50:34 08:50:34.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:50:34 08:50:34.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:50:34 08:50:34.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:50:34 08:50:34.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)
04:50:34 08:50:34.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
04:50:34 08:50:34.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.788 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')
04:50:34 08:50:34.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.797 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
04:50:34 08:50:34.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key
04:50:34 08:50:34.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
04:50:34 08:50:34.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
04:50:34 08:50:34.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.798 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.799 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:")
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.799 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
04:50:34 08:50:34.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
04:50:34 08:50:34.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.800 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)
04:50:34 08:50:34.800 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
04:50:34 08:50:34.800 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
04:50:34 testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)  Time elapsed: 0.012 s
04:50:34 defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)  Time elapsed: 0.001 s
04:50:34 Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
04:50:34 08:50:34.804 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
04:50:34 08:50:34.805 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:34 08:50:34.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.805 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
04:50:34 08:50:34.805 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.805 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:34 08:50:34.823 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.823 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:34 08:50:34.824 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest)
04:50:34 08:50:34.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
04:50:34 08:50:34.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.838 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
04:50:34 08:50:34.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
04:50:34 08:50:34.849 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
04:50:34 08:50:34.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.849 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
04:50:34 08:50:34.849 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1
04:50:34 08:50:34.850 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
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
04:50:34 08:50:34.850 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
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:34 08:50:34.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:34 08:50:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found
04:50:34 08:50:34.851 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2
04:50:34 08:50:34.852 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
04:50:34 08:50:34.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:34 08:50:34.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:34 08:50:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found
04:50:34 08:50:34.853 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:
04:50:34 is "First spinner:")
04:50:34 08:50:34.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
04:50:34 08:50:34.854 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11
04:50:34 08:50:34.855 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:
04:50:34 is "First spinner:")
04:50:34 08:50:34.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
04:50:34 08:50:34.856 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:
04:50:34 is "Second spinner:")
04:50:34 08:50:34.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
04:50:34 08:50:34.857 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22
04:50:34 08:50:34.858 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:
04:50:34 is "Second spinner:")
04:50:34 08:50:34.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:34 08:50:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:34 08:50:34.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:34 08:50:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
04:50:34 08:50:34.858 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:34 08:50:34.858 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:34 08:50:34.858 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:34 08:50:34.859 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.859 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.859 INFO [main][AbstractShell] Close shell Testing shell
04:50:34 08:50:34.859 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:34 08:50:34.863 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:34 08:50:34.863 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:34 08:50:34.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
04:50:34 08:50:34.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 08:50:34.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest)
04:50:34 08:50:34.870 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
04:50:34 08:50:34.870 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:34 08:50:34.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:34 08:50:34.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:34 08:50:34.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
04:50:34 spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest)  Time elapsed: 0.046 s
04:50:34 Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:34 08:50:34.874 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:34 08:50:34.875 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:34 08:50:34.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:34 08:50:34.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.875 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:34 08:50:34.877 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.877 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:34 08:50:34.877 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:34 08:50:34.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
04:50:34 08:50:34.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:34 08:50:34.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:34 08:50:34.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:34 08:50:34.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:34 08:50:34.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:34 08:50:34.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:34 08:50:34.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
04:50:34 08:50:34.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:34 08:50:34.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:34 08:50:34.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:34 08:50:34.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:50:34 08:50:34.887 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
04:50:34 08:50:34.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:34 08:50:34.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:50:34 08:50:34.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:50:34 08:50:34.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:50:34 08:50:34.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:50:34 08:50:34.933 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls'
04:50:34 08:50:34.933 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls
04:50:34 08:50:34.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:34 08:50:34.935 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:50:34 08:50:34.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:34 08:50:34.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:34 08:50:34.969 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu.
04:50:34 08:50:34.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:34 08:50:34.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:34 08:50:34.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:34 08:50:34.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:34 08:50:34.970 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:50:34 08:50:34.970 DEBUG [main][MenuItemLookup] Found menu:'File'
04:50:34 08:50:34.970 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:50:34 08:50:34.970 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:50:34 08:50:34.970 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:50:34 08:50:34.970 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:50:34 08:50:34.970 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:50:34 08:50:34.970 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:50:34 08:50:34.970 DEBUG [main][MenuItemLookup] Item match:Window
04:50:34 08:50:34.971 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:50:34 08:50:34.971 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:50:34 08:50:34.971 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:50:34 08:50:34.971 DEBUG [main][MenuItemLookup] Found menu:''
04:50:34 08:50:34.971 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:50:34 08:50:34.971 DEBUG [main][MenuItemLookup] Item match:Show View
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Templates'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:''
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:50:34 08:50:34.974 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:50:34 08:50:34.975 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:50:34 08:50:34.975 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:50:34 08:50:34.975 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:50:35 08:50:35.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:50:35 08:50:35.034 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
04:50:35 08:50:35.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:50:35 08:50:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:35 08:50:35.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:35 08:50:35.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:35 08:50:35.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:35 08:50:35.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:50:35 08:50:35.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls
04:50:35 08:50:35.037 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls
04:50:35 08:50:35.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection
04:50:35 08:50:35.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:35 08:50:35.039 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:50:35 08:50:35.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:35 08:50:35.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:35 08:50:35.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:35 08:50:35.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:35 08:50:35.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:50:35 08:50:35.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:50:35 08:50:35.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:50:35 08:50:35.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:50:35 08:50:35.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:35 08:50:35.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:35 08:50:35.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:50:35 08:50:35.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:50:35 08:50:35.093 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
04:50:35 08:50:35.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:35 08:50:35.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:50:35 08:50:35.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:50:35 08:50:35.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:50:35 08:50:35.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:50:35 08:50:35.105 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')
04:50:35 08:50:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key
04:50:35 08:50:35.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.105 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:35 08:50:35.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:35 08:50:35.105 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:35 08:50:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.106 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
04:50:35 08:50:35.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:35 08:50:35.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
04:50:35 08:50:35.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:35 08:50:35.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:35 08:50:35.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:35 08:50:35.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:35 08:50:35.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:35 08:50:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:35 08:50:35.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
04:50:35 08:50:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:50:35 08:50:35.141 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
04:50:35 08:50:35.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:35 08:50:35.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:50:35 08:50:35.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:50:35 08:50:35.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:50:35 08:50:35.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:50:35 08:50:35.143 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls'
04:50:35 08:50:35.143 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls
04:50:35 08:50:35.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:35 08:50:35.144 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:50:35 08:50:35.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:35 08:50:35.175 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu.
04:50:35 08:50:35.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:35 08:50:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:35 08:50:35.176 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:50:35 08:50:35.176 DEBUG [main][MenuItemLookup] Found menu:'File'
04:50:35 08:50:35.176 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:50:35 08:50:35.176 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:50:35 08:50:35.176 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:50:35 08:50:35.176 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:50:35 08:50:35.176 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:50:35 08:50:35.176 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:50:35 08:50:35.176 DEBUG [main][MenuItemLookup] Item match:Window
04:50:35 08:50:35.177 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:50:35 08:50:35.177 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:50:35 08:50:35.177 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:50:35 08:50:35.177 DEBUG [main][MenuItemLookup] Found menu:''
04:50:35 08:50:35.177 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:50:35 08:50:35.177 DEBUG [main][MenuItemLookup] Item match:Show View
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Templates'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:''
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:50:35 08:50:35.180 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:50:35 08:50:35.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:50:35 08:50:35.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:50:35 08:50:35.192 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:50:35 08:50:35.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:50:35 08:50:35.263 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
04:50:35 08:50:35.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:35 08:50:35.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
04:50:35 08:50:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:35 08:50:35.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:50:35 08:50:35.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls
04:50:35 08:50:35.265 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection
04:50:35 08:50:35.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:35 08:50:35.267 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:50:35 08:50:35.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:35 08:50:35.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:35 08:50:35.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:35 08:50:35.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:35 08:50:35.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:50:35 08:50:35.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:50:35 08:50:35.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:50:35 08:50:35.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:50:35 08:50:35.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:35 08:50:35.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:35 08:50:35.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
04:50:35 08:50:35.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:50:35 08:50:35.317 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
04:50:35 08:50:35.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:35 08:50:35.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:50:35 08:50:35.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:50:35 08:50:35.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:50:35 08:50:35.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:50:35 08:50:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.333 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:50:35 08:50:35.333 DEBUG [main][MenuItemLookup] Found menu:'File'
04:50:35 08:50:35.333 DEBUG [main][MenuItemLookup] Item match:File
04:50:35 08:50:35.336 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:50:35 08:50:35.336 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:50:35 08:50:35.338 DEBUG [main][MenuItemLookup] Found menu:'Java Project'
04:50:35 08:50:35.338 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:50:35 08:50:35.338 DEBUG [main][MenuItemLookup] Found menu:''
04:50:35 08:50:35.338 DEBUG [main][MenuItemLookup] Found menu:'Package'
04:50:35 08:50:35.338 DEBUG [main][MenuItemLookup] Found menu:'Class'
04:50:35 08:50:35.338 DEBUG [main][MenuItemLookup] Found menu:'Interface'
04:50:35 08:50:35.338 DEBUG [main][MenuItemLookup] Found menu:'Enum'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:'Record'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:'Annotation'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:'Source Folder'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:'File'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:''
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
04:50:35 08:50:35.339 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
04:50:35 08:50:35.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
04:50:35 08:50:35.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
04:50:35 08:50:35.340 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
04:50:35 08:50:35.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available....
04:50:35 08:50:35.431 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
04:50:35 08:50:35.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
04:50:35 08:50:35.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.433 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
04:50:35 08:50:35.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent
04:50:35 08:50:35.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.434 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.434 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue
04:50:35 08:50:35.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:50:35 08:50:35.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent
04:50:35 08:50:35.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:35 08:50:35.439 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:50:35 08:50:35.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:35 08:50:35.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:35 08:50:35.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:35 08:50:35.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:35 08:50:35.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:35 08:50:35.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:35 08:50:35.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:35 08:50:35.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
04:50:35 08:50:35.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:35 08:50:35.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
04:50:35 08:50:35.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:35 08:50:35.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:35 08:50:35.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:35 08:50:35.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:35 08:50:35.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:35 08:50:35.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:35 08:50:35.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
04:50:35 08:50:35.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:50:35 08:50:35.474 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
04:50:35 08:50:35.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:35 08:50:35.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:50:35 08:50:35.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:50:35 08:50:35.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:50:35 08:50:35.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:50:35 08:50:35.476 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls'
04:50:35 08:50:35.476 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls
04:50:35 08:50:35.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:35 08:50:35.477 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:50:35 08:50:35.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:50:35 08:50:35.533 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu.
04:50:35 08:50:35.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:35 08:50:35.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:35 08:50:35.544 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:50:35 08:50:35.544 DEBUG [main][MenuItemLookup] Found menu:'File'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Item match:Window
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:''
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:50:35 08:50:35.545 DEBUG [main][MenuItemLookup] Item match:Show View
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Templates'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:''
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:50:35 08:50:35.549 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:50:35 08:50:35.549 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:50:35 08:50:35.549 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:50:35 08:50:35.549 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:50:35 08:50:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:50:35 08:50:35.601 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
04:50:35 08:50:35.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:50:35 08:50:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:50:35 08:50:35.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:35 08:50:35.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:35 08:50:35.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:50:35 08:50:35.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
04:50:35 08:50:35.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls
04:50:35 08:50:35.604 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls
04:50:35 08:50:35.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection
04:50:35 08:50:35.605 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:50:35 08:50:35.606 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:50:35 08:50:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:50:35 08:50:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:50:35 08:50:35.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:50:35 08:50:35.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:35 08:50:35.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:50:35 08:50:35.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:50:35 08:50:35.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:50:35 08:50:35.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:50:35 08:50:35.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:35 08:50:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:35 08:50:35.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
04:50:35 08:50:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:50:35 08:50:35.670 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
04:50:35 08:50:35.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:35 08:50:35.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:50:35 08:50:35.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:50:35 08:50:35.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:50:35 08:50:35.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:50:35 08:50:35.672 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
04:50:35 08:50:35.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.672 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
04:50:35 08:50:35.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.673 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Original text")
04:50:35 08:50:35.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.673 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
04:50:35 08:50:35.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.682 INFO [WorkbenchTestable][AbstractText] Text set to: New text
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.682 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.682 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")
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.682 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.683 INFO [WorkbenchTestable][AbstractText] Text set to: Original text
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:35 08:50:35.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:35 08:50:35.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
04:50:35 testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)  Time elapsed: 0.229 s
04:50:35 testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)  Time elapsed: 0.359 s
04:50:35 defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)  Time elapsed: 0.218 s
04:50:35 Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.730 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.731 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:35 08:50:35.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:35 08:50:35.731 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.731 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:35 08:50:35.731 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:35 08:50:35.732 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:35 08:50:35.732 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:35 08:50:35.732 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:35 08:50:35.732 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:35 08:50:35.732 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:35 08:50:35.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:35 08:50:35.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:35 08:50:35.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:35 08:50:35.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:35 08:50:35.773 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
04:50:35 08:50:35.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:35 08:50:35.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.773 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:
04:50:35 is "Test clabel")
04:50:35 08:50:35.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:35 08:50:35.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.778 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.779 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:35 08:50:35.779 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:35 08:50:35.779 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:35 08:50:35.779 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.779 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.779 INFO [main][AbstractShell] Close shell Testing shell
04:50:35 08:50:35.779 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:35 08:50:35.787 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:35 08:50:35.787 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:35 08:50:35.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:35 08:50:35.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:35 08:50:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:35 08:50:35.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:35 08:50:35.794 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:35 08:50:35.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:35 08:50:35.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:35 08:50:35.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:35 08:50:35.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:35 08:50:35.840 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
04:50:35 08:50:35.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:35 08:50:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.840 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:
04:50:35 is "FormLabel")
04:50:35 08:50:35.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:35 08:50:35.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.845 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:35 08:50:35.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:35 08:50:35.848 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:35 08:50:35.848 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.848 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.848 INFO [main][AbstractShell] Close shell Testing shell
04:50:35 08:50:35.848 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:35 08:50:35.856 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:35 08:50:35.856 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:35 08:50:35.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:35 08:50:35.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:35 08:50:35.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.863 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:35 08:50:35.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:35 08:50:35.863 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:35 08:50:35.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:35 08:50:35.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:35 08:50:35.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:35 08:50:35.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:35 08:50:35.902 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
04:50:35 08:50:35.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:35 08:50:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.902 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
04:50:35 08:50:35.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:35 08:50:35.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:35 08:50:35.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:35 08:50:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found
04:50:35 08:50:35.903 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.903 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:
04:50:35 is "Test label")
04:50:35 08:50:35.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:35 08:50:35.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.904 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.905 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:
04:50:35 is "Test label1")
04:50:35 08:50:35.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:35 08:50:35.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.907 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.927 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:
04:50:35 is "Test label")
04:50:35 08:50:35.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:35 08:50:35.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.928 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.929 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:35 08:50:35.929 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:35 08:50:35.929 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:35 08:50:35.929 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.929 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.929 INFO [main][AbstractShell] Close shell Testing shell
04:50:35 08:50:35.929 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:35 08:50:35.938 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:35 08:50:35.938 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:35 08:50:35.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:35 08:50:35.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:35 08:50:35.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:35 08:50:35.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:35 08:50:35.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:35 08:50:35.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:35 08:50:35.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:35 08:50:35.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:35 08:50:35.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:35 08:50:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:35 08:50:35.990 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
04:50:35 08:50:35.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:35 08:50:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.990 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:
04:50:35 is "Test label4")
04:50:35 08:50:35.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:35 08:50:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:35 08:50:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:35 08:50:35.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:35 08:50:35.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:35 08:50:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:35 08:50:35.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:35 08:50:35.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:35 08:50:35.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:35 08:50:35.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:35 08:50:35.995 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:35 08:50:35.996 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:35 08:50:35.996 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:35 08:50:35.996 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:35 08:50:35.997 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:35 08:50:35.997 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:35 08:50:35.997 INFO [main][AbstractShell] Close shell Testing shell
04:50:35 08:50:35.997 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:36 08:50:36.004 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:36 08:50:36.004 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:36 08:50:36.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:36 08:50:36.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:36 08:50:36.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:36 08:50:36.031 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:36 08:50:36.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:36 08:50:36.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:36 08:50:36.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.066 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
04:50:36 08:50:36.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.067 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:
04:50:36 is "Test label2")
04:50:36 08:50:36.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:36 08:50:36.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:36 08:50:36.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:36 08:50:36.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:36 08:50:36.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:36 08:50:36.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:36 08:50:36.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:36 08:50:36.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:36 08:50:36.070 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:36 08:50:36.071 INFO [WorkbenchTestable][AbstractText] Text set to: funny text
04:50:36 08:50:36.071 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.071 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:36 08:50:36.071 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.071 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.072 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.072 INFO [main][AbstractShell] Close shell Testing shell
04:50:36 08:50:36.072 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:36 08:50:36.079 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:36 08:50:36.079 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:36 08:50:36.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:36 08:50:36.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:36 08:50:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.087 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:36 08:50:36.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:36 08:50:36.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:36 08:50:36.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:36 08:50:36.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.132 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
04:50:36 08:50:36.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.132 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:
04:50:36 is "Required label1*")
04:50:36 08:50:36.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:36 08:50:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:36 08:50:36.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:36 08:50:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:36 08:50:36.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:36 08:50:36.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:36 08:50:36.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:36 08:50:36.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:36 08:50:36.138 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:36 08:50:36.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:36 08:50:36.141 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.142 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.142 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.142 INFO [main][AbstractShell] Close shell Testing shell
04:50:36 08:50:36.142 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:36 08:50:36.150 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:36 08:50:36.150 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:36 08:50:36.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:36 08:50:36.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:36 08:50:36.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.156 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.156 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:36 08:50:36.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:36 08:50:36.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:36 08:50:36.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:36 08:50:36.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.195 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
04:50:36 08:50:36.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.195 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:
04:50:36 is "Test label3")
04:50:36 08:50:36.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:36 08:50:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:36 08:50:36.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:36 08:50:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:36 08:50:36.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:36 08:50:36.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:36 08:50:36.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:36 08:50:36.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:36 08:50:36.199 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:36 08:50:36.200 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.200 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:36 08:50:36.200 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.201 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.201 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.201 INFO [main][AbstractShell] Close shell Testing shell
04:50:36 08:50:36.201 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:36 08:50:36.226 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:36 08:50:36.226 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:36 08:50:36.227 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.227 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:36 08:50:36.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:36 08:50:36.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:36 08:50:36.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:36 08:50:36.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:36 08:50:36.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:36 08:50:36.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.273 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
04:50:36 08:50:36.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.273 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:
04:50:36 is "Required label1")
04:50:36 08:50:36.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:36 08:50:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:36 08:50:36.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:36 08:50:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:36 08:50:36.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:36 08:50:36.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:36 08:50:36.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:36 08:50:36.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:36 08:50:36.279 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:36 08:50:36.280 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.280 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:36 08:50:36.280 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.281 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.281 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.281 INFO [main][AbstractShell] Close shell Testing shell
04:50:36 08:50:36.281 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:36 08:50:36.288 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:36 08:50:36.288 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:36 08:50:36.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:36 08:50:36.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:36 08:50:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:36 08:50:36.295 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:36 08:50:36.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:36 08:50:36.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:36 08:50:36.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.350 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
04:50:36 08:50:36.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.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:
04:50:36 is "Test label")
04:50:36 08:50:36.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:36 08:50:36.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:36 08:50:36.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:36 08:50:36.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:36 08:50:36.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:36 08:50:36.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:36 08:50:36.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:36 08:50:36.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:36 08:50:36.352 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:36 08:50:36.353 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.353 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:36 08:50:36.353 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.353 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.353 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.353 INFO [main][AbstractShell] Close shell Testing shell
04:50:36 08:50:36.353 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:36 08:50:36.361 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:36 08:50:36.361 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:36 08:50:36.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:36 08:50:36.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:36 08:50:36.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:36 08:50:36.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:36 08:50:36.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:36 08:50:36.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:36 08:50:36.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:36 08:50:36.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:36 08:50:36.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:36 08:50:36.406 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
04:50:36 08:50:36.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:36 08:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:36 08:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:36 08:50:36.406 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:
04:50:36 is "Test label1")
04:50:36 08:50:36.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:36 08:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:36 08:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:36 08:50:36.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:36 08:50:36.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:36 08:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:36 08:50:36.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:36 08:50:36.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:36 08:50:36.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:36 08:50:36.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:36 08:50:36.408 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:36 08:50:36.409 INFO [WorkbenchTestable][AbstractText] Type text not so funny text
04:50:36 08:50:36.409 INFO [WorkbenchTestable][AbstractText] Text set to: 
04:50:36 08:50:36.409 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:36 08:50:36.409 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events
04:50:36 08:50:36.412 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text"
04:50:43 08:50:43.572 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:43 08:50:43.572 INFO [WorkbenchTestable][Keyboard]     As char:n, as int:110
04:50:44 08:50:44.174 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:44 08:50:44.174 INFO [WorkbenchTestable][Keyboard]     As char:o, as int:111
04:50:44 08:50:44.775 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:44 08:50:44.775 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:50:45 08:50:45.376 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:45 08:50:45.376 INFO [WorkbenchTestable][Keyboard]     As char: , as int:32
04:50:45 08:50:45.977 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:45 08:50:45.977 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
04:50:46 08:50:46.578 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:46 08:50:46.578 INFO [WorkbenchTestable][Keyboard]     As char:o, as int:111
04:50:47 08:50:47.179 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:47 08:50:47.180 INFO [WorkbenchTestable][Keyboard]     As char: , as int:32
04:50:47 08:50:47.781 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:47 08:50:47.781 INFO [WorkbenchTestable][Keyboard]     As char:f, as int:102
04:50:48 08:50:48.382 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:48 08:50:48.382 INFO [WorkbenchTestable][Keyboard]     As char:u, as int:117
04:50:48 08:50:48.983 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:48 08:50:48.983 INFO [WorkbenchTestable][Keyboard]     As char:n, as int:110
04:50:49 08:50:49.585 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:49 08:50:49.585 INFO [WorkbenchTestable][Keyboard]     As char:n, as int:110
04:50:50 08:50:50.186 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:50 08:50:50.186 INFO [WorkbenchTestable][Keyboard]     As char:y, as int:121
04:50:50 08:50:50.787 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:50 08:50:50.787 INFO [WorkbenchTestable][Keyboard]     As char: , as int:32
04:50:51 08:50:51.388 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:51 08:50:51.388 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:50:51 08:50:51.990 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:51 08:50:51.990 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:50:52 08:50:52.591 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:52 08:50:52.591 INFO [WorkbenchTestable][Keyboard]     As char:x, as int:120
04:50:53 08:50:53.192 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:50:53 08:50:53.192 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:50:53 08:50:53.793 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:
04:50:53 is "Test label1")
04:50:53 08:50:53.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:53 08:50:53.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:53 08:50:53.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:53 08:50:53.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:53 08:50:53.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:53 08:50:53.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:53 08:50:53.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:53 08:50:53.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:53 08:50:53.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:53 08:50:53.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:53 08:50:53.796 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:53 08:50:53.796 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:53 08:50:53.796 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:53 08:50:53.796 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:53 08:50:53.797 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:53 08:50:53.797 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:53 08:50:53.797 INFO [main][AbstractShell] Close shell Testing shell
04:50:53 08:50:53.797 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:53 08:50:53.805 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:53 08:50:53.805 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:53 08:50:53.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:53 08:50:53.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:53 08:50:53.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:53 08:50:53.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:53 08:50:53.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:53 08:50:53.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:53 08:50:53.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:53 08:50:53.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:53 08:50:53.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:53 08:50:53.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:53 08:50:53.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:53 08:50:53.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:53 08:50:53.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:53 08:50:53.848 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
04:50:53 08:50:53.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:53 08:50:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:53 08:50:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:53 08:50:53.848 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:
04:50:53 is "Test label1")
04:50:53 08:50:53.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:53 08:50:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:53 08:50:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:53 08:50:53.849 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:53 08:50:53.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:53 08:50:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:53 08:50:53.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:53 08:50:53.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:53 08:50:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:53 08:50:53.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:53 08:50:53.851 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:53 08:50:53.851 INFO [WorkbenchTestable][AbstractText] Text set to: funny text
04:50:53 08:50:53.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:
04:50:53 is "Test label1")
04:50:53 08:50:53.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:53 08:50:53.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:53 08:50:53.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:53 08:50:53.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:53 08:50:53.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:53 08:50:53.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:53 08:50:53.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:53 08:50:53.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:53 08:50:53.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:53 08:50:53.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:53 08:50:53.854 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:53 08:50:53.854 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:53 08:50:53.854 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:53 08:50:53.854 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:53 08:50:53.855 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:53 08:50:53.855 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:53 08:50:53.855 INFO [main][AbstractShell] Close shell Testing shell
04:50:53 08:50:53.855 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:53 08:50:53.862 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:53 08:50:53.862 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:53 08:50:53.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:53 08:50:53.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:53 08:50:53.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:53 08:50:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:53 08:50:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:53 08:50:53.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:53 08:50:53.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:53 08:50:53.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:53 08:50:53.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:53 08:50:53.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:53 08:50:53.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:53 08:50:53.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:53 08:50:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:53 08:50:53.908 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
04:50:53 08:50:53.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:53 08:50:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:53 08:50:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:53 08:50:53.908 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:
04:50:53 is "Special label?")
04:50:53 08:50:53.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:53 08:50:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:53 08:50:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:53 08:50:53.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:53 08:50:53.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:53 08:50:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:53 08:50:53.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:53 08:50:53.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:53 08:50:53.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:53 08:50:53.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:53 08:50:53.915 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:53 08:50:53.916 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:53 08:50:53.916 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:53 08:50:53.916 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:53 08:50:53.916 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:53 08:50:53.916 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:53 08:50:53.916 INFO [main][AbstractShell] Close shell Testing shell
04:50:53 08:50:53.916 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:53 08:50:53.924 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:53 08:50:53.924 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:53 08:50:53.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:53 08:50:53.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:53 08:50:53.924 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:53 08:50:53.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:53 08:50:53.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:53 08:50:53.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:53 08:50:53.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:53 08:50:53.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:53 08:50:53.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:53 08:50:53.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:53 08:50:53.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:53 08:50:53.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:53 08:50:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:53 08:50:53.971 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
04:50:53 08:50:53.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:53 08:50:53.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:53 08:50:53.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:53 08:50:53.972 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:
04:50:53 is "Required label2 *")
04:50:53 08:50:53.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:53 08:50:53.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:53 08:50:53.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:53 08:50:53.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:53 08:50:53.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:53 08:50:53.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:53 08:50:53.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:53 08:50:53.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:53 08:50:53.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:53 08:50:53.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:53 08:50:53.978 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:53 08:50:53.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:53 08:50:53.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:53 08:50:53.979 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:53 08:50:53.980 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:53 08:50:53.980 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:53 08:50:53.980 INFO [main][AbstractShell] Close shell Testing shell
04:50:53 08:50:53.980 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:53 08:50:53.988 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:53 08:50:53.988 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:53 08:50:53.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:53 08:50:53.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:53 08:50:53.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:53 08:50:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:53 08:50:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:53 08:50:53.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:53 08:50:53.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:53 08:50:53.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:53 08:50:53.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:53 08:50:53.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:53 08:50:53.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:53 08:50:53.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.041 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
04:50:54 08:50:54.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.041 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:
04:50:54 is "Test label2")
04:50:54 08:50:54.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:54 08:50:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:54 08:50:54.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:54 08:50:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:54 08:50:54.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:54 08:50:54.044 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:54 08:50:54.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:54 08:50:54.045 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.046 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.046 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.046 INFO [main][AbstractShell] Close shell Testing shell
04:50:54 08:50:54.046 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:54 08:50:54.054 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:54 08:50:54.054 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:54 08:50:54.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:54 08:50:54.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:54 08:50:54.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:54 08:50:54.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.060 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:54 08:50:54.060 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:54 08:50:54.060 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:54 08:50:54.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:54 08:50:54.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:54 08:50:54.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:54 08:50:54.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.098 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
04:50:54 08:50:54.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.098 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:
04:50:54 is "Required label2")
04:50:54 08:50:54.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:54 08:50:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:54 08:50:54.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:54 08:50:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:54 08:50:54.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:54 08:50:54.104 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:54 08:50:54.105 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.105 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:54 08:50:54.105 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.105 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.105 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.105 INFO [main][AbstractShell] Close shell Testing shell
04:50:54 08:50:54.105 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:54 08:50:54.113 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:54 08:50:54.113 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:54 08:50:54.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:54 08:50:54.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:54 08:50:54.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:54 08:50:54.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.120 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:54 08:50:54.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:54 08:50:54.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:54 08:50:54.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:54 08:50:54.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:54 08:50:54.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:54 08:50:54.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.159 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
04:50:54 08:50:54.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.159 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:
04:50:54 is "Test label1")
04:50:54 08:50:54.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:54 08:50:54.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:54 08:50:54.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:54 08:50:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:54 08:50:54.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:54 08:50:54.162 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:54 08:50:54.163 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.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
04:50:54 08:50:54.163 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.163 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.163 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.163 INFO [main][AbstractShell] Close shell Testing shell
04:50:54 08:50:54.163 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:54 08:50:54.171 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:54 08:50:54.171 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:54 08:50:54.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:54 08:50:54.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:54 08:50:54.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:54 08:50:54.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.177 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:54 08:50:54.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:54 08:50:54.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:54 08:50:54.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:54 08:50:54.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:54 08:50:54.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:54 08:50:54.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.216 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
04:50:54 08:50:54.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.216 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:
04:50:54 is "FormCLabel")
04:50:54 08:50:54.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:54 08:50:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:54 08:50:54.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:54 08:50:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:54 08:50:54.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:54 08:50:54.227 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:54 08:50:54.228 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.228 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:54 08:50:54.228 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.228 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.228 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.228 INFO [main][AbstractShell] Close shell Testing shell
04:50:54 08:50:54.228 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:54 08:50:54.236 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:54 08:50:54.236 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:54 08:50:54.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:54 08:50:54.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:54 08:50:54.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:54 08:50:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
04:50:54 08:50:54.243 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:54 08:50:54.243 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:54 08:50:54.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:54 08:50:54.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.513 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
04:50:54 findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.062 s
04:50:54 findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.069 s
04:50:54 setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.082 s
04:50:54 findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.086 s
04:50:54 setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.056 s
04:50:54 findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.069 s
04:50:54 getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.077 s
04:50:54 findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.061 s
04:50:54 findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.073 s
04:50:54 typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 17.443 s
04:50:54 setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.058 s
04:50:54 findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.061 s
04:50:54 findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.064 s
04:50:54 findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.065 s
04:50:54 findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.06 s
04:50:54 findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.057 s
04:50:54 findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.065 s
04:50:54 Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.249 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.249 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:54 08:50:54.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:54 08:50:54.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:54 08:50:54.250 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:54 08:50:54.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:54 08:50:54.251 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:54 08:50:54.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.255 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate.
04:50:54 08:50:54.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:50:54 08:50:54.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:50:54 08:50:54.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
04:50:54 08:50:54.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:54 08:50:54.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:50:54 08:50:54.271 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
04:50:54 08:50:54.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
04:50:54 08:50:54.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:50:54 08:50:54.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:50:54 08:50:54.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:50:54 08:50:54.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:50:54 08:50:54.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:54 08:50:54.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
04:50:54 08:50:54.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:54 08:50:54.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:54 08:50:54.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.325 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
04:50:54 08:50:54.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:54 08:50:54.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:54 08:50:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.337 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
04:50:54 08:50:54.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:54 08:50:54.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:54 08:50:54.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
04:50:54 08:50:54.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:54 08:50:54.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
04:50:54 08:50:54.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:54 08:50:54.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:54 08:50:54.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.357 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
04:50:54 08:50:54.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:50:54 08:50:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:50:54 08:50:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:50:54 08:50:54.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:50:54 08:50:54.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:54 08:50:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:54 08:50:54.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:54 08:50:54.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:54 08:50:54.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:54 08:50:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.367 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
04:50:54 08:50:54.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:54 08:50:54.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:54 08:50:54.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:54 08:50:54.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.368 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:54 08:50:54.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:54 08:50:54.369 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")
04:50:54 08:50:54.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:54 08:50:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.370 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
04:50:54 08:50:54.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:54 08:50:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:54 08:50:54.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:54 08:50:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:54 08:50:54.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:50:54 08:50:54.370 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text
04:50:54 08:50:54.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:54 08:50:54.377 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
04:50:54 08:50:54.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:54 08:50:54.377 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:54 08:50:54.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.377 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
04:50:54 08:50:54.377 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 08:50:54.377 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:54 08:50:54.377 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:54 08:50:54.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
04:50:54 defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)  Time elapsed: 0.064 s
04:50:54 defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)  Time elapsed: 0.029 s
04:50:54 defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)  Time elapsed: 0.009 s
04:50:54 Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:54 08:50:54.382 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:54 08:50:54.382 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:54 08:50:54.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:54 08:50:54.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:54 08:50:54.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:54 08:50:54.383 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:54 08:50:54.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:54 08:50:54.383 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:54 08:50:54.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:54 08:50:54.383 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:54 08:50:54.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:54 08:50:54.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:54 08:50:54.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:54 08:50:54.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:54 08:50:54.391 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)
04:50:54 08:50:54.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:54 08:50:54.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:54 08:50:54.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:54 08:50:54.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:54 08:50:54.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:54 08:50:54.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:54 08:50:54.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:50:54 08:50:54.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found
04:50:54 08:50:54.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:50:54 08:50:54.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found
04:50:55 08:50:55.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:50:55 08:50:55.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found
04:50:55 08:50:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:50:55 08:50:55.400 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found
04:50:55 08:50:55.400 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:55 08:50:55.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
04:50:55 08:50:55.400 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:55 08:50:55.400 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:55 08:50:55.400 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:55 08:50:55.400 INFO [main][AbstractShell] Close shell Testing shell
04:50:55 08:50:55.400 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:55 08:50:55.403 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:55 08:50:55.403 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:55 08:50:55.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:55 08:50:55.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:55 08:50:55.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:55 08:50:55.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:55 08:50:55.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:55 08:50:55.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:55 08:50:55.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:55 08:50:55.410 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:55 08:50:55.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:55 08:50:55.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:55 08:50:55.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:55 08:50:55.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:55 08:50:55.416 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)
04:50:55 08:50:55.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:55 08:50:55.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:55 08:50:55.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:55 08:50:55.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:55 08:50:55.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
04:50:55 08:50:55.428 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)
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:55 08:50:55.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:55 08:50:55.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:55 08:50:55.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:55 08:50:55.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
04:50:55 08:50:55.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:55 08:50:55.429 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:55 08:50:55.429 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:55 08:50:55.429 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:55 08:50:55.429 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:55 08:50:55.429 INFO [main][AbstractShell] Close shell Testing shell
04:50:55 08:50:55.429 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:55 08:50:55.432 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:55 08:50:55.432 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:55 08:50:55.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:55 08:50:55.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:55 08:50:55.432 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:55 08:50:55.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:55 08:50:55.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:55 08:50:55.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:55 08:50:55.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:55 08:50:55.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:55 08:50:55.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:55 08:50:55.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:55 08:50:55.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:55 08:50:55.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:55 08:50:55.450 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)
04:50:55 08:50:55.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:55 08:50:55.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:55 08:50:55.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:55 08:50:55.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:55 08:50:55.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
04:50:55 08:50:55.459 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)
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:55 08:50:55.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:55 08:50:55.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:55 08:50:55.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
04:50:55 08:50:55.459 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)
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:55 08:50:55.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:55 08:50:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:55 08:50:55.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:55 08:50:55.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:55 08:50:55.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:55 08:50:55.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found
04:50:55 08:50:55.462 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:55 08:50:55.462 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:55 08:50:55.462 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:55 08:50:55.462 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:55 08:50:55.462 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:55 08:50:55.462 INFO [main][AbstractShell] Close shell Testing shell
04:50:55 08:50:55.462 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:55 08:50:55.465 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:55 08:50:55.465 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:55 08:50:55.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:55 08:50:55.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:55 08:50:55.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:55 08:50:55.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:55 08:50:55.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:55 08:50:55.477 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:55 08:50:55.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:55 08:50:55.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:55 08:50:55.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:55 08:50:55.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:55 08:50:55.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:55 08:50:55.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:55 08:50:55.483 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)
04:50:55 08:50:55.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:55 08:50:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:55 08:50:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:55 08:50:55.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:55 08:50:55.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:55 08:50:55.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:55 08:50:55.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:55 08:50:55.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:50:55 08:50:55.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:55 08:50:55.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:50:56 08:50:56.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:56 08:50:56.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:50:56 08:50:56.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:50:56 08:50:56.493 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found
04:50:56 08:50:56.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:56 08:50:56.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:56 08:50:56.493 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:56 08:50:56.493 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:56 08:50:56.493 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:56 08:50:56.493 INFO [main][AbstractShell] Close shell Testing shell
04:50:56 08:50:56.493 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:56 08:50:56.497 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:56 08:50:56.497 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:56 08:50:56.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:56 08:50:56.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:56 08:50:56.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:56 08:50:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:56 08:50:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:56 08:50:56.509 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:56 08:50:56.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:56 08:50:56.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:56 08:50:56.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:56 08:50:56.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:56 08:50:56.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:56 08:50:56.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:56 08:50:56.515 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)
04:50:56 08:50:56.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:56 08:50:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:56 08:50:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:56 08:50:56.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:56 08:50:56.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:56 08:50:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:56 08:50:56.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:56 08:50:56.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:56 08:50:56.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:56 08:50:56.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
04:50:56 08:50:56.523 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)
04:50:56 08:50:56.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:56 08:50:56.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:56 08:50:56.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:56 08:50:56.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:56 08:50:56.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:56 08:50:56.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:56 08:50:56.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:56 08:50:56.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:56 08:50:56.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:56 08:50:56.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
04:50:56 08:50:56.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:56 08:50:56.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:56 08:50:56.524 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:56 08:50:56.524 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:56 08:50:56.524 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:56 08:50:56.524 INFO [main][AbstractShell] Close shell Testing shell
04:50:56 08:50:56.524 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:56 08:50:56.527 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:56 08:50:56.527 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:56 08:50:56.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:56 08:50:56.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:56 08:50:56.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:56 08:50:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:56 08:50:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:56 08:50:56.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:56 08:50:56.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:56 08:50:56.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:56 08:50:56.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:56 08:50:56.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:56 08:50:56.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:56 08:50:56.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:56 08:50:56.538 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)
04:50:56 08:50:56.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:56 08:50:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:56 08:50:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:56 08:50:56.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:56 08:50:56.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:56 08:50:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:56 08:50:56.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:56 08:50:56.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:50:57 08:50:57.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:57 08:50:57.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:50:57 08:50:57.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:57 08:50:57.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:50:57 08:50:57.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:50:57 08:50:57.553 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found
04:50:57 08:50:57.553 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:57 08:50:57.553 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:57 08:50:57.553 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:57 08:50:57.553 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:57 08:50:57.553 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:57 08:50:57.553 INFO [main][AbstractShell] Close shell Testing shell
04:50:57 08:50:57.553 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:57 08:50:57.556 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:57 08:50:57.556 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:57 08:50:57.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:57 08:50:57.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:57 08:50:57.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:57 08:50:57.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:57 08:50:57.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:57 08:50:57.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
04:50:57 08:50:57.562 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:57 08:50:57.562 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:57 08:50:57.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:57 08:50:57.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:57 08:50:57.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:57 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.18 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
04:50:57 nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 1.027 s
04:50:57 IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 0.034 s
04:50:57 horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 0.033 s
04:50:57 noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 1.032 s
04:50:57 verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 0.024 s
04:50:57 nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 1.029 s
04:50:57 Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:57 08:50:57.567 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:57 08:50:57.567 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:57 08:50:57.567 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:57 08:50:57.567 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:57 08:50:57.567 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:57 08:50:57.567 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:57 08:50:57.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:57 08:50:57.568 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:57 08:50:57.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:57 08:50:57.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:57 08:50:57.568 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:57 08:50:57.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:57 08:50:57.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:57 08:50:57.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:57 08:50:57.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:57 08:50:57.582 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
04:50:57 08:50:57.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:57 08:50:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:57 08:50:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:57 08:50:57.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:57 08:50:57.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:57 08:50:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:57 08:50:57.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:57 08:50:57.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:57 08:50:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:57 08:50:57.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found
04:50:57 08:50:57.591 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:57 08:50:57.591 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:57 08:50:57.591 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:57 08:50:57.591 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:57 08:50:57.591 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:57 08:50:57.591 INFO [main][AbstractShell] Close shell Testing shell
04:50:57 08:50:57.591 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:57 08:50:57.594 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:57 08:50:57.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:57 08:50:57.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:57 08:50:57.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:57 08:50:57.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:57 08:50:57.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:57 08:50:57.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:57 08:50:57.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:57 08:50:57.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:57 08:50:57.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:57 08:50:57.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:57 08:50:57.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:57 08:50:57.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:57 08:50:57.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:57 08:50:57.610 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
04:50:57 08:50:57.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:57 08:50:57.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:57 08:50:57.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:57 08:50:57.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:57 08:50:57.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:57 08:50:57.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:57 08:50:57.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:50:57 08:50:57.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:50:58 08:50:58.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:50:58 08:50:58.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:50:58 08:50:58.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:50:58 08:50:58.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:50:58 08:50:58.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:50:58 08:50:58.619 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found
04:50:58 08:50:58.619 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:58 08:50:58.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
04:50:58 08:50:58.619 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:58 08:50:58.619 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:58 08:50:58.619 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:58 08:50:58.619 INFO [main][AbstractShell] Close shell Testing shell
04:50:58 08:50:58.619 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:58 08:50:58.623 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:58 08:50:58.623 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:58 08:50:58.623 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:58 08:50:58.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:58 08:50:58.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:58 08:50:58.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:58 08:50:58.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:58 08:50:58.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:58 08:50:58.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:58 08:50:58.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:58 08:50:58.636 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
04:50:58 08:50:58.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:58 08:50:58.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:58 08:50:58.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:58 08:50:58.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:58 08:50:58.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:58 08:50:58.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:58 08:50:58.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:58 08:50:58.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found
04:50:58 08:50:58.649 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:58 08:50:58.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
04:50:58 08:50:58.650 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:58 08:50:58.650 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:58 08:50:58.650 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:58 08:50:58.650 INFO [main][AbstractShell] Close shell Testing shell
04:50:58 08:50:58.650 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:58 08:50:58.653 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:58 08:50:58.653 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:58 08:50:58.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:58 08:50:58.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:58 08:50:58.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.659 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:58 08:50:58.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:58 08:50:58.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:58 08:50:58.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:58 08:50:58.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:58 08:50:58.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:58 08:50:58.666 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
04:50:58 08:50:58.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:58 08:50:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:58 08:50:58.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:58 08:50:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:58 08:50:58.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:58 08:50:58.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:58 08:50:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:58 08:50:58.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found
04:50:58 08:50:58.679 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13
04:50:58 08:50:58.679 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:50:58 08:50:58.679 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
04:50:58 08:50:58.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:58 08:50:58.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:58 08:50:58.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:58 08:50:58.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:58 08:50:58.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:58 08:50:58.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:58 08:50:58.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:58 08:50:58.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:50:58 08:50:58.680 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:50:58 08:50:58.680 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:58 08:50:58.680 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:58 08:50:58.681 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:58 08:50:58.681 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:58 08:50:58.681 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:58 08:50:58.681 INFO [main][AbstractShell] Close shell Testing shell
04:50:58 08:50:58.681 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:58 08:50:58.684 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:58 08:50:58.685 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:58 08:50:58.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:58 08:50:58.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:58 08:50:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.690 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:58 08:50:58.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:58 08:50:58.690 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:58 08:50:58.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:58 08:50:58.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:58 08:50:58.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:58 08:50:58.697 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
04:50:58 08:50:58.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:58 08:50:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:58 08:50:58.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:58 08:50:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:58 08:50:58.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:50:58 08:50:58.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:50:58 08:50:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:58 08:50:58.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found
04:50:58 08:50:58.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:58 08:50:58.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:58 08:50:58.727 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:58 08:50:58.728 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:58 08:50:58.728 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:58 08:50:58.728 INFO [main][AbstractShell] Close shell Testing shell
04:50:58 08:50:58.728 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:58 08:50:58.731 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:58 08:50:58.731 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:58 08:50:58.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:58 08:50:58.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:58 08:50:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:58 08:50:58.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:58 08:50:58.744 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:58 08:50:58.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:58 08:50:58.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:58 08:50:58.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:58 08:50:58.750 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
04:50:58 08:50:58.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:58 08:50:58.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:58 08:50:58.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:58 08:50:58.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:58 08:50:58.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:58 08:50:58.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:58 08:50:58.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:58 08:50:58.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found
04:50:58 08:50:58.759 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:58 08:50:58.759 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:58 08:50:58.759 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:58 08:50:58.759 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:58 08:50:58.759 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:58 08:50:58.759 INFO [main][AbstractShell] Close shell Testing shell
04:50:58 08:50:58.759 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:58 08:50:58.763 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:58 08:50:58.763 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:58 08:50:58.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:58 08:50:58.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:58 08:50:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 08:50:58.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
04:50:58 08:50:58.774 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 08:50:58.774 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:58 08:50:58.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:58 08:50:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:58 08:50:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:58 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
04:50:58 findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.032 s
04:50:58 findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 1.03 s
04:50:58 getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.029 s
04:50:58 setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.03 s
04:50:58 getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.053 s
04:50:58 getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.03 s
04:50:58 Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:50:58 08:50:58.779 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:50:58 08:50:58.780 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:50:58 08:50:58.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:58 08:50:58.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:50:58 08:50:58.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:58 08:50:58.780 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:50:58 08:50:58.781 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:58 08:50:58.781 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:50:58 08:50:58.781 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:58 08:50:58.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:58 08:50:58.781 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:50:58 08:50:58.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:50:58 08:50:58.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:58 08:50:58.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:58 08:50:58.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:59 08:50:59.063 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
04:50:59 08:50:59.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:59 08:50:59.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:59 08:50:59.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:59 08:50:59.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:59 08:50:59.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:59 08:50:59.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:59 08:50:59.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:59 08:50:59.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:59 08:50:59.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:59 08:50:59.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:50:59 08:50:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:50:59 08:50:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:50:59 08:50:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:50:59 08:50:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:50:59 08:50:59.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:50:59 08:50:59.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:50:59 08:50:59.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:50:59 08:50:59.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:50:59 08:50:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:50:59 08:50:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:50:59 08:50:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:50:59 08:50:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:50:59 08:50:59.318 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:59 08:50:59.319 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:50:59 08:50:59.319 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:59 08:50:59.319 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:59 08:50:59.319 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:59 08:50:59.319 INFO [main][AbstractShell] Close shell Testing shell
04:50:59 08:50:59.319 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:59 08:50:59.328 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:59 08:50:59.328 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:59 08:50:59.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:50:59 08:50:59.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:59 08:50:59.328 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:59 08:50:59.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:59 08:50:59.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:59 08:50:59.334 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:50:59 08:50:59.334 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:59 08:50:59.334 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:50:59 08:50:59.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:50:59 08:50:59.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:59 08:50:59.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:59 08:50:59.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:50:59 08:50:59.586 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
04:50:59 08:50:59.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:50:59 08:50:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:59 08:50:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:59 08:50:59.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:50:59 08:50:59.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:50:59 08:50:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:50:59 08:50:59.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:50:59 08:50:59.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:50:59 08:50:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:50:59 08:50:59.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:50:59 08:50:59.807 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location]
04:50:59 08:50:59.814 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:50:59 08:50:59.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
04:50:59 08:50:59.815 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:50:59 08:50:59.815 DEBUG [main][AbstractWait] Waiting until shell is active...
04:50:59 08:50:59.815 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:50:59 08:50:59.815 INFO [main][AbstractShell] Close shell Testing shell
04:50:59 08:50:59.815 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:50:59 08:50:59.823 DEBUG [main][AbstractWait] Waiting while shell is available...
04:50:59 08:50:59.823 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:50:59 08:50:59.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:50:59 08:50:59.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:50:59 08:50:59.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:50:59 08:50:59.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:50:59 08:50:59.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:50:59 08:50:59.829 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:50:59 08:50:59.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:50:59 08:50:59.829 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:50:59 08:50:59.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:50:59 08:50:59.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:50:59 08:50:59.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:50:59 08:50:59.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:00 08:51:00.081 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
04:51:00 08:51:00.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:00 08:51:00.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:00 08:51:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:00 08:51:00.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:00 08:51:00.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:00 08:51:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:00 08:51:00.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:00 08:51:00.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:00 08:51:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:00 08:51:00.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:00 08:51:00.299 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3)
04:51:00 08:51:00.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:00 08:51:00.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:00 08:51:00.300 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:00 08:51:00.300 TRACE [main][WidgetHandler] Wait for synchronization
04:51:00 08:51:00.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:00 08:51:00.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:00 08:51:00.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:00 08:51:00.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:00 08:51:00.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:00 08:51:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:00 08:51:00.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:00 08:51:00.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:00 08:51:00.305 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:00 08:51:00.305 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:00 08:51:00.305 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:00 08:51:00.305 INFO [main][AbstractShell] Close shell Testing shell
04:51:00 08:51:00.305 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:00 08:51:00.314 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:00 08:51:00.314 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:00 08:51:00.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:00 08:51:00.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:00 08:51:00.315 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:00 08:51:00.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:00 08:51:00.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:00 08:51:00.320 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:00 08:51:00.320 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:00 08:51:00.320 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:00 08:51:00.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:00 08:51:00.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:00 08:51:00.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:00 08:51:00.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:00 08:51:00.578 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
04:51:00 08:51:00.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:00 08:51:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:00 08:51:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:00 08:51:00.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:00 08:51:00.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:00 08:51:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:00 08:51:00.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:51:00 08:51:00.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:51:00 08:51:00.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:00 08:51:00.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:51:00 08:51:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:00 08:51:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:00 08:51:00.809 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x:
04:51:00 08:51:00.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification...
04:51:00 08:51:00.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13
04:51:00 08:51:00.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:00 08:51:00.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully
04:51:00 08:51:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:00 08:51:00.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:00 08:51:00.817 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:00 08:51:00.817 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:00 08:51:00.817 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:00 08:51:00.817 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:00 08:51:00.817 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:00 08:51:00.817 INFO [main][AbstractShell] Close shell Testing shell
04:51:00 08:51:00.817 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:00 08:51:00.826 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:00 08:51:00.826 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:00 08:51:00.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:00 08:51:00.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:00 08:51:00.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:00 08:51:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:00 08:51:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:00 08:51:00.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:00 08:51:00.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:00 08:51:00.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:00 08:51:00.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:00 08:51:00.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:00 08:51:00.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:00 08:51:00.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:01 08:51:01.083 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
04:51:01 08:51:01.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:01 08:51:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:01 08:51:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:01 08:51:01.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:01 08:51:01.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:01 08:51:01.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:01 08:51:01.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:01 08:51:01.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:01 08:51:01.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:01 08:51:01.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:01 08:51:01.304 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2)
04:51:01 08:51:01.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:01 08:51:01.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:01 08:51:01.304 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:01 08:51:01.304 TRACE [main][WidgetHandler] Wait for synchronization
04:51:01 08:51:01.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:01 08:51:01.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:01 08:51:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:01 08:51:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:01 08:51:01.313 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:01 08:51:01.313 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:01 08:51:01.313 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:01 08:51:01.314 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:01 08:51:01.314 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:01 08:51:01.314 INFO [main][AbstractShell] Close shell Testing shell
04:51:01 08:51:01.314 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:01 08:51:01.323 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:01 08:51:01.323 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:01 08:51:01.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:01 08:51:01.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:01 08:51:01.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:01 08:51:01.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:01 08:51:01.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:01 08:51:01.328 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:01 08:51:01.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:01 08:51:01.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:01 08:51:01.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:01 08:51:01.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:01 08:51:01.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:01 08:51:01.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:01 08:51:01.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
04:51:01 08:51:01.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:01 08:51:01.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:01 08:51:01.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:01 08:51:01.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:01 08:51:01.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:01 08:51:01.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:01 08:51:01.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:01 08:51:01.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:01 08:51:01.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:01 08:51:01.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:01 08:51:01.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:01 08:51:01.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:01 08:51:01.799 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
04:51:01 08:51:01.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:01 08:51:01.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:01 08:51:01.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:01 08:51:01.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:01 08:51:01.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:01 08:51:01.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:01 08:51:01.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:01 08:51:01.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:01 08:51:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:01 08:51:01.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:01 08:51:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:01 08:51:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:01 08:51:01.801 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
04:51:01 08:51:01.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:01 08:51:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:01 08:51:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:01 08:51:01.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:01 08:51:01.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:01 08:51:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:01 08:51:01.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:01 08:51:01.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:01 08:51:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:01 08:51:01.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:01 08:51:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:01 08:51:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:01 08:51:01.806 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:01 08:51:01.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
04:51:01 08:51:01.806 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:01 08:51:01.806 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:01 08:51:01.806 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:01 08:51:01.806 INFO [main][AbstractShell] Close shell Testing shell
04:51:01 08:51:01.806 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:01 08:51:01.815 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:01 08:51:01.815 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:01 08:51:01.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:01 08:51:01.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:01 08:51:01.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:01 08:51:01.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:01 08:51:01.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:01 08:51:01.820 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:01 08:51:01.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:01 08:51:01.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:01 08:51:01.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:01 08:51:01.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:01 08:51:01.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:01 08:51:01.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:02 08:51:02.065 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
04:51:02 08:51:02.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:02 08:51:02.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:02 08:51:02.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:02 08:51:02.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:02 08:51:02.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:02 08:51:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:02 08:51:02.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:02 08:51:02.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:02 08:51:02.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:02 08:51:02.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:02 08:51:02.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:02 08:51:02.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:02 08:51:02.281 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x:
04:51:02 08:51:02.281 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:02 08:51:02.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
04:51:02 08:51:02.281 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:02 08:51:02.281 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:02 08:51:02.281 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:02 08:51:02.281 INFO [main][AbstractShell] Close shell Testing shell
04:51:02 08:51:02.281 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:02 08:51:02.290 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:02 08:51:02.290 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:02 08:51:02.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:02 08:51:02.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:02 08:51:02.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:02 08:51:02.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:02 08:51:02.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:02 08:51:02.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:02 08:51:02.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:02 08:51:02.296 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:02 08:51:02.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:02 08:51:02.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:02 08:51:02.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:02 08:51:02.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:02 08:51:02.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
04:51:02 08:51:02.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:02 08:51:02.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:02 08:51:02.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:02 08:51:02.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:02 08:51:02.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:02 08:51:02.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:02 08:51:02.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:02 08:51:02.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:02 08:51:02.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:02 08:51:02.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:02 08:51:02.781 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
04:51:02 08:51:02.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:02 08:51:02.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:02 08:51:02.788 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:02 08:51:02.788 TRACE [main][WidgetHandler] Wait for synchronization
04:51:02 08:51:02.788 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:02 08:51:02.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
04:51:02 08:51:02.789 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:02 08:51:02.789 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:02 08:51:02.789 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:02 08:51:02.789 INFO [main][AbstractShell] Close shell Testing shell
04:51:02 08:51:02.789 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:02 08:51:02.799 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:02 08:51:02.799 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:02 08:51:02.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:02 08:51:02.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:02 08:51:02.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:02 08:51:02.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:02 08:51:02.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:02 08:51:02.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:02 08:51:02.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:02 08:51:02.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:02 08:51:02.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:02 08:51:02.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:02 08:51:02.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:02 08:51:02.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:03 08:51:03.127 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
04:51:03 08:51:03.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:03 08:51:03.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:03 08:51:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:03 08:51:03.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:03 08:51:03.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:03 08:51:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:03 08:51:03.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:51:03 08:51:03.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:51:03 08:51:03.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:03 08:51:03.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:51:03 08:51:03.353 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4)
04:51:03 08:51:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:03 08:51:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:03 08:51:03.353 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:03 08:51:03.353 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:03 08:51:03.353 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:03 08:51:03.353 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:03 08:51:03.353 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:03 08:51:03.353 INFO [main][AbstractShell] Close shell Testing shell
04:51:03 08:51:03.353 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:03 08:51:03.362 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:03 08:51:03.362 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:03 08:51:03.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:03 08:51:03.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:03 08:51:03.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:03 08:51:03.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:03 08:51:03.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:03 08:51:03.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:03 08:51:03.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:03 08:51:03.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:03 08:51:03.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:03 08:51:03.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:03 08:51:03.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:03 08:51:03.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:03 08:51:03.615 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
04:51:03 08:51:03.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:03 08:51:03.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:03 08:51:03.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:03 08:51:03.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:03 08:51:03.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:03 08:51:03.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:03 08:51:03.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:03 08:51:03.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:03 08:51:03.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:03 08:51:03.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:03 08:51:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2...
04:51:03 08:51:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:03 08:51:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:03 08:51:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully
04:51:03 08:51:03.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:03 08:51:03.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
04:51:03 08:51:03.840 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:03 08:51:03.840 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:03 08:51:03.840 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:03 08:51:03.840 INFO [main][AbstractShell] Close shell Testing shell
04:51:03 08:51:03.840 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:03 08:51:03.849 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:03 08:51:03.849 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:03 08:51:03.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:03 08:51:03.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:03 08:51:03.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:03 08:51:03.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:03 08:51:03.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:03 08:51:03.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:03 08:51:03.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:03 08:51:03.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:03 08:51:03.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:03 08:51:03.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:03 08:51:03.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:03 08:51:03.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:04 08:51:04.097 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
04:51:04 08:51:04.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:04 08:51:04.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:04 08:51:04.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:04 08:51:04.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:04 08:51:04.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:04 08:51:04.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:04 08:51:04.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:04 08:51:04.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:04 08:51:04.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:04 08:51:04.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:04 08:51:04.316 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:04 08:51:04.316 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:04 08:51:04.316 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:04 08:51:04.316 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:04 08:51:04.316 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:04 08:51:04.316 INFO [main][AbstractShell] Close shell Testing shell
04:51:04 08:51:04.316 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:04 08:51:04.326 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:04 08:51:04.326 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:04 08:51:04.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:04 08:51:04.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:04 08:51:04.326 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:04 08:51:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:04 08:51:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:04 08:51:04.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:04 08:51:04.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:04 08:51:04.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:04 08:51:04.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:04 08:51:04.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:04 08:51:04.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:04 08:51:04.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:04 08:51:04.579 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
04:51:04 08:51:04.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:04 08:51:04.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:04 08:51:04.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:04 08:51:04.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:04 08:51:04.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:04 08:51:04.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:04 08:51:04.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:04 08:51:04.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:04 08:51:04.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:04 08:51:04.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:04 08:51:04.796 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')
04:51:04 08:51:04.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:04 08:51:04.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:04 08:51:04.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:04 08:51:04.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:04 08:51:04.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:04 08:51:04.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:04 08:51:04.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:04 08:51:04.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id
04:51:04 08:51:04.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id
04:51:04 08:51:04.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:04 08:51:04.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:04 08:51:04.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:04 08:51:04.801 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:04 08:51:04.801 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:04 08:51:04.801 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:04 08:51:04.801 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:04 08:51:04.801 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:04 08:51:04.801 INFO [main][AbstractShell] Close shell Testing shell
04:51:04 08:51:04.801 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:04 08:51:04.810 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:04 08:51:04.810 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:04 08:51:04.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:04 08:51:04.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:04 08:51:04.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:04 08:51:04.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:04 08:51:04.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:04 08:51:04.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:04 08:51:04.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:04 08:51:04.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:04 08:51:04.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:04 08:51:04.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:04 08:51:04.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:04 08:51:04.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:05 08:51:05.054 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
04:51:05 08:51:05.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:05 08:51:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:05 08:51:05.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:05 08:51:05.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:05 08:51:05.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:05 08:51:05.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:05 08:51:05.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:05 08:51:05.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:05 08:51:05.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:05 08:51:05.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:05 08:51:05.270 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location]
04:51:05 08:51:05.270 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:05 08:51:05.270 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:05 08:51:05.270 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:05 08:51:05.270 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:05 08:51:05.271 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:05 08:51:05.271 INFO [main][AbstractShell] Close shell Testing shell
04:51:05 08:51:05.271 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:05 08:51:05.279 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:05 08:51:05.279 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:05 08:51:05.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:05 08:51:05.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:05 08:51:05.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:05 08:51:05.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:05 08:51:05.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:05 08:51:05.291 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:05 08:51:05.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:05 08:51:05.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:05 08:51:05.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:05 08:51:05.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:05 08:51:05.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:05 08:51:05.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:05 08:51:05.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
04:51:05 08:51:05.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:05 08:51:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:05 08:51:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:05 08:51:05.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:05 08:51:05.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:05 08:51:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:05 08:51:05.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:05 08:51:05.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:05 08:51:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:05 08:51:05.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:05 08:51:05.750 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
04:51:05 08:51:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:05 08:51:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:05 08:51:05.750 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:05 08:51:05.750 TRACE [main][WidgetHandler] Wait for synchronization
04:51:05 08:51:05.750 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:05 08:51:05.750 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:05 08:51:05.750 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:05 08:51:05.751 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:05 08:51:05.751 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:05 08:51:05.751 INFO [main][AbstractShell] Close shell Testing shell
04:51:05 08:51:05.751 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:05 08:51:05.760 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:05 08:51:05.760 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:05 08:51:05.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:05 08:51:05.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:05 08:51:05.760 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:05 08:51:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:05 08:51:05.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:05 08:51:05.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:05 08:51:05.771 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:05 08:51:05.771 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:05 08:51:05.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:05 08:51:05.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:05 08:51:05.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:05 08:51:05.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:06 08:51:06.009 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
04:51:06 08:51:06.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:06 08:51:06.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:06 08:51:06.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:06 08:51:06.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:06 08:51:06.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:06 08:51:06.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:06 08:51:06.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:06 08:51:06.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:06 08:51:06.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:06 08:51:06.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:06 08:51:06.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:06 08:51:06.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:06 08:51:06.221 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x:
04:51:06 08:51:06.221 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:06 08:51:06.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
04:51:06 08:51:06.222 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:06 08:51:06.222 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:06 08:51:06.222 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:06 08:51:06.222 INFO [main][AbstractShell] Close shell Testing shell
04:51:06 08:51:06.222 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:06 08:51:06.230 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:06 08:51:06.230 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:06 08:51:06.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:06 08:51:06.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:06 08:51:06.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:06 08:51:06.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:06 08:51:06.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:06 08:51:06.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:06 08:51:06.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:06 08:51:06.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:06 08:51:06.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:06 08:51:06.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:06 08:51:06.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:06 08:51:06.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:06 08:51:06.477 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
04:51:06 08:51:06.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:06 08:51:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:06 08:51:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:06 08:51:06.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:06 08:51:06.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:06 08:51:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:06 08:51:06.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:06 08:51:06.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:06 08:51:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:06 08:51:06.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:06 08:51:06.692 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:06 08:51:06.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
04:51:06 08:51:06.693 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:06 08:51:06.693 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:06 08:51:06.693 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:06 08:51:06.693 INFO [main][AbstractShell] Close shell Testing shell
04:51:06 08:51:06.693 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:06 08:51:06.701 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:06 08:51:06.701 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:06 08:51:06.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:06 08:51:06.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:06 08:51:06.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:06 08:51:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:06 08:51:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:06 08:51:06.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:06 08:51:06.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:06 08:51:06.713 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:06 08:51:06.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:06 08:51:06.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:06 08:51:06.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:06 08:51:06.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:06 08:51:06.953 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
04:51:06 08:51:06.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:07 08:51:07.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:07 08:51:07.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:07 08:51:07.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:07 08:51:07.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:07 08:51:07.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:07 08:51:07.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:07 08:51:07.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:07 08:51:07.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:07 08:51:07.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:07 08:51:07.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:07 08:51:07.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:07 08:51:07.166 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:07 08:51:07.166 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:07 08:51:07.166 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:07 08:51:07.167 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:07 08:51:07.167 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:07 08:51:07.167 INFO [main][AbstractShell] Close shell Testing shell
04:51:07 08:51:07.167 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:07 08:51:07.175 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:07 08:51:07.175 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:07 08:51:07.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:07 08:51:07.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:07 08:51:07.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:07 08:51:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:07 08:51:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:07 08:51:07.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:07 08:51:07.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:07 08:51:07.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:07 08:51:07.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:07 08:51:07.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:07 08:51:07.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:07 08:51:07.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:07 08:51:07.417 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
04:51:07 08:51:07.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:07 08:51:07.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:07 08:51:07.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:07 08:51:07.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:07 08:51:07.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:07 08:51:07.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:07 08:51:07.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:51:07 08:51:07.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:51:07 08:51:07.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:07 08:51:07.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:51:07 08:51:07.651 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
04:51:07 08:51:07.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:07 08:51:07.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:07 08:51:07.651 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:07 08:51:07.651 TRACE [main][WidgetHandler] Wait for synchronization
04:51:07 08:51:07.652 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:07 08:51:07.652 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:07 08:51:07.652 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:07 08:51:07.652 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:07 08:51:07.652 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:07 08:51:07.652 INFO [main][AbstractShell] Close shell Testing shell
04:51:07 08:51:07.652 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:07 08:51:07.662 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:07 08:51:07.662 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:07 08:51:07.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:07 08:51:07.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:07 08:51:07.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:07 08:51:07.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:07 08:51:07.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:07 08:51:07.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:07 08:51:07.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:07 08:51:07.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:07 08:51:07.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:07 08:51:07.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:07 08:51:07.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:07 08:51:07.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:07 08:51:07.920 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
04:51:07 08:51:07.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:08 08:51:08.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:08 08:51:08.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:08 08:51:08.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:08 08:51:08.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:08 08:51:08.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:08 08:51:08.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:08 08:51:08.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:08 08:51:08.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:08 08:51:08.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:08 08:51:08.151 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:08 08:51:08.151 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:08 08:51:08.151 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:08 08:51:08.151 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:08 08:51:08.151 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:08 08:51:08.151 INFO [main][AbstractShell] Close shell Testing shell
04:51:08 08:51:08.151 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:08 08:51:08.161 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:08 08:51:08.161 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:08 08:51:08.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:08 08:51:08.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:08 08:51:08.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:08 08:51:08.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:08 08:51:08.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:08 08:51:08.167 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:08 08:51:08.167 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:08 08:51:08.167 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:08 08:51:08.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:08 08:51:08.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:08 08:51:08.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:08 08:51:08.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:08 08:51:08.415 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
04:51:08 08:51:08.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:08 08:51:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:08 08:51:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:08 08:51:08.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:08 08:51:08.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:08 08:51:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:08 08:51:08.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:08 08:51:08.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:08 08:51:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:08 08:51:08.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:08 08:51:08.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:08 08:51:08.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:08 08:51:08.648 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x
04:51:08 08:51:08.649 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:08 08:51:08.649 TRACE [main][WidgetHandler] Wait for synchronization
04:51:08 08:51:08.650 TRACE [main][WidgetHandler] Notify Table with event 8
04:51:08 08:51:08.650 TRACE [main][WidgetHandler] Wait for synchronization
04:51:08 08:51:08.651 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:08 08:51:08.651 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:08 08:51:08.651 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:08 08:51:08.651 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:08 08:51:08.651 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:08 08:51:08.651 INFO [main][AbstractShell] Close shell Testing shell
04:51:08 08:51:08.651 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:08 08:51:08.661 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:08 08:51:08.661 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:08 08:51:08.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:08 08:51:08.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:08 08:51:08.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:08 08:51:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:08 08:51:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:08 08:51:08.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:08 08:51:08.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:08 08:51:08.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:08 08:51:08.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:08 08:51:08.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:08 08:51:08.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:08 08:51:08.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:08 08:51:08.923 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
04:51:08 08:51:08.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:09 08:51:09.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:09 08:51:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:09 08:51:09.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:09 08:51:09.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:09 08:51:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:09 08:51:09.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:09 08:51:09.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:09 08:51:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:09 08:51:09.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:09 08:51:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:09 08:51:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:09 08:51:09.154 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:09 08:51:09.154 TRACE [main][WidgetHandler] Wait for synchronization
04:51:09 08:51:09.154 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
04:51:09 08:51:09.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:09 08:51:09.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:09 08:51:09.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:09 08:51:09.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:09 08:51:09.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:09 08:51:09.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:09 08:51:09.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:09 08:51:09.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:09 08:51:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:09 08:51:09.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:09 08:51:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:09 08:51:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:09 08:51:09.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:09 08:51:09.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:09 08:51:09.160 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:09 08:51:09.161 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:09 08:51:09.161 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:09 08:51:09.161 INFO [main][AbstractShell] Close shell Testing shell
04:51:09 08:51:09.161 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:09 08:51:09.171 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:09 08:51:09.171 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:09 08:51:09.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:09 08:51:09.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:09 08:51:09.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:09 08:51:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:09 08:51:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:09 08:51:09.184 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:09 08:51:09.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:09 08:51:09.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:09 08:51:09.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:09 08:51:09.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:09 08:51:09.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:09 08:51:09.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:09 08:51:09.432 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
04:51:09 08:51:09.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:09 08:51:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:09 08:51:09.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:09 08:51:09.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:09 08:51:09.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:09 08:51:09.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:09 08:51:09.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:09 08:51:09.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:09 08:51:09.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:09 08:51:09.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:09 08:51:09.657 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5)
04:51:09 08:51:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:09 08:51:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:09 08:51:09.657 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:09 08:51:09.657 TRACE [main][WidgetHandler] Wait for synchronization
04:51:09 08:51:09.657 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:09 08:51:09.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
04:51:09 08:51:09.658 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:09 08:51:09.658 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:09 08:51:09.658 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:09 08:51:09.658 INFO [main][AbstractShell] Close shell Testing shell
04:51:09 08:51:09.658 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:09 08:51:09.667 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:09 08:51:09.667 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:09 08:51:09.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:09 08:51:09.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:09 08:51:09.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:09 08:51:09.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:09 08:51:09.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:09 08:51:09.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:09 08:51:09.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:09 08:51:09.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:09 08:51:09.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:09 08:51:09.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:09 08:51:09.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:09 08:51:09.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:09 08:51:09.919 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
04:51:09 08:51:09.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:10 08:51:10.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:10 08:51:10.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:10 08:51:10.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:10 08:51:10.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:10 08:51:10.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:10 08:51:10.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:10 08:51:10.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:10 08:51:10.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:10 08:51:10.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:10 08:51:10.156 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4)
04:51:10 08:51:10.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:10 08:51:10.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:10 08:51:10.157 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:10 08:51:10.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
04:51:10 08:51:10.157 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:10 08:51:10.157 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:10 08:51:10.157 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:10 08:51:10.157 INFO [main][AbstractShell] Close shell Testing shell
04:51:10 08:51:10.157 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:10 08:51:10.166 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:10 08:51:10.166 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:10 08:51:10.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:10 08:51:10.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:10 08:51:10.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:10 08:51:10.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:10 08:51:10.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:10 08:51:10.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:10 08:51:10.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:10 08:51:10.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:10 08:51:10.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:10 08:51:10.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:10 08:51:10.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:10 08:51:10.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:10 08:51:10.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
04:51:10 08:51:10.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:10 08:51:10.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:10 08:51:10.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:10 08:51:10.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:10 08:51:10.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:10 08:51:10.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:10 08:51:10.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:10 08:51:10.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:10 08:51:10.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:10 08:51:10.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:10 08:51:10.639 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
04:51:10 08:51:10.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:10 08:51:10.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:10 08:51:10.646 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:10 08:51:10.647 TRACE [main][WidgetHandler] Wait for synchronization
04:51:10 08:51:10.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:10 08:51:10.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:10 08:51:10.650 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows
04:51:10 08:51:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:10 08:51:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:10 08:51:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:10 08:51:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:10 08:51:10.653 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:10 08:51:10.653 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:10 08:51:10.653 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:10 08:51:10.653 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:10 08:51:10.653 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:10 08:51:10.653 INFO [main][AbstractShell] Close shell Testing shell
04:51:10 08:51:10.653 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:10 08:51:10.663 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:10 08:51:10.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:10 08:51:10.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:10 08:51:10.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:10 08:51:10.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:10 08:51:10.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:10 08:51:10.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:10 08:51:10.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:10 08:51:10.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:10 08:51:10.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:10 08:51:10.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:10 08:51:10.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:10 08:51:10.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:10 08:51:10.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:10 08:51:10.917 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
04:51:10 08:51:10.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:11 08:51:11.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:11 08:51:11.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:11 08:51:11.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:11 08:51:11.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:11 08:51:11.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:11 08:51:11.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:11 08:51:11.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:11 08:51:11.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:11 08:51:11.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:11 08:51:11.144 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location]
04:51:11 08:51:11.145 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:11 08:51:11.145 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:11 08:51:11.145 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:11 08:51:11.145 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:11 08:51:11.145 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:11 08:51:11.145 INFO [main][AbstractShell] Close shell Testing shell
04:51:11 08:51:11.145 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:11 08:51:11.154 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:11 08:51:11.154 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:11 08:51:11.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:11 08:51:11.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:11 08:51:11.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:11 08:51:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:11 08:51:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:11 08:51:11.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:11 08:51:11.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:11 08:51:11.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:11 08:51:11.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:11 08:51:11.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:11 08:51:11.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:11 08:51:11.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:11 08:51:11.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
04:51:11 08:51:11.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:11 08:51:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:11 08:51:11.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:11 08:51:11.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:11 08:51:11.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:11 08:51:11.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:11 08:51:11.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:11 08:51:11.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:11 08:51:11.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:11 08:51:11.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:11 08:51:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2...
04:51:11 08:51:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:11 08:51:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:12 08:51:12.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:12 08:51:12.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:12 08:51:12.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:12 08:51:12.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:13 08:51:13.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:13 08:51:13.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:13 08:51:13.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:13 08:51:13.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:14 08:51:14.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:14 08:51:14.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:14 08:51:14.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:14 08:51:14.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:15 08:51:15.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:15 08:51:15.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:15 08:51:15.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:15 08:51:15.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:16 08:51:16.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:16 08:51:16.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:16 08:51:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:16 08:51:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:17 08:51:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:17 08:51:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:17 08:51:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:17 08:51:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:18 08:51:18.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:18 08:51:18.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:18 08:51:18.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:18 08:51:18.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:19 08:51:19.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:19 08:51:19.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:19 08:51:19.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:19 08:51:19.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:20 08:51:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:20 08:51:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:20 08:51:20.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:20 08:51:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:21 08:51:21.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:21 08:51:21.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:21 08:51:21.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:21 08:51:21.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:21 08:51:21.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown
04:51:21 08:51:21.691 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:21 08:51:21.692 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:21 08:51:21.692 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:21 08:51:21.692 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:21 08:51:21.692 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:21 08:51:21.692 INFO [main][AbstractShell] Close shell Testing shell
04:51:21 08:51:21.692 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:21 08:51:21.702 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:21 08:51:21.702 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:21 08:51:21.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:21 08:51:21.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:21 08:51:21.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:21 08:51:21.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:21 08:51:21.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:21 08:51:21.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
04:51:21 08:51:21.708 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:21 08:51:21.708 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:21 08:51:21.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:21 08:51:21.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:21 08:51:21.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:21 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.929 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
04:51:21 testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.553 s
04:51:21 testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.495 s
04:51:21 testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.491 s
04:51:21 testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.518 s
04:51:21 testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.49 s
04:51:21 testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.491 s
04:51:21 testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.475 s
04:51:21 testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.515 s
04:51:21 testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.557 s
04:51:21 waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.487 s
04:51:21 testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.482 s
04:51:21 testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.477 s
04:51:21 testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.475 s
04:51:21 testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.48 s
04:51:21 testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.47 s
04:51:21 testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.471 s
04:51:21 indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.468 s
04:51:21 testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.487 s
04:51:21 testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.499 s
04:51:21 doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.506 s
04:51:21 testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.511 s
04:51:21 testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.489 s
04:51:21 testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.499 s
04:51:21 testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.497 s
04:51:21 testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.491 s
04:51:21 waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 10.548 s
04:51:21 Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:21 08:51:21.717 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:21 08:51:21.718 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:21 08:51:21.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:21 08:51:21.718 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:21 08:51:21.718 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:21 08:51:21.718 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:21 08:51:21.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:21 08:51:21.719 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:21 08:51:21.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:21 08:51:21.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:21 08:51:21.719 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:21 08:51:21.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:21 08:51:21.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:21 08:51:21.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:21 08:51:21.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:21 08:51:21.893 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
04:51:21 08:51:21.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:22 08:51:22.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:22 08:51:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:22 08:51:22.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:22 08:51:22.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:22 08:51:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:22 08:51:22.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:22 08:51:22.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:22 08:51:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:22 08:51:22.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:22 08:51:22.057 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
04:51:22 08:51:22.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:22 08:51:22.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers
04:51:22 08:51:22.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found
04:51:22 08:51:22.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:22 08:51:22.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found
04:51:22 08:51:22.058 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@609cb236
04:51:22 08:51:22.059 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:22 08:51:22.059 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:22 08:51:22.059 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:22 08:51:22.060 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:22 08:51:22.060 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:22 08:51:22.060 INFO [main][AbstractShell] Close shell Testing shell
04:51:22 08:51:22.060 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:22 08:51:22.067 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:22 08:51:22.067 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:22 08:51:22.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:22 08:51:22.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:22 08:51:22.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:22 08:51:22.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:22 08:51:22.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:22 08:51:22.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:22 08:51:22.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:22 08:51:22.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:22 08:51:22.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:22 08:51:22.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:22 08:51:22.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:22 08:51:22.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:22 08:51:22.241 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
04:51:22 08:51:22.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:22 08:51:22.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:22 08:51:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:22 08:51:22.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:22 08:51:22.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:22 08:51:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:22 08:51:22.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:22 08:51:22.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:22 08:51:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:22 08:51:22.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:22 08:51:22.414 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")
04:51:22 08:51:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:22 08:51:22.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:22 08:51:22.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:22 08:51:22.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:22 08:51:22.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
04:51:22 08:51:22.415 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:22 08:51:22.415 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:22 08:51:22.415 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:22 08:51:22.415 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:22 08:51:22.415 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:22 08:51:22.415 INFO [main][AbstractShell] Close shell Testing shell
04:51:22 08:51:22.415 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:22 08:51:22.423 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:22 08:51:22.423 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:22 08:51:22.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:22 08:51:22.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:22 08:51:22.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:22 08:51:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:22 08:51:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:22 08:51:22.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:22 08:51:22.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:22 08:51:22.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:22 08:51:22.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:22 08:51:22.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:22 08:51:22.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:22 08:51:22.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:22 08:51:22.604 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
04:51:22 08:51:22.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:22 08:51:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:22 08:51:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:22 08:51:22.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:22 08:51:22.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:22 08:51:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:22 08:51:22.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:22 08:51:22.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:22 08:51:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:22 08:51:22.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
04:51:22 08:51:22.764 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:22 08:51:22.765 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:22 08:51:22.765 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:22 08:51:22.765 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:22 08:51:22.765 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:22 08:51:22.765 INFO [main][AbstractShell] Close shell Testing shell
04:51:22 08:51:22.765 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:22 08:51:22.772 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:22 08:51:22.772 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:22 08:51:22.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:22 08:51:22.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:22 08:51:22.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:22 08:51:22.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:22 08:51:22.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:22 08:51:22.778 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:22 08:51:22.778 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:22 08:51:22.778 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:22 08:51:22.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:22 08:51:22.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:22 08:51:22.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:22 08:51:22.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:22 08:51:22.945 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")
04:51:22 08:51:22.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:23 08:51:23.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:23 08:51:23.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:23 08:51:23.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:23 08:51:23.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:23 08:51:23.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:23 08:51:23.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:23 08:51:23.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:23 08:51:23.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:23 08:51:23.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
04:51:23 08:51:23.110 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:23 08:51:23.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:23 08:51:23.111 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:23 08:51:23.111 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:23 08:51:23.111 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:23 08:51:23.111 INFO [main][AbstractShell] Close shell Testing shell
04:51:23 08:51:23.111 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:23 08:51:23.118 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:23 08:51:23.118 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:23 08:51:23.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:23 08:51:23.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:23 08:51:23.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:23 08:51:23.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:23 08:51:23.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:23 08:51:23.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:23 08:51:23.124 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:23 08:51:23.124 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:23 08:51:23.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:23 08:51:23.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:23 08:51:23.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:23 08:51:23.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:23 08:51:23.291 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
04:51:23 08:51:23.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:23 08:51:23.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:23 08:51:23.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:23 08:51:23.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:23 08:51:23.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:23 08:51:23.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:23 08:51:23.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:23 08:51:23.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:23 08:51:23.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:23 08:51:23.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:23 08:51:23.459 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")
04:51:23 08:51:23.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:23 08:51:23.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:23 08:51:23.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:23 08:51:23.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:23 08:51:23.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
04:51:23 08:51:23.459 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2
04:51:23 08:51:23.459 TRACE [main][WidgetHandler] Notify Table with event 13
04:51:23 08:51:23.459 TRACE [main][WidgetHandler] Wait for synchronization
04:51:23 08:51:23.460 TRACE [main][WidgetHandler] Notify Table with event 3
04:51:23 08:51:23.460 TRACE [main][WidgetHandler] Wait for synchronization
04:51:23 08:51:23.460 TRACE [main][WidgetHandler] Notify Table with event 4
04:51:23 08:51:23.460 TRACE [main][WidgetHandler] Wait for synchronization
04:51:23 08:51:23.461 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:23 08:51:23.461 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:23 08:51:23.461 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:23 08:51:23.462 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:23 08:51:23.462 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:23 08:51:23.462 INFO [main][AbstractShell] Close shell Testing shell
04:51:23 08:51:23.462 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:23 08:51:23.469 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:23 08:51:23.469 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:23 08:51:23.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:23 08:51:23.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:23 08:51:23.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:23 08:51:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:23 08:51:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:23 08:51:23.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:23 08:51:23.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:23 08:51:23.475 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:23 08:51:23.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:23 08:51:23.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:23 08:51:23.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:23 08:51:23.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:23 08:51:23.649 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
04:51:23 08:51:23.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:23 08:51:23.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:23 08:51:23.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:23 08:51:23.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:23 08:51:23.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:23 08:51:23.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:23 08:51:23.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:23 08:51:23.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:23 08:51:23.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:23 08:51:23.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found
04:51:23 08:51:23.809 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:23 08:51:23.809 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:23 08:51:23.809 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:23 08:51:23.809 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:23 08:51:23.809 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:23 08:51:23.809 INFO [main][AbstractShell] Close shell Testing shell
04:51:23 08:51:23.809 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:23 08:51:23.816 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:23 08:51:23.816 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:23 08:51:23.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:23 08:51:23.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:23 08:51:23.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:23 08:51:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:23 08:51:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:23 08:51:23.822 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:23 08:51:23.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:23 08:51:23.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:23 08:51:23.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:23 08:51:23.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:23 08:51:23.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:23 08:51:23.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:23 08:51:23.989 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
04:51:23 08:51:23.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:24 08:51:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:24 08:51:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:24 08:51:24.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:24 08:51:24.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:24 08:51:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:24 08:51:24.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:24 08:51:24.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:24 08:51:24.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:24 08:51:24.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:24 08:51:24.157 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
04:51:24 08:51:24.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:24 08:51:24.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:24 08:51:24.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:24 08:51:24.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:24 08:51:24.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
04:51:24 08:51:24.158 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:24 08:51:24.158 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:24 08:51:24.158 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:24 08:51:24.158 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:24 08:51:24.158 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:24 08:51:24.158 INFO [main][AbstractShell] Close shell Testing shell
04:51:24 08:51:24.158 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:24 08:51:24.165 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:24 08:51:24.166 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:24 08:51:24.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:24 08:51:24.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:24 08:51:24.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:24 08:51:24.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:24 08:51:24.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:24 08:51:24.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:24 08:51:24.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:24 08:51:24.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:24 08:51:24.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:24 08:51:24.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:24 08:51:24.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:24 08:51:24.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:24 08:51:24.343 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
04:51:24 08:51:24.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:24 08:51:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:24 08:51:24.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:24 08:51:24.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:24 08:51:24.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:24 08:51:24.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:24 08:51:24.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:24 08:51:24.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:24 08:51:24.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:24 08:51:24.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:24 08:51:24.510 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
04:51:24 08:51:24.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:24 08:51:24.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:24 08:51:24.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:24 08:51:24.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:24 08:51:24.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found
04:51:24 08:51:24.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:24 08:51:24.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:24 08:51:24.510 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:24 08:51:24.510 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:24 08:51:24.510 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:24 08:51:24.510 INFO [main][AbstractShell] Close shell Testing shell
04:51:24 08:51:24.510 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:24 08:51:24.518 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:24 08:51:24.518 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:24 08:51:24.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:24 08:51:24.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:24 08:51:24.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:24 08:51:24.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:24 08:51:24.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:24 08:51:24.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:24 08:51:24.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:24 08:51:24.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:24 08:51:24.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:24 08:51:24.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:24 08:51:24.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:24 08:51:24.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:24 08:51:24.697 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
04:51:24 08:51:24.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:24 08:51:24.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:24 08:51:24.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:24 08:51:24.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:24 08:51:24.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:24 08:51:24.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:24 08:51:24.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers
04:51:24 08:51:24.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found
04:51:24 08:51:24.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:24 08:51:24.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found
04:51:24 08:51:24.859 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6
04:51:24 08:51:24.859 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
04:51:24 08:51:24.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:24 08:51:24.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:24 08:51:24.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:24 08:51:24.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:24 08:51:24.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:24 08:51:24.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:24 08:51:24.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers
04:51:24 08:51:24.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found
04:51:24 08:51:24.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:24 08:51:24.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found
04:51:24 08:51:24.861 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:24 08:51:24.861 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:24 08:51:24.861 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:24 08:51:24.861 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:24 08:51:24.861 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:24 08:51:24.861 INFO [main][AbstractShell] Close shell Testing shell
04:51:24 08:51:24.861 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:24 08:51:24.869 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:24 08:51:24.869 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:24 08:51:24.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:24 08:51:24.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:24 08:51:24.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:24 08:51:24.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:24 08:51:24.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:24 08:51:24.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:24 08:51:24.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:24 08:51:24.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:24 08:51:24.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:24 08:51:24.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:24 08:51:24.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:24 08:51:24.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:25 08:51:25.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
04:51:25 08:51:25.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:25 08:51:25.212 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
04:51:25 08:51:25.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
04:51:25 08:51:25.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found
04:51:25 08:51:25.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found
04:51:25 08:51:25.212 INFO [WorkbenchTestable][AbstractTableItem] Set text some text
04:51:25 08:51:25.213 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
04:51:25 08:51:25.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
04:51:25 08:51:25.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found
04:51:25 08:51:25.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found
04:51:25 08:51:25.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:25 08:51:25.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:25 08:51:25.214 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:25 08:51:25.215 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:25 08:51:25.215 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:25 08:51:25.215 INFO [main][AbstractShell] Close shell Testing shell
04:51:25 08:51:25.215 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:25 08:51:25.222 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:25 08:51:25.222 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:25 08:51:25.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:25 08:51:25.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:25 08:51:25.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:25 08:51:25.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.228 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
04:51:25 08:51:25.228 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:25 08:51:25.228 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:25 08:51:25.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:25 08:51:25.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.512 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
04:51:25 setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.354 s
04:51:25 referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.355 s
04:51:25 defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.349 s
04:51:25 text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.345 s
04:51:25 click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.351 s
04:51:25 index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.347 s
04:51:25 referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.35 s
04:51:25 referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.351 s
04:51:25 setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.352 s
04:51:25 setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.353 s
04:51:25 Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.238 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.238 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:25 08:51:25.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:25 08:51:25.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:25 08:51:25.238 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:25 08:51:25.239 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:25 08:51:25.239 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:25 08:51:25.239 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:25 08:51:25.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:25 08:51:25.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:25 08:51:25.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:25 08:51:25.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:25 08:51:25.265 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
04:51:25 08:51:25.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:25 08:51:25.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:25 08:51:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found
04:51:25 08:51:25.277 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:
04:51:25 is "Disabled:")
04:51:25 08:51:25.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:25 08:51:25.280 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:25 08:51:25.280 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:25 08:51:25.280 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:25 08:51:25.281 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:25 08:51:25.281 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:25 08:51:25.281 INFO [main][AbstractShell] Close shell Testing shell
04:51:25 08:51:25.281 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:25 08:51:25.288 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:25 08:51:25.288 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:25 08:51:25.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:25 08:51:25.288 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:25 08:51:25.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:25 08:51:25.294 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:25 08:51:25.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:25 08:51:25.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:25 08:51:25.312 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')
04:51:25 08:51:25.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey
04:51:25 08:51:25.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey
04:51:25 08:51:25.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey
04:51:25 08:51:25.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey
04:51:25 08:51:25.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:25 08:51:25.331 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to index: 3
04:51:25 08:51:25.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:25 08:51:25.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
04:51:25 08:51:25.333 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:25 08:51:25.333 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:25 08:51:25.333 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:25 08:51:25.333 INFO [main][AbstractShell] Close shell Testing shell
04:51:25 08:51:25.333 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:25 08:51:25.340 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:25 08:51:25.340 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:25 08:51:25.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:25 08:51:25.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:25 08:51:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:25 08:51:25.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:25 08:51:25.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:25 08:51:25.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:25 08:51:25.366 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:
04:51:25 is "Combo0")
04:51:25 08:51:25.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:25 08:51:25.383 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
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:25 08:51:25.383 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:
04:51:25 is "Combo1")
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:25 08:51:25.385 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
04:51:25 08:51:25.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:25 08:51:25.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:25 08:51:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found
04:51:25 08:51:25.386 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:
04:51:25 is "Combo2")
04:51:25 08:51:25.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:25 08:51:25.388 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
04:51:25 08:51:25.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:51:25 08:51:25.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:51:25 08:51:25.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found
04:51:25 08:51:25.389 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:
04:51:25 is "Combo3")
04:51:25 08:51:25.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:25 08:51:25.392 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
04:51:25 08:51:25.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:51:25 08:51:25.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found
04:51:25 08:51:25.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found
04:51:25 08:51:25.393 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:25 08:51:25.393 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:25 08:51:25.393 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:25 08:51:25.393 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:25 08:51:25.393 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:25 08:51:25.393 INFO [main][AbstractShell] Close shell Testing shell
04:51:25 08:51:25.393 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:25 08:51:25.400 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:25 08:51:25.400 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:25 08:51:25.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:25 08:51:25.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:25 08:51:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:25 08:51:25.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:25 08:51:25.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:25 08:51:25.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:25 08:51:25.442 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:
04:51:25 is "Combo3")
04:51:25 08:51:25.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:25 08:51:25.458 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to index: 3
04:51:25 08:51:25.462 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:25 08:51:25.462 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:25 08:51:25.462 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:25 08:51:25.462 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:25 08:51:25.462 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:25 08:51:25.462 INFO [main][AbstractShell] Close shell Testing shell
04:51:25 08:51:25.462 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:25 08:51:25.469 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:25 08:51:25.469 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:25 08:51:25.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:25 08:51:25.470 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:25 08:51:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.483 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:25 08:51:25.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:25 08:51:25.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:25 08:51:25.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:25 08:51:25.501 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:
04:51:25 is "Combo1")
04:51:25 08:51:25.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:25 08:51:25.532 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to index: 2
04:51:25 08:51:25.533 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
04:51:25 08:51:25.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:25 08:51:25.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:25 08:51:25.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:51:25 08:51:25.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:51:25 08:51:25.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:25 08:51:25.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
04:51:25 08:51:25.534 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:25 08:51:25.534 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:25 08:51:25.534 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:25 08:51:25.534 INFO [main][AbstractShell] Close shell Testing shell
04:51:25 08:51:25.534 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:25 08:51:25.541 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:25 08:51:25.541 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:25 08:51:25.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:25 08:51:25.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:25 08:51:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.548 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:25 08:51:25.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:25 08:51:25.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:25 08:51:25.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:25 08:51:25.566 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
04:51:25 08:51:25.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:25 08:51:25.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:25 08:51:25.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:25 08:51:25.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found
04:51:25 08:51:25.586 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to index: 1
04:51:25 08:51:25.587 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:25 08:51:25.587 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:25 08:51:25.587 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:25 08:51:25.588 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:25 08:51:25.588 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:25 08:51:25.588 INFO [main][AbstractShell] Close shell Testing shell
04:51:25 08:51:25.588 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:25 08:51:25.597 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:25 08:51:25.597 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:25 08:51:25.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:25 08:51:25.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:25 08:51:25.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.604 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:25 08:51:25.604 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:25 08:51:25.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:25 08:51:25.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:25 08:51:25.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:25 08:51:25.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:25 08:51:25.626 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
04:51:25 08:51:25.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:25 08:51:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:25 08:51:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:25 08:51:25.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:25 08:51:25.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:25 08:51:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:25 08:51:25.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:51:25 08:51:25.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:51:26 08:51:26.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:51:26 08:51:26.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:51:26 08:51:26.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:51:26 08:51:26.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:51:26 08:51:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:51:26 08:51:26.640 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found
04:51:26 08:51:26.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:26 08:51:26.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
04:51:26 08:51:26.641 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:26 08:51:26.641 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:26 08:51:26.641 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:26 08:51:26.641 INFO [main][AbstractShell] Close shell Testing shell
04:51:26 08:51:26.641 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:26 08:51:26.648 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:26 08:51:26.648 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:26 08:51:26.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:26 08:51:26.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:26 08:51:26.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:26 08:51:26.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:26 08:51:26.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:26 08:51:26.659 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:26 08:51:26.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:26 08:51:26.659 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:26 08:51:26.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:26 08:51:26.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:26 08:51:26.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:26 08:51:26.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:26 08:51:26.676 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:
04:51:26 is "NON_EXISTING_LABEL_&*")
04:51:26 08:51:26.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:26 08:51:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:26 08:51:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:26 08:51:26.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:26 08:51:26.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:26 08:51:26.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:26 08:51:26.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:26 08:51:26.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:27 08:51:27.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:27 08:51:27.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:27 08:51:27.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:51:27 08:51:27.705 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found
04:51:27 08:51:27.705 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:27 08:51:27.705 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:27 08:51:27.705 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:27 08:51:27.705 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:27 08:51:27.705 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:27 08:51:27.705 INFO [main][AbstractShell] Close shell Testing shell
04:51:27 08:51:27.705 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:27 08:51:27.712 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:27 08:51:27.712 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:27 08:51:27.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:27 08:51:27.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:27 08:51:27.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:27 08:51:27.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.718 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:27 08:51:27.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:27 08:51:27.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:27 08:51:27.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:27 08:51:27.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:27 08:51:27.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:27 08:51:27.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:27 08:51:27.739 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:
04:51:27 is "Combo2")
04:51:27 08:51:27.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:27 08:51:27.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:27 08:51:27.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:27 08:51:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:27 08:51:27.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:27 08:51:27.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:27 08:51:27.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:51:27 08:51:27.754 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to selection: Item23
04:51:27 08:51:27.755 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
04:51:27 08:51:27.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:27 08:51:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:27 08:51:27.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:27 08:51:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:27 08:51:27.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:27 08:51:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:27 08:51:27.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:51:27 08:51:27.755 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:51:27 08:51:27.756 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:27 08:51:27.756 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:27 08:51:27.756 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:27 08:51:27.756 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:27 08:51:27.756 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:27 08:51:27.756 INFO [main][AbstractShell] Close shell Testing shell
04:51:27 08:51:27.756 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:27 08:51:27.762 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:27 08:51:27.762 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:27 08:51:27.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:27 08:51:27.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:27 08:51:27.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:27 08:51:27.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
04:51:27 08:51:27.769 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:27 08:51:27.769 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:27 08:51:27.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:27 08:51:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.537 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest
04:51:27 enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.055 s
04:51:27 findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.053 s
04:51:27 getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.076 s
04:51:27 findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.059 s
04:51:27 selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.065 s
04:51:27 findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.056 s
04:51:27 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 1.055 s
04:51:27 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 1.059 s
04:51:27 selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.051 s
04:51:27 Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.788 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.788 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:27 08:51:27.788 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:27 08:51:27.788 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:27 08:51:27.789 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:27 08:51:27.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:27 08:51:27.789 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:27 08:51:27.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:27 08:51:27.790 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:27 08:51:27.790 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:27 08:51:27.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:27 08:51:27.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:27 08:51:27.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:27 08:51:27.810 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
04:51:27 08:51:27.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:27 08:51:27.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:27 08:51:27.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:27 08:51:27.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:27 08:51:27.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:51:27 08:51:27.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:51:27 08:51:27.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:27 08:51:27.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found
04:51:27 08:51:27.820 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2
04:51:27 08:51:27.822 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
04:51:27 08:51:27.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:27 08:51:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:27 08:51:27.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:27 08:51:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:27 08:51:27.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:27 08:51:27.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:27 08:51:27.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:51:27 08:51:27.823 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:51:27 08:51:27.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:27 08:51:27.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:27 08:51:27.823 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:27 08:51:27.824 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:27 08:51:27.824 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:27 08:51:27.824 INFO [main][AbstractShell] Close shell Testing shell
04:51:27 08:51:27.824 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:27 08:51:27.828 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:27 08:51:27.828 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:27 08:51:27.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:27 08:51:27.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:27 08:51:27.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.835 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:27 08:51:27.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:27 08:51:27.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:27 08:51:27.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:27 08:51:27.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:27 08:51:27.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:27 08:51:27.858 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
04:51:27 08:51:27.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:27 08:51:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:27 08:51:27.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:27 08:51:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:27 08:51:27.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:27 08:51:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:27 08:51:27.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found
04:51:27 08:51:27.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:27 08:51:27.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
04:51:27 08:51:27.869 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:27 08:51:27.870 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:27 08:51:27.870 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:27 08:51:27.870 INFO [main][AbstractShell] Close shell Testing shell
04:51:27 08:51:27.870 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:27 08:51:27.874 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:27 08:51:27.874 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:27 08:51:27.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:27 08:51:27.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:27 08:51:27.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:27 08:51:27.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:27 08:51:27.880 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:27 08:51:27.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:27 08:51:27.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:27 08:51:27.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:27 08:51:27.896 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
04:51:27 08:51:27.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:27 08:51:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:27 08:51:27.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:27 08:51:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:27 08:51:27.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:27 08:51:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:27 08:51:27.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found
04:51:27 08:51:27.918 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0
04:51:27 08:51:27.918 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
04:51:27 08:51:27.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:27 08:51:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:27 08:51:27.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:27 08:51:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:27 08:51:27.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:27 08:51:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:27 08:51:27.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found
04:51:27 08:51:27.919 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:27 08:51:27.919 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:27 08:51:27.919 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:27 08:51:27.920 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:27 08:51:27.920 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:27 08:51:27.920 INFO [main][AbstractShell] Close shell Testing shell
04:51:27 08:51:27.920 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:27 08:51:27.925 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:27 08:51:27.925 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:27 08:51:27.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:27 08:51:27.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:27 08:51:27.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:27 08:51:27.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:27 08:51:27.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:27 08:51:27.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:27 08:51:27.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:27 08:51:27.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:27 08:51:27.946 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")
04:51:27 08:51:27.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:27 08:51:27.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:27 08:51:27.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found
04:51:27 08:51:27.960 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")
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:27 08:51:27.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:27 08:51:27.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:27 08:51:27.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:27 08:51:27.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:27 08:51:27.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found
04:51:27 08:51:27.961 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1
04:51:27 08:51:27.962 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0
04:51:27 08:51:27.962 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:27 08:51:27.962 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:27 08:51:27.962 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:27 08:51:27.962 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:27 08:51:27.962 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:27 08:51:27.962 INFO [main][AbstractShell] Close shell Testing shell
04:51:27 08:51:27.962 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:27 08:51:27.967 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:27 08:51:27.967 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:27 08:51:27.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:27 08:51:27.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:27 08:51:27.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:27 08:51:27.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:27 08:51:27.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:27 08:51:27.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:27 08:51:27.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:27 08:51:27.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:27 08:51:27.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:27 08:51:27.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:27 08:51:27.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:27 08:51:27.995 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
04:51:27 08:51:27.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:28 08:51:28.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:28 08:51:28.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:28 08:51:28.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:28 08:51:28.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:28 08:51:28.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:28 08:51:28.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:28 08:51:28.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:28 08:51:28.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:28 08:51:28.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found
04:51:28 08:51:28.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:28 08:51:28.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:28 08:51:28.007 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:28 08:51:28.007 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:28 08:51:28.007 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:28 08:51:28.007 INFO [main][AbstractShell] Close shell Testing shell
04:51:28 08:51:28.007 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:28 08:51:28.012 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:28 08:51:28.012 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:28 08:51:28.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:28 08:51:28.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:28 08:51:28.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:28 08:51:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:28 08:51:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:28 08:51:28.018 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:28 08:51:28.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:28 08:51:28.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:28 08:51:28.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:28 08:51:28.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:28 08:51:28.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:28 08:51:28.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:28 08:51:28.039 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
04:51:28 08:51:28.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:28 08:51:28.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:28 08:51:28.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:28 08:51:28.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:28 08:51:28.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:28 08:51:28.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:28 08:51:28.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:51:28 08:51:28.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:51:28 08:51:28.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:51:28 08:51:28.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:51:29 08:51:29.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:51:29 08:51:29.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:51:29 08:51:29.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:51:29 08:51:29.052 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found
04:51:29 08:51:29.052 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:29 08:51:29.052 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:29 08:51:29.052 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:29 08:51:29.053 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:29 08:51:29.053 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:29 08:51:29.053 INFO [main][AbstractShell] Close shell Testing shell
04:51:29 08:51:29.053 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:29 08:51:29.058 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:29 08:51:29.058 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:29 08:51:29.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:29 08:51:29.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:29 08:51:29.058 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:29 08:51:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:29 08:51:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:29 08:51:29.064 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:29 08:51:29.064 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:29 08:51:29.064 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:29 08:51:29.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:29 08:51:29.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:29 08:51:29.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:29 08:51:29.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:29 08:51:29.080 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_#$")
04:51:29 08:51:29.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:29 08:51:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:29 08:51:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:29 08:51:29.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:29 08:51:29.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:29 08:51:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:29 08:51:29.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:29 08:51:29.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:29 08:51:29.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:29 08:51:29.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:30 08:51:30.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:30 08:51:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:51:30 08:51:30.096 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found
04:51:30 08:51:30.096 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.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
04:51:30 08:51:30.096 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.097 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.097 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.097 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.097 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.102 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.102 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:30 08:51:30.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.107 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:30 08:51:30.107 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.107 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:30 08:51:30.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:30 08:51:30.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.123 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")
04:51:30 08:51:30.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found
04:51:30 08:51:30.137 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1
04:51:30 08:51:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:51:30 08:51:30.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:51:30 08:51:30.138 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:51:30 08:51:30.139 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.139 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:30 08:51:30.139 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.139 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.139 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.139 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.139 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.144 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.144 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:30 08:51:30.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
04:51:30 08:51:30.149 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:30 08:51:30.149 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
04:51:30 findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.045 s
04:51:30 getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.045 s
04:51:30 getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.05 s
04:51:30 isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.049 s
04:51:30 tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.039 s
04:51:30 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 1.046 s
04:51:30 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 1.043 s
04:51:30 findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.042 s
04:51:30 Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.154 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.154 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:30 08:51:30.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.155 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:30 08:51:30.156 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.156 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:30 08:51:30.156 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.156 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.156 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.165 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
04:51:30 08:51:30.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
04:51:30 08:51:30.175 TRACE [main][WidgetHandler] Notify List with event 13
04:51:30 08:51:30.175 TRACE [main][WidgetHandler] Wait for synchronization
04:51:30 08:51:30.175 TRACE [main][WidgetHandler] Notify List with event 13
04:51:30 08:51:30.175 TRACE [main][WidgetHandler] Wait for synchronization
04:51:30 08:51:30.175 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.175 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:30 08:51:30.175 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.175 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.175 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.175 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.175 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.179 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.179 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.184 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.195 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
04:51:30 08:51:30.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
04:51:30 08:51:30.208 TRACE [main][WidgetHandler] Notify List with event 13
04:51:30 08:51:30.208 TRACE [main][WidgetHandler] Wait for synchronization
04:51:30 08:51:30.208 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.209 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:30 08:51:30.209 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.209 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.209 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.209 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.209 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.212 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.212 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.237 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
04:51:30 08:51:30.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.246 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
04:51:30 08:51:30.247 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.247 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:30 08:51:30.247 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.248 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.248 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.248 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.248 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.251 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.251 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.260 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.267 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
04:51:30 08:51:30.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
04:51:30 08:51:30.277 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2)
04:51:30 08:51:30.278 TRACE [main][WidgetHandler] Notify List with event 13
04:51:30 08:51:30.278 TRACE [main][WidgetHandler] Wait for synchronization
04:51:30 08:51:30.279 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.279 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:30 08:51:30.279 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.279 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.279 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.279 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.279 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.282 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.282 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.294 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.302 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
04:51:30 08:51:30.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
04:51:30 08:51:30.312 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')
04:51:30 08:51:30.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id
04:51:30 08:51:30.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
04:51:30 08:51:30.313 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.313 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:30 08:51:30.313 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.313 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.313 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.313 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.313 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.316 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.316 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.327 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.327 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.327 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.334 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
04:51:30 08:51:30.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
04:51:30 08:51:30.344 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3)
04:51:30 08:51:30.344 TRACE [main][WidgetHandler] Notify List with event 13
04:51:30 08:51:30.344 TRACE [main][WidgetHandler] Wait for synchronization
04:51:30 08:51:30.345 TRACE [main][WidgetHandler] Notify List with event 13
04:51:30 08:51:30.345 TRACE [main][WidgetHandler] Wait for synchronization
04:51:30 08:51:30.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:30 08:51:30.346 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.346 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.346 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.346 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.346 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.349 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.349 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.349 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.360 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.367 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
04:51:30 08:51:30.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
04:51:30 08:51:30.377 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2)
04:51:30 08:51:30.377 TRACE [main][WidgetHandler] Notify List with event 13
04:51:30 08:51:30.377 TRACE [main][WidgetHandler] Wait for synchronization
04:51:30 08:51:30.378 TRACE [main][WidgetHandler] Notify List with event 13
04:51:30 08:51:30.378 TRACE [main][WidgetHandler] Wait for synchronization
04:51:30 08:51:30.378 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.378 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:30 08:51:30.378 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.378 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.378 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.378 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.378 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.382 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.382 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
04:51:30 08:51:30.393 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 08:51:30.393 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
04:51:30 testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.028 s
04:51:30 testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.045 s
04:51:30 testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.03 s
04:51:30 testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.034 s
04:51:30 testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.033 s
04:51:30 testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.033 s
04:51:30 testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.033 s
04:51:30 Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:30 08:51:30.397 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:30 08:51:30.398 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:30 08:51:30.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:30 08:51:30.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.398 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:30 08:51:30.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.398 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:30 08:51:30.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:30 08:51:30.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:30 08:51:30.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.413 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
04:51:30 08:51:30.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.423 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:51:30 08:51:30.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:51:30 08:51:30.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found
04:51:30 08:51:30.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2
04:51:30 08:51:30.424 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
04:51:30 08:51:30.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:51:30 08:51:30.425 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:51:30 08:51:30.426 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
04:51:30 08:51:30.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:30 08:51:30.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:30 08:51:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found
04:51:30 08:51:30.427 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:30 08:51:30.427 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:30 08:51:30.427 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:30 08:51:30.428 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:30 08:51:30.428 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:30 08:51:30.428 INFO [main][AbstractShell] Close shell Testing shell
04:51:30 08:51:30.428 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:30 08:51:30.433 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:30 08:51:30.433 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:30 08:51:30.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:30 08:51:30.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:30 08:51:30.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:30 08:51:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:30 08:51:30.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:30 08:51:30.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:30 08:51:30.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:30 08:51:30.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:30 08:51:30.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:30 08:51:30.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:30 08:51:30.458 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
04:51:30 08:51:30.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:51:30 08:51:30.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found
04:51:30 08:51:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:30 08:51:30.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found
04:51:30 08:51:30.469 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3
04:51:30 08:51:30.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3
04:51:30 08:51:30.470 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:51:30 08:51:30.471 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
04:51:30 08:51:30.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:30 08:51:30.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:30 08:51:30.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:30 08:51:30.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:30 08:51:30.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:30 08:51:30.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:30 08:51:30.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:51:30 08:51:30.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
04:51:30 08:51:30.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:51:30 08:51:30.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
04:51:31 08:51:31.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:51:31 08:51:31.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
04:51:31 08:51:31.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:51:31 08:51:31.474 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found
04:51:31 08:51:31.474 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:31 08:51:31.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
04:51:31 08:51:31.474 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:31 08:51:31.474 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:31 08:51:31.474 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:31 08:51:31.474 INFO [main][AbstractShell] Close shell Testing shell
04:51:31 08:51:31.474 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:31 08:51:31.481 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:31 08:51:31.481 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:31 08:51:31.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:31 08:51:31.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:31 08:51:31.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:31 08:51:31.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:31 08:51:31.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:31 08:51:31.497 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:31 08:51:31.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:31 08:51:31.497 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:31 08:51:31.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:31 08:51:31.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:31 08:51:31.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:31 08:51:31.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:31 08:51:31.516 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
04:51:31 08:51:31.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:31 08:51:31.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:31 08:51:31.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:31 08:51:31.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:31 08:51:31.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:31 08:51:31.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:31 08:51:31.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:51:31 08:51:31.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:51:32 08:51:32.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:51:32 08:51:32.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:51:32 08:51:32.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
04:51:32 08:51:32.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
04:51:32 08:51:32.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:51:32 08:51:32.531 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found
04:51:32 08:51:32.531 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:32 08:51:32.531 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:32 08:51:32.531 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:32 08:51:32.532 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:32 08:51:32.532 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:32 08:51:32.532 INFO [main][AbstractShell] Close shell Testing shell
04:51:32 08:51:32.532 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:32 08:51:32.536 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:32 08:51:32.536 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:32 08:51:32.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:32 08:51:32.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:32 08:51:32.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:32 08:51:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:32 08:51:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:32 08:51:32.542 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:32 08:51:32.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:32 08:51:32.542 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:32 08:51:32.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:32 08:51:32.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:32 08:51:32.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:32 08:51:32.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:32 08:51:32.557 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_#$")
04:51:32 08:51:32.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:32 08:51:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:32 08:51:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:32 08:51:32.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:32 08:51:32.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:32 08:51:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:32 08:51:32.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:32 08:51:32.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:33 08:51:33.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:33 08:51:33.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:33 08:51:33.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:33 08:51:33.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:33 08:51:33.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:51:33 08:51:33.573 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found
04:51:33 08:51:33.573 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:33 08:51:33.573 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:33 08:51:33.573 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:33 08:51:33.573 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:33 08:51:33.573 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:33 08:51:33.573 INFO [main][AbstractShell] Close shell Testing shell
04:51:33 08:51:33.573 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:33 08:51:33.578 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:33 08:51:33.578 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:33 08:51:33.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:33 08:51:33.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:33 08:51:33.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:33 08:51:33.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:33 08:51:33.590 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:33 08:51:33.590 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:33 08:51:33.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:33 08:51:33.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:33 08:51:33.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:33 08:51:33.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:33 08:51:33.604 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")
04:51:33 08:51:33.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:33 08:51:33.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:33 08:51:33.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:33 08:51:33.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:33 08:51:33.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:33 08:51:33.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:33 08:51:33.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:33 08:51:33.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:51:33 08:51:33.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1
04:51:33 08:51:33.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
04:51:33 08:51:33.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:33 08:51:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:33 08:51:33.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:33 08:51:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:33 08:51:33.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:33 08:51:33.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:33 08:51:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:33 08:51:33.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:51:33 08:51:33.616 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:51:33 08:51:33.617 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
04:51:33 08:51:33.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:33 08:51:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:33 08:51:33.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:33 08:51:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:33 08:51:33.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:33 08:51:33.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:33 08:51:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:33 08:51:33.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found
04:51:33 08:51:33.617 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:33 08:51:33.617 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:33 08:51:33.617 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:33 08:51:33.618 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:33 08:51:33.618 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:33 08:51:33.618 INFO [main][AbstractShell] Close shell Testing shell
04:51:33 08:51:33.618 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:33 08:51:33.622 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:33 08:51:33.622 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:33 08:51:33.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:33 08:51:33.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:33 08:51:33.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:33 08:51:33.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
04:51:33 08:51:33.627 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:33 08:51:33.627 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:33 08:51:33.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:33 08:51:33.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.231 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
04:51:33 findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 0.045 s
04:51:33 close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 1.053 s
04:51:33 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 1.045 s
04:51:33 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 1.048 s
04:51:33 findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 0.037 s
04:51:33 Running org.eclipse.reddeer.swt.test.DummyTest
04:51:33 08:51:33.632 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest
04:51:33 08:51:33.632 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:33 08:51:33.632 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:33 08:51:33.632 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest
04:51:33 08:51:33.632 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:33 08:51:33.632 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:33 08:51:33.635 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest)
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:33 08:51:33.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest)
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:33 08:51:33.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:33 08:51:33.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.swt.test.DummyTest
04:51:33 dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest)  Time elapsed: 0 s
04:51:33 Running org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest
04:51:33 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest
04:51:33 regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest)  Time elapsed: 0 s
04:51:33 regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest)  Time elapsed: 0 s
04:51:33 regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest)  Time elapsed: 0 s
04:51:33 Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:33 08:51:33.645 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:33 08:51:33.646 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:33 08:51:33.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:33 08:51:33.646 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:33 08:51:33.646 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:33 08:51:33.646 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:33 08:51:33.646 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:33 08:51:33.646 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:33 08:51:33.646 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:33 08:51:33.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:33 08:51:33.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:33 08:51:33.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:33 08:51:33.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:33 08:51:33.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:33 08:51:33.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:33 08:51:33.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:33 08:51:33.661 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
04:51:33 08:51:33.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:33 08:51:33.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:51:33 08:51:33.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:51:33 08:51:33.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:33 08:51:33.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found
04:51:33 08:51:33.662 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:33 08:51:33.662 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:33 08:51:33.662 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:33 08:51:33.662 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:33 08:51:33.662 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:33 08:51:33.662 INFO [main][AbstractShell] Close shell Testing shell
04:51:33 08:51:33.662 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:33 08:51:33.665 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:33 08:51:33.665 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:33 08:51:33.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:33 08:51:33.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:33 08:51:33.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:33 08:51:33.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:33 08:51:33.672 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:33 08:51:33.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:33 08:51:33.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:33 08:51:33.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:33 08:51:33.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:33 08:51:33.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:33 08:51:33.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:33 08:51:33.690 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')
04:51:33 08:51:33.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:33 08:51:33.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:33 08:51:33.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:33 08:51:33.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:33 08:51:33.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:33 08:51:33.691 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:33 08:51:33.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
04:51:33 08:51:33.691 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:33 08:51:33.691 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:33 08:51:33.691 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:33 08:51:33.691 INFO [main][AbstractShell] Close shell Testing shell
04:51:33 08:51:33.691 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:33 08:51:33.694 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:33 08:51:33.694 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:33 08:51:33.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:33 08:51:33.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:33 08:51:33.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:33 08:51:33.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:33 08:51:33.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:33 08:51:33.725 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:33 08:51:33.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:33 08:51:33.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:33 08:51:33.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:33 08:51:33.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:33 08:51:33.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:33 08:51:33.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:33 08:51:33.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:33 08:51:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:33 08:51:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:33 08:51:33.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:33 08:51:33.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem with mnemonic")
04:51:33 08:51:33.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:33 08:51:33.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:33 08:51:33.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:33 08:51:33.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:33 08:51:33.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:33 08:51:33.772 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:33 08:51:33.772 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:33 08:51:33.772 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:33 08:51:33.772 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:33 08:51:33.772 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:33 08:51:33.772 INFO [main][AbstractShell] Close shell Testing shell
04:51:33 08:51:33.772 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:33 08:51:33.775 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:33 08:51:33.775 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:33 08:51:33.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:33 08:51:33.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:33 08:51:33.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:33 08:51:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:34 08:51:34.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown
04:51:34 08:51:34.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused...
04:51:35 08:51:35.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown
04:51:35 08:51:35.780 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:35 08:51:35.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:35 08:51:35.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:35 08:51:35.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:35 08:51:35.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:35 08:51:35.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:35 08:51:35.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:35 08:51:35.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:35 08:51:35.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:35 08:51:35.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:35 08:51:35.801 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")
04:51:35 08:51:35.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:35 08:51:35.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:35 08:51:35.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:35 08:51:35.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:35 08:51:35.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:35 08:51:35.802 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:35 08:51:35.802 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:35 08:51:35.802 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:35 08:51:35.802 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:35 08:51:35.802 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:35 08:51:35.802 INFO [main][AbstractShell] Close shell Testing shell
04:51:35 08:51:35.802 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:35 08:51:35.805 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:35 08:51:35.805 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:35 08:51:35.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:35 08:51:35.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:35 08:51:35.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:35 08:51:35.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:35 08:51:35.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:35 08:51:35.821 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:35 08:51:35.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:35 08:51:35.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:35 08:51:35.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:35 08:51:35.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:35 08:51:35.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:35 08:51:35.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:35 08:51:35.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:35 08:51:35.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:35 08:51:35.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:35 08:51:35.842 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
04:51:35 08:51:35.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:35 08:51:35.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:35 08:51:35.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:35 08:51:35.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:35 08:51:35.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:35 PUSH tooltip
04:51:35 08:51:35.842 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:35 08:51:35.842 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:35 08:51:35.842 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:35 08:51:35.842 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:35 08:51:35.842 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:35 08:51:35.842 INFO [main][AbstractShell] Close shell Testing shell
04:51:35 08:51:35.842 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:35 08:51:35.845 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:35 08:51:35.845 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:35 08:51:35.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:35 08:51:35.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:35 08:51:35.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:35 08:51:35.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:35 08:51:35.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:35 08:51:35.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
04:51:35 08:51:35.850 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:35 08:51:35.850 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:35 08:51:35.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:35 08:51:35.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:35 08:51:35.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:35 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.205 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
04:51:35 constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 0.025 s
04:51:35 constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 0.053 s
04:51:35 WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 2.055 s
04:51:35 testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 0.041 s
04:51:35 constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 0.028 s
04:51:35 Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:35 08:51:35.854 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:35 08:51:35.855 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:35 08:51:35.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:35 08:51:35.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:35 08:51:35.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:35 08:51:35.855 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:35 08:51:35.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:35 08:51:35.855 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:35 08:51:35.856 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:35 08:51:35.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:35 08:51:35.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:35 08:51:35.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:35 08:51:35.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:35 08:51:35.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:35 08:51:35.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:35 08:51:35.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
04:51:35 08:51:35.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:35 08:51:35.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:35 08:51:35.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:35 08:51:35.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:35 08:51:35.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:35 08:51:35.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:35 08:51:35.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:35 08:51:35.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:35 08:51:35.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:35 08:51:35.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:35 08:51:35.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]...
04:51:35 08:51:35.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:35 08:51:35.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:35 08:51:35.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:51:35 08:51:35.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:51:35 08:51:35.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:36 08:51:36.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:36 08:51:36.384 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:51:36 08:51:36.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:51:36 08:51:36.386 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:51:36 08:51:36.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:36 08:51:36.386 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:51:36 08:51:36.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:36 08:51:36.387 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:51:36 08:51:36.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:36 08:51:36.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:36 08:51:36.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:51:36 08:51:36.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:51:36 08:51:36.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:36 08:51:36.887 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:51:36 08:51:36.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:36 08:51:36.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:51:36 08:51:36.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:51:36 08:51:36.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:51:36 08:51:36.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:36 08:51:36.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:51:36 08:51:36.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:36 08:51:36.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:51:36 08:51:36.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown
04:51:36 08:51:36.888 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:36 08:51:36.888 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:36 08:51:36.888 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:36 08:51:36.889 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:36 08:51:36.889 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:36 08:51:36.889 INFO [main][AbstractShell] Close shell Testing shell
04:51:36 08:51:36.889 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:36 08:51:36.893 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:36 08:51:36.893 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:36 08:51:36.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:36 08:51:36.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:36 08:51:36.893 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:36 08:51:36.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:36 08:51:36.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:36 08:51:36.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:36 08:51:36.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:36 08:51:36.899 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:36 08:51:36.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:36 08:51:36.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:36 08:51:36.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:36 08:51:36.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:36 08:51:36.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:36 08:51:36.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:36 08:51:36.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:36 08:51:36.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:36 08:51:36.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:36 08:51:36.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:36 08:51:36.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:36 08:51:36.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:36 08:51:36.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:36 08:51:36.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:36 08:51:36.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:36 08:51:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]...
04:51:36 08:51:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:36 08:51:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:36 08:51:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:51:36 08:51:36.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:51:36 08:51:36.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:37 08:51:37.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:37 08:51:37.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:51:37 08:51:37.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:51:37 08:51:37.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:51:37 08:51:37.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:37 08:51:37.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:51:37 08:51:37.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:37 08:51:37.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:51:37 08:51:37.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:51:37 08:51:37.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:51:37 08:51:37.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:39 08:51:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:39 08:51:37.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:39 08:51:37.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:39 08:51:37.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:39 08:51:37.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:39 08:51:37.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:39 08:51:37.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]...
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:39 08:51:37.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:39 08:51:37.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:39 08:51:37.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:51:39 08:51:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:51:39 08:51:37.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:51:39 08:51:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:51:39 08:51:37.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:51:39 08:51:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully
04:51:39 08:51:37.934 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:39 08:51:37.934 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:39 08:51:37.934 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:39 08:51:37.934 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:39 08:51:37.934 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:39 08:51:37.934 INFO [main][AbstractShell] Close shell Testing shell
04:51:39 08:51:37.934 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:39 08:51:37.938 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:39 08:51:37.938 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:39 08:51:37.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:39 08:51:37.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:39 08:51:37.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:39 08:51:37.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:39 08:51:37.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:39 08:51:37.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:39 08:51:37.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:39 08:51:37.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:39 08:51:37.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:39 08:51:37.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:39 08:51:37.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:39 08:51:37.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:39 08:51:37.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:39 08:51:37.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:39 08:51:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:39 08:51:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:39 08:51:37.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:39 08:51:37.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:39 08:51:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:39 08:51:37.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:39 08:51:37.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:39 08:51:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:39 08:51:37.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]...
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:39 08:51:37.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:39 08:51:37.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:39 08:51:37.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]...
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:39 08:51:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully
04:51:39 08:51:37.973 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:39 08:51:37.974 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:39 08:51:37.974 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:39 08:51:37.974 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:39 08:51:37.974 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:39 08:51:37.974 INFO [main][AbstractShell] Close shell Testing shell
04:51:39 08:51:37.974 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:39 08:51:37.977 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:39 08:51:37.978 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:39 08:51:37.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:39 08:51:37.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:39 08:51:37.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:39 08:51:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:39 08:51:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:39 08:51:37.990 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:39 08:51:37.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:39 08:51:37.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:39 08:51:37.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:39 08:51:37.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:39 08:51:37.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:39 08:51:37.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:39 08:51:38.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:39 08:51:38.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:39 08:51:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:39 08:51:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:39 08:51:38.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:39 08:51:38.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:39 08:51:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:39 08:51:38.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:39 08:51:38.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:39 08:51:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:39 08:51:38.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:39 08:51:38.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]...
04:51:39 08:51:38.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:39 08:51:38.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:39 08:51:38.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:39 08:51:38.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:39 08:51:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:39 08:51:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:39 08:51:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown
04:51:39 08:51:39.026 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:39 08:51:39.026 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:39 08:51:39.026 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:39 08:51:39.027 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:39 08:51:39.027 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:39 08:51:39.027 INFO [main][AbstractShell] Close shell Testing shell
04:51:39 08:51:39.027 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:39 08:51:39.032 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:39 08:51:39.032 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:39 08:51:39.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:39 08:51:39.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:39 08:51:39.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:39 08:51:39.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:39 08:51:39.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:39 08:51:39.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:39 08:51:39.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:39 08:51:39.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:39 08:51:39.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:39 08:51:39.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:39 08:51:39.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:39 08:51:39.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:39 08:51:39.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:39 08:51:39.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:39 08:51:39.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:39 08:51:39.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:39 08:51:39.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:39 08:51:39.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:39 08:51:39.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:39 08:51:39.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:39 08:51:39.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:39 08:51:39.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:39 08:51:39.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:39 08:51:39.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]...
04:51:39 08:51:39.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:39 08:51:39.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:39 08:51:39.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:39 08:51:39.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:40 08:51:40.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:40 08:51:40.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:40 08:51:40.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:40 08:51:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]...
04:51:40 08:51:40.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:40 08:51:40.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:40 08:51:40.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:40 08:51:40.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:41 08:51:41.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:41 08:51:41.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:41 08:51:41.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown
04:51:41 08:51:41.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:41 08:51:41.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
04:51:41 08:51:41.085 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:41 08:51:41.086 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:41 08:51:41.086 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:41 08:51:41.086 INFO [main][AbstractShell] Close shell Testing shell
04:51:41 08:51:41.086 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:41 08:51:41.090 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:41 08:51:41.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:41 08:51:41.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:41 08:51:41.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:41 08:51:41.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:41 08:51:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:41 08:51:41.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:41 08:51:41.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:41 08:51:41.096 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:41 08:51:41.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:41 08:51:41.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:41 08:51:41.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:41 08:51:41.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:41 08:51:41.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:41 08:51:41.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:41 08:51:41.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:41 08:51:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:41 08:51:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:41 08:51:41.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:41 08:51:41.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:41 08:51:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:41 08:51:41.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:41 08:51:41.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:41 08:51:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:41 08:51:41.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:41 08:51:41.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null...
04:51:42 08:51:42.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown
04:51:42 08:51:42.124 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:42 08:51:42.124 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:42 08:51:42.124 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:42 08:51:42.125 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:42 08:51:42.125 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:42 08:51:42.125 INFO [main][AbstractShell] Close shell Testing shell
04:51:42 08:51:42.125 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:42 08:51:42.128 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:42 08:51:42.129 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:42 08:51:42.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:42 08:51:42.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:42 08:51:42.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:42 08:51:42.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:42 08:51:42.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:42 08:51:42.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:42 08:51:42.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:42 08:51:42.144 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:42 08:51:42.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:42 08:51:42.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:42 08:51:42.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:42 08:51:42.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:42 08:51:42.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
04:51:42 08:51:42.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:42 08:51:42.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:42 08:51:42.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:42 08:51:42.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:42 08:51:42.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:42 08:51:42.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:42 08:51:42.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:42 08:51:42.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:42 08:51:42.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:42 08:51:42.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:42 08:51:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]...
04:51:43 08:51:43.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown
04:51:43 08:51:43.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:43 08:51:43.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:43 08:51:43.670 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:43 08:51:43.671 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:43 08:51:43.671 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:43 08:51:43.671 INFO [main][AbstractShell] Close shell Testing shell
04:51:43 08:51:43.671 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:43 08:51:43.675 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:43 08:51:43.675 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:43 08:51:43.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:43 08:51:43.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:43 08:51:43.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:43 08:51:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:43 08:51:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:43 08:51:43.680 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
04:51:43 08:51:43.680 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:43 08:51:43.680 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:43 08:51:43.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:43 08:51:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:43 08:51:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:43 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.826 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
04:51:43 testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.043 s
04:51:43 testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.056 s
04:51:43 testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 0.035 s
04:51:43 testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.049 s
04:51:43 testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 2.057 s
04:51:43 testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.048 s
04:51:43 testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.536 s
04:51:43 Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest
04:51:43 08:51:43.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:43 08:51:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:43 08:51:43.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:43 08:51:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:43 08:51:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:43 08:51:43.710 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:43 08:51:43.710 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:43 08:51:43.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:43 08:51:43.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:43 08:51:43.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:43 08:51:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:43 08:51:43.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:43 08:51:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:43 08:51:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:43 08:51:43.745 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:43 08:51:43.745 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:43 08:51:43.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:43 08:51:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:43 08:51:43.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:43 08:51:43.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:43 08:51:43.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:43 08:51:43.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:43 08:51:43.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:43 08:51:43.774 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell'
04:51:43 08:51:43.774 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell'
04:51:43 08:51:43.779 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:43 08:51:43.779 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:43 08:51:43.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:43 08:51:43.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:43 08:51:43.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:43 08:51:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:43 08:51:43.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:43 08:51:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:43 08:51:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:43 08:51:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:43 08:51:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:43 08:51:43.807 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:43 08:51:43.807 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:43 08:51:43.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:43 08:51:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:43 08:51:43.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:43 08:51:43.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:43 08:51:43.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:43 08:51:43.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:43 08:51:43.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:43 08:51:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:45 08:51:45.347 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
04:51:45 08:51:45.347 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:45 08:51:45.347 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:45 08:51:45.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:45 08:51:45.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:45 08:51:45.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:45 08:51:45.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:45 08:51:45.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:45 08:51:45.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:45 08:51:45.386 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:45 08:51:45.386 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:45 08:51:45.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:45 08:51:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:45 08:51:45.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:45 08:51:45.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:45 08:51:45.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:45 08:51:45.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:45 08:51:45.422 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:45 08:51:45.422 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:45 08:51:45.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:45 08:51:45.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:45 08:51:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:45 08:51:45.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:45 08:51:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:45 08:51:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:45 08:51:45.460 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:45 08:51:45.460 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:45 08:51:45.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:45 08:51:45.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:45 08:51:45.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:45 08:51:45.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:45 08:51:45.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:45 08:51:45.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:45 08:51:45.496 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:45 08:51:45.496 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:45 08:51:45.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:45 08:51:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:45 08:51:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:45 08:51:45.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:45 08:51:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:45 08:51:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:45 08:51:45.522 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:45 08:51:45.522 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:45 08:51:45.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:45 08:51:45.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:45 08:51:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:45 08:51:45.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:45 08:51:45.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:45 08:51:45.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:45 08:51:45.558 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:45 08:51:45.558 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:45 08:51:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:45 08:51:45.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
04:51:45 08:51:45.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
04:51:45 08:51:45.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
04:51:45 08:51:45.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:45 08:51:45.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:45 08:51:45.591 INFO [WorkbenchTestable][AbstractShell] Close shell shell
04:51:45 08:51:45.591 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
04:51:45 08:51:45.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:45 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.927 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest
04:51:45 testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.043 s
04:51:45 testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.036 s
04:51:45 testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.017 s
04:51:45 testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.034 s
04:51:45 testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 1.543 s
04:51:45 testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.048 s
04:51:45 testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.041 s
04:51:45 testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.028 s
04:51:45 testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.028 s
04:51:45 testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.026 s
04:51:45 testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.052 s
04:51:45 testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.029 s
04:51:45 Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:45 08:51:45.616 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:45 08:51:45.617 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:45 08:51:45.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:45 08:51:45.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:45 08:51:45.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:45 08:51:45.617 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:45 08:51:45.618 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:45 08:51:45.618 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:45 08:51:45.618 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:45 08:51:45.618 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:45 08:51:45.618 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:45 08:51:45.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:45 08:51:45.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:45 08:51:45.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:45 08:51:45.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:45 08:51:45.710 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
04:51:45 08:51:45.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:45 08:51:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:45 08:51:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:45 08:51:45.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:45 08:51:45.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:45 08:51:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:45 08:51:45.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:45 08:51:45.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:45 08:51:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:45 08:51:45.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:45 08:51:45.795 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:45 08:51:45.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
04:51:45 08:51:45.795 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:45 08:51:45.796 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:45 08:51:45.796 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:45 08:51:45.796 INFO [main][AbstractShell] Close shell Testing shell
04:51:45 08:51:45.796 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:45 08:51:45.802 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.802 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:45 08:51:45.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:45 08:51:45.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:45 08:51:45.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:45 08:51:45.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:45 08:51:45.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:45 08:51:45.807 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:45 08:51:45.807 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:45 08:51:45.807 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:45 08:51:45.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:45 08:51:45.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:45 08:51:45.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:45 08:51:45.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:45 08:51:45.894 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
04:51:45 08:51:45.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:45 08:51:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:45 08:51:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:45 08:51:45.984 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:45 08:51:45.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:45 08:51:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:45 08:51:45.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:45 08:51:45.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:45 08:51:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:45 08:51:45.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:45 08:51:45.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:45 08:51:45.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:45 08:51:45.988 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:45 08:51:45.988 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:45 08:51:45.988 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:45 08:51:45.989 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:45 08:51:45.989 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:45 08:51:45.989 INFO [main][AbstractShell] Close shell Testing shell
04:51:45 08:51:45.989 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:45 08:51:45.995 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:45 08:51:45.995 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:45 08:51:45.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:45 08:51:45.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:45 08:51:45.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:46 08:51:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.012 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.012 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:46 08:51:46.012 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:46 08:51:46.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:46 08:51:46.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:46 08:51:46.099 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
04:51:46 08:51:46.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:46 08:51:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:46 08:51:46.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:46 08:51:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:46 08:51:46.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:46 08:51:46.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:46 08:51:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:46 08:51:46.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:46 08:51:46.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:46 08:51:46.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:46 08:51:46.185 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:46 08:51:46.185 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:46 08:51:46.185 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:46 08:51:46.186 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:46 08:51:46.186 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:46 08:51:46.186 INFO [main][AbstractShell] Close shell Testing shell
04:51:46 08:51:46.186 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:46 08:51:46.192 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:46 08:51:46.192 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:46 08:51:46.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:46 08:51:46.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:46 08:51:46.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:46 08:51:46.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:46 08:51:46.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:46 08:51:46.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:46 08:51:46.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
04:51:46 08:51:46.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:46 08:51:46.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:46 08:51:46.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:46 08:51:46.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:46 08:51:46.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:51:46 08:51:46.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:51:46 08:51:46.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:46 08:51:46.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:51:46 08:51:46.380 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:46 08:51:46.380 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:46 08:51:46.380 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:46 08:51:46.380 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:46 08:51:46.380 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:46 08:51:46.380 INFO [main][AbstractShell] Close shell Testing shell
04:51:46 08:51:46.380 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:46 08:51:46.386 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:46 08:51:46.386 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:46 08:51:46.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:46 08:51:46.386 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:46 08:51:46.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:46 08:51:46.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:46 08:51:46.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:46 08:51:46.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:46 08:51:46.490 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
04:51:46 08:51:46.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:46 08:51:46.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:46 08:51:46.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:46 08:51:46.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:46 08:51:46.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:46 08:51:46.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:46 08:51:46.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:46 08:51:46.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:46 08:51:46.574 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:46 08:51:46.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
04:51:46 08:51:46.574 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:46 08:51:46.574 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:46 08:51:46.574 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:46 08:51:46.574 INFO [main][AbstractShell] Close shell Testing shell
04:51:46 08:51:46.574 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:46 08:51:46.580 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:46 08:51:46.580 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:46 08:51:46.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:46 08:51:46.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:46 08:51:46.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.586 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.586 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:46 08:51:46.586 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:46 08:51:46.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:46 08:51:46.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:46 08:51:46.673 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
04:51:46 08:51:46.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:46 08:51:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:46 08:51:46.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:46 08:51:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:46 08:51:46.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:46 08:51:46.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:46 08:51:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:46 08:51:46.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:46 08:51:46.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:46 08:51:46.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:46 08:51:46.782 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:46 08:51:46.782 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:46 08:51:46.782 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:46 08:51:46.782 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:46 08:51:46.782 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:46 08:51:46.782 INFO [main][AbstractShell] Close shell Testing shell
04:51:46 08:51:46.782 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:46 08:51:46.789 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:46 08:51:46.789 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:46 08:51:46.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:46 08:51:46.789 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:46 08:51:46.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.805 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:46 08:51:46.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:46 08:51:46.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:46 08:51:46.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:46 08:51:46.891 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
04:51:46 08:51:46.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:46 08:51:46.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:46 08:51:46.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:46 08:51:46.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:46 08:51:46.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:46 08:51:46.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:46 08:51:46.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:46 08:51:46.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:46 08:51:46.974 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
04:51:46 08:51:46.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:46 08:51:46.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:46 08:51:46.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:46 08:51:46.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:46 08:51:46.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:46 08:51:46.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:46 08:51:46.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:46 08:51:46.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:46 08:51:46.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:46 08:51:46.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:46 08:51:46.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:46 08:51:46.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:46 08:51:46.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:46 08:51:46.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:46 08:51:46.979 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:46 08:51:46.979 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:46 08:51:46.979 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:46 08:51:46.979 INFO [main][AbstractShell] Close shell Testing shell
04:51:46 08:51:46.979 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:46 08:51:46.985 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:46 08:51:46.985 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:46 08:51:46.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:46 08:51:46.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:46 08:51:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:46 08:51:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:46 08:51:46.991 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:46 08:51:46.991 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:46 08:51:46.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:46 08:51:46.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:46 08:51:46.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:46 08:51:46.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:47 08:51:47.077 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
04:51:47 08:51:47.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:47 08:51:47.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:47 08:51:47.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:47 08:51:47.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:51:47 08:51:47.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:47 08:51:47.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:47 08:51:47.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:47 08:51:47.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:47 08:51:47.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:47 08:51:47.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:51:47 08:51:47.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:51:47 08:51:47.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:51:47 08:51:47.173 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:47 08:51:47.173 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:47 08:51:47.173 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:47 08:51:47.173 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:47 08:51:47.173 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:47 08:51:47.173 INFO [main][AbstractShell] Close shell Testing shell
04:51:47 08:51:47.173 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:47 08:51:47.179 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:47 08:51:47.180 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:47 08:51:47.180 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:47 08:51:47.180 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:47 08:51:47.180 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:47 08:51:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:47 08:51:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:47 08:51:47.196 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
04:51:47 08:51:47.196 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:47 08:51:47.196 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:47 08:51:47.196 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:47 08:51:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:47 08:51:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:47 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.58 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
04:51:47 tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.189 s
04:51:47 tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.205 s
04:51:47 tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.185 s
04:51:47 tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.206 s
04:51:47 tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.183 s
04:51:47 tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.219 s
04:51:47 tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.186 s
04:51:47 tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.205 s
04:51:47 Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:47 08:51:47.200 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:47 08:51:47.201 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:47 08:51:47.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:47 08:51:47.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:47 08:51:47.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:47 08:51:47.201 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:47 08:51:47.202 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:47 08:51:47.202 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:47 08:51:47.202 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:47 08:51:47.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:47 08:51:47.202 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:47 08:51:47.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:47 08:51:47.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:47 08:51:47.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:47 08:51:47.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:47 08:51:47.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available....
04:51:47 08:51:47.229 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
04:51:47 08:51:47.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:47 08:51:47.230 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")
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:47 08:51:47.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:47 08:51:47.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:47 08:51:47.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available....
04:51:47 08:51:47.230 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
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:47 08:51:47.230 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")
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:47 08:51:47.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:47 08:51:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:47 08:51:47.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:47 08:51:47.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:47 08:51:47.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:47 08:51:47.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
04:51:47 08:51:47.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available....
04:51:47 08:51:47.233 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
04:51:47 08:51:47.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2
04:51:47 08:51:47.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:47 08:51:47.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:47 08:51:47.233 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")
04:51:47 08:51:47.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:47 08:51:47.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:47 08:51:47.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:47 08:51:47.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent
04:51:47 08:51:47.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:47 08:51:47.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:47 08:51:47.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:47 08:51:47.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:47 08:51:47.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:47 08:51:47.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
04:51:47 08:51:47.235 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")
04:51:47 08:51:47.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:47 08:51:47.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:47 08:51:47.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:47 08:51:47.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent
04:51:47 08:51:47.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:47 08:51:47.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:47 08:51:47.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:47 08:51:47.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:47 08:51:47.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:47 08:51:47.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:48 08:51:48.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:51:48 08:51:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:51:48 08:51:48.236 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found
04:51:48 08:51:48.236 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1
04:51:48 08:51:48.236 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1'
04:51:48 08:51:48.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:48 08:51:48.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:48 08:51:48.239 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2
04:51:48 08:51:48.239 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2'
04:51:48 08:51:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:48 08:51:48.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:48 08:51:48.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.259 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
04:51:48 08:51:48.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully
04:51:48 08:51:48.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
04:51:48 08:51:48.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.272 INFO [WorkbenchTestable][AbstractShell] Close shell 
04:51:48 08:51:48.272 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
04:51:48 08:51:48.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:48 08:51:48.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:48 08:51:48.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.291 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.292 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.292 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.292 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.292 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.293 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available....
04:51:48 08:51:48.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully
04:51:48 08:51:48.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin
04:51:48 08:51:48.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.305 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin'
04:51:48 08:51:48.305 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin'
04:51:48 08:51:48.306 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin'
04:51:48 08:51:48.306 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin'
04:51:48 08:51:48.306 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin
04:51:48 08:51:48.306 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin'
04:51:48 08:51:48.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:48 08:51:48.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:48 08:51:48.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.328 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.328 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.328 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
04:51:48 08:51:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully
04:51:48 08:51:48.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
04:51:48 08:51:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.342 INFO [WorkbenchTestable][AbstractShell] Close shell 
04:51:48 08:51:48.342 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
04:51:48 08:51:48.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available....
04:51:48 08:51:48.376 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
04:51:48 08:51:48.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell
04:51:48 08:51:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.376 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell
04:51:48 08:51:48.376 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell'
04:51:48 08:51:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:51:48 08:51:48.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:51:48 08:51:48.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.398 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
04:51:48 08:51:48.398 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 08:51:48.398 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.398 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest
04:51:48 activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 1.057 s
04:51:48 testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0.032 s
04:51:48 defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0 s
04:51:48 manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0.035 s
04:51:48 testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0.034 s
04:51:48 closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0.036 s
04:51:48 Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
04:51:48 08:51:48.402 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
04:51:48 08:51:48.402 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.404 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.404 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform'
04:51:48 08:51:48.404 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
04:51:48 08:51:48.404 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform'
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
04:51:48 08:51:48.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.406 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)
04:51:48 08:51:48.406 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
04:51:48 08:51:48.406 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
04:51:48 workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)  Time elapsed: 0.001 s
04:51:48 maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)  Time elapsed: 0.002 s
04:51:48 Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
04:51:48 08:51:48.410 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
04:51:48 08:51:48.410 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:48 08:51:48.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
04:51:48 08:51:48.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.410 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:48 08:51:48.411 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.411 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:48 08:51:48.411 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest)
04:51:48 08:51:48.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
04:51:48 08:51:48.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:48 08:51:48.461 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
04:51:48 08:51:48.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:51:48 08:51:48.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.461 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)
04:51:48 08:51:48.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:51:48 08:51:48.463 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:48 08:51:48.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
04:51:48 08:51:48.463 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:48 08:51:48.463 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.463 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.463 INFO [main][AbstractShell] Close shell Testing shell
04:51:48 08:51:48.463 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:48 08:51:48.466 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:48 08:51:48.466 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:48 08:51:48.467 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
04:51:48 08:51:48.467 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.467 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.473 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest)
04:51:48 08:51:48.473 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
04:51:48 08:51:48.473 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.473 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
04:51:48 defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest)  Time elapsed: 0.062 s
04:51:48 Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
04:51:48 08:51:48.478 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
04:51:48 08:51:48.478 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:48 08:51:48.478 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.478 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
04:51:48 08:51:48.478 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.478 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:48 08:51:48.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.479 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:48 08:51:48.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest)
04:51:48 08:51:48.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
04:51:48 08:51:48.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:48 08:51:48.502 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
04:51:48 08:51:48.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:51:48 08:51:48.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.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)
04:51:48 08:51:48.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:51:48 08:51:48.503 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell'
04:51:48 08:51:48.503 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:51:48 08:51:48.503 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:51:48 08:51:48.503 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:51:48 08:51:48.504 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.504 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.504 INFO [main][AbstractShell] Close shell Testing shell
04:51:48 08:51:48.504 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:51:48 08:51:48.506 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:48 08:51:48.507 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:48 08:51:48.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
04:51:48 08:51:48.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.507 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.512 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest)
04:51:48 08:51:48.512 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
04:51:48 08:51:48.512 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.512 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
04:51:48 defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest)  Time elapsed: 0.033 s
04:51:48 Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.516 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.516 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:48 08:51:48.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.516 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.516 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.516 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:48 08:51:48.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.529 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:48 08:51:48.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
04:51:48 08:51:48.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.534 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
04:51:48 08:51:48.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:51:48 08:51:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:51:48 08:51:48.542 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
04:51:48 08:51:48.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
04:51:48 08:51:48.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:51:48 08:51:48.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:51:48 08:51:48.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:51:48 08:51:48.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:51:48 08:51:48.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.558 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
04:51:48 08:51:48.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
04:51:48 08:51:48.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.563 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
04:51:48 08:51:48.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.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 '\*?\QRedDeer SWT\E')
04:51:48 08:51:48.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:51:48 08:51:48.580 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
04:51:48 08:51:48.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
04:51:48 08:51:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:51:48 08:51:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:51:48 08:51:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:51:48 08:51:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:51:48 08:51:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.582 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent
04:51:48 08:51:48.583 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")
04:51:48 08:51:48.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:48 08:51:48.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.583 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
04:51:48 08:51:48.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
04:51:48 08:51:48.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.596 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
04:51:48 08:51:48.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:51:48 08:51:48.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:51:48 08:51:48.612 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
04:51:48 08:51:48.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
04:51:48 08:51:48.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:51:48 08:51:48.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:51:48 08:51:48.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:51:48 08:51:48.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:51:48 08:51:48.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.613 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent
04:51:48 08:51:48.613 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")
04:51:48 08:51:48.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:48 08:51:48.614 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem
04:51:48 08:51:48.614 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:51:48 08:51:48.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:48 08:51:48.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.631 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.632 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
04:51:48 08:51:48.632 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.632 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
04:51:48 08:51:48.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.636 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
04:51:48 08:51:48.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E')
04:51:48 08:51:48.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:51:48 08:51:48.644 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
04:51:48 08:51:48.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
04:51:48 08:51:48.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:51:48 08:51:48.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:51:48 08:51:48.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:51:48 08:51:48.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:51:48 08:51:48.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.645 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent
04:51:48 08:51:48.645 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.*')
04:51:48 08:51:48.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:48 08:51:48.646 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem
04:51:48 08:51:48.646 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:51:48 08:51:48.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.646 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
04:51:48 testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)  Time elapsed: 0.029 s
04:51:48 testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)  Time elapsed: 0.024 s
04:51:48 testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)  Time elapsed: 0.048 s
04:51:48 testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)  Time elapsed: 0.014 s
04:51:48 Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.651 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.651 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:48 08:51:48.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.651 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.651 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.652 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:48 08:51:48.652 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.652 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:48 08:51:48.652 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:48 08:51:48.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.660 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")
04:51:48 08:51:48.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:48 08:51:48.666 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem
04:51:48 08:51:48.666 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:51:48 08:51:48.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:48 08:51:48.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.667 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.667 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.667 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.*')
04:51:48 08:51:48.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:48 08:51:48.680 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem
04:51:48 08:51:48.680 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:51:48 08:51:48.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:48 08:51:48.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.681 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:48 08:51:48.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:48 08:51:48.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.687 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.*']
04:51:48 08:51:48.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:48 08:51:48.687 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.*']
04:51:48 08:51:48.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:48 08:51:48.687 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.*']
04:51:48 08:51:48.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:48 08:51:48.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.688 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:51:48 08:51:48.688 DEBUG [main][MenuItemLookup] Found menu:'File'
04:51:48 08:51:48.688 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:51:48 08:51:48.688 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:51:48 08:51:48.688 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:51:48 08:51:48.688 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:51:48 08:51:48.688 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:51:48 08:51:48.688 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:51:48 08:51:48.688 DEBUG [main][MenuItemLookup] Item match:Window
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:''
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:''
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:''
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:51:48 08:51:48.689 DEBUG [main][MenuItemLookup] Item match:Preferences
04:51:48 08:51:48.689 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:51:48 08:51:48.689 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:51:48 08:51:48.689 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:51:48 08:51:48.787 DEBUG [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....
04:51:48 08:51:48.788 DEBUG [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
04:51:48 08:51:48.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:51:48 08:51:48.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.789 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:51:48 08:51:48.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:48 08:51:48.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:48 08:51:48.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:48 08:51:48.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:48 08:51:48.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:48 08:51:48.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
04:51:48 08:51:48.791 DEBUG [main][TreeItemHandler] Selecting tree item: General
04:51:48 08:51:48.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
04:51:48 08:51:48.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
04:51:48 08:51:48.791 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
04:51:48 08:51:48.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:48 08:51:48.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java
04:51:48 08:51:48.793 DEBUG [main][TreeItemHandler] Selecting tree item: Java
04:51:48 08:51:48.793 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection
04:51:48 08:51:48.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java
04:51:48 08:51:48.793 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
04:51:48 08:51:48.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
04:51:48 08:51:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.838 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
04:51:48 08:51:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:48 08:51:48.839 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General
04:51:48 08:51:48.839 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:51:48 08:51:48.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:48 08:51:48.842 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
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:48 08:51:48.843 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
04:51:48 08:51:48.843 DEBUG [main][TreeItemHandler] Selecting tree item: General
04:51:48 08:51:48.843 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
04:51:48 08:51:48.843 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
04:51:48 08:51:48.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
04:51:48 08:51:48.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:51:48 08:51:48.845 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:51:48 08:51:48.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:51:48 08:51:48.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:51:48 08:51:48.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:51:48 08:51:48.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:48 08:51:48.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:48 08:51:48.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:48 08:51:48.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:48 08:51:48.869 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.*']
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:48 08:51:48.869 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.*']
04:51:48 08:51:48.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:48 08:51:48.869 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.*']
04:51:48 08:51:48.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:48 08:51:48.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:48 08:51:48.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.870 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:48 08:51:48.870 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:51:48 08:51:48.870 DEBUG [main][MenuItemLookup] Found menu:'File'
04:51:48 08:51:48.870 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:51:48 08:51:48.870 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:51:48 08:51:48.870 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:51:48 08:51:48.870 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:51:48 08:51:48.870 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:51:48 08:51:48.870 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:51:48 08:51:48.870 DEBUG [main][MenuItemLookup] Item match:Window
04:51:48 08:51:48.870 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Found menu:''
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Found menu:''
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Found menu:''
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:51:48 08:51:48.871 DEBUG [main][MenuItemLookup] Item match:Preferences
04:51:48 08:51:48.871 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:51:48 08:51:48.871 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:51:48 08:51:48.871 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:51:48 08:51:48.958 DEBUG [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....
04:51:48 08:51:48.960 DEBUG [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
04:51:48 08:51:48.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:51:48 08:51:48.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:48 08:51:48.961 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:48 08:51:48.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:48 08:51:48.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:48 08:51:48.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
04:51:48 08:51:48.962 DEBUG [main][TreeItemHandler] Selecting tree item: General
04:51:48 08:51:48.962 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
04:51:48 08:51:48.962 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
04:51:48 08:51:48.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.963 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
04:51:48 08:51:48.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:48 08:51:48.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
04:51:48 08:51:48.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:48 08:51:48.974 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
04:51:48 08:51:48.974 DEBUG [main][TreeItemHandler] Selecting tree item: General
04:51:48 08:51:48.974 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
04:51:48 08:51:48.974 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
04:51:48 08:51:48.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:51:48 08:51:48.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:48 08:51:48.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:48 08:51:48.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:48 08:51:48.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:48 08:51:48.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:48 08:51:48.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:48 08:51:48.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:48 08:51:48.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:48 08:51:48.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:48 08:51:48.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:51:48 08:51:48.977 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:51:48 08:51:48.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:51:48 08:51:48.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:51:48 08:51:48.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:51:48 08:51:48.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:49 08:51:49.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.007 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:49 08:51:49.007 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:49 08:51:49.007 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.*']
04:51:49 08:51:49.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:49 08:51:49.007 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.*']
04:51:49 08:51:49.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:49 08:51:49.008 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.*']
04:51:49 08:51:49.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:49 08:51:49.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:49 08:51:49.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:49 08:51:49.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:49 08:51:49.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:49 08:51:49.008 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'File'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Item match:Window
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:''
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:''
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:''
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:51:49 08:51:49.008 DEBUG [main][MenuItemLookup] Item match:Preferences
04:51:49 08:51:49.008 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:51:49 08:51:49.008 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:51:49 08:51:49.009 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:51:49 08:51:49.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....
04:51:49 08:51:49.098 DEBUG [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
04:51:49 08:51:49.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:51:49 08:51:49.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:49 08:51:49.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:49 08:51:49.099 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:51:49 08:51:49.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:49 08:51:49.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
04:51:49 08:51:49.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:49 08:51:49.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:49 08:51:49.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:49 08:51:49.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:49 08:51:49.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:49 08:51:49.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:49 08:51:49.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
04:51:49 08:51:49.101 DEBUG [main][TreeItemHandler] Selecting tree item: General
04:51:49 08:51:49.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
04:51:49 08:51:49.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
04:51:49 08:51:49.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:49 08:51:49.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:49 08:51:49.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:49 08:51:49.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:49 08:51:49.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:49 08:51:49.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java
04:51:49 08:51:49.102 DEBUG [main][TreeItemHandler] Selecting tree item: Java
04:51:49 08:51:49.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection
04:51:49 08:51:49.102 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java
04:51:49 08:51:49.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:49 08:51:49.146 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.*')
04:51:49 08:51:49.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:51:49 08:51:49.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:49 08:51:49.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:49 08:51:49.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:49 08:51:49.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:49 08:51:49.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:49 08:51:49.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
04:51:49 08:51:49.148 DEBUG [main][TreeItemHandler] Selecting tree item: General
04:51:49 08:51:49.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
04:51:49 08:51:49.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
04:51:49 08:51:49.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 "Cancel")
04:51:49 08:51:49.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:49 08:51:49.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:49 08:51:49.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:49 08:51:49.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:51:49 08:51:49.152 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:51:49 08:51:49.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:51:49 08:51:49.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:51:49 08:51:49.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:51:49 08:51:49.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:49 08:51:49.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:49 08:51:49.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:49 08:51:49.186 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:49 08:51:49.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.186 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:49 08:51:49.186 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:49 08:51:49.186 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:49 08:51:49.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:49 08:51:49.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:49 08:51:49.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:49 08:51:49.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:49 08:51:49.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:51:49 08:51:49.187 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:51:49 08:51:49.187 DEBUG [main][MenuItemLookup] Found menu:'File'
04:51:49 08:51:49.187 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:51:49 08:51:49.187 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:51:49 08:51:49.187 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:51:49 08:51:49.187 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:51:49 08:51:49.187 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:51:49 08:51:49.187 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:51:49 08:51:49.187 DEBUG [main][MenuItemLookup] Item match:Window
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:''
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:''
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:''
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:51:49 08:51:49.188 DEBUG [main][MenuItemLookup] Item match:Preferences
04:51:49 08:51:49.188 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:51:49 08:51:49.188 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:51:49 08:51:49.188 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:51:49 08:51:49.261 DEBUG [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....
04:51:49 08:51:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
04:51:49 08:51:49.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:49 08:51:49.264 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:49 08:51:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:51:49 08:51:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:51:49 08:51:49.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
04:51:49 08:51:49.265 DEBUG [main][TreeItemHandler] Selecting tree item: General
04:51:49 08:51:49.265 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
04:51:49 08:51:49.265 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
04:51:49 08:51:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:51:49 08:51:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:49 08:51:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:49 08:51:49.266 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
04:51:49 08:51:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found
04:51:49 08:51:49.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:51:49 08:51:49.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:49 08:51:49.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:49 08:51:49.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:49 08:51:49.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:51:49 08:51:49.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
04:51:49 08:51:49.268 DEBUG [main][TreeItemHandler] Selecting tree item: General
04:51:49 08:51:49.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
04:51:49 08:51:49.269 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
04:51:49 08:51:49.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:51:49 08:51:49.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:49 08:51:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
04:51:49 08:51:49.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:49 08:51:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:51:49 08:51:49.271 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:51:49 08:51:49.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:51:49 08:51:49.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:51:49 08:51:49.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:51:49 08:51:49.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:51:49 08:51:49.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:49 08:51:49.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:49 08:51:49.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:49 08:51:49.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
04:51:49 08:51:49.289 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:49 08:51:49.289 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:49 08:51:49.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:49 08:51:49.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
04:51:49 workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.015 s
04:51:49 workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.014 s
04:51:49 testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.188 s
04:51:49 testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.138 s
04:51:49 testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.179 s
04:51:49 testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.103 s
04:51:49 Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:51:49 08:51:49.294 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:51:49 08:51:49.294 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:51:49 08:51:49.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:49 08:51:49.294 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:51:49 08:51:49.294 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:49 08:51:49.294 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:51:49 08:51:49.295 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:49 08:51:49.295 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:51:49 08:51:49.295 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:49 08:51:49.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:49 08:51:49.295 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:51:49 08:51:49.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:51:49 08:51:49.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:49 08:51:49.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:49 08:51:49.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:49 08:51:49.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:51:49 08:51:49.315 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
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:49 08:51:49.315 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
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:49 08:51:49.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:49 08:51:49.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:49 08:51:49.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:51:49 08:51:49.315 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:51:49 08:51:49.323 INFO [WorkbenchTestable][Keyboard] Type text "test123"
04:51:49 08:51:49.323 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:49 08:51:49.323 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:51:49 08:51:49.925 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:49 08:51:49.925 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:51:50 08:51:50.526 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:50 08:51:50.526 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
04:51:51 08:51:51.127 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:51 08:51:51.127 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:51:51 08:51:51.728 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:51 08:51:51.728 INFO [WorkbenchTestable][Keyboard]     As char:1, as int:49
04:51:52 08:51:52.329 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:52 08:51:52.329 INFO [WorkbenchTestable][Keyboard]     As char:2, as int:50
04:51:52 08:51:52.930 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:52 08:51:52.931 INFO [WorkbenchTestable][Keyboard]     As char:3, as int:51
04:51:53 08:51:53.533 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:51:53 08:51:53.533 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
04:51:53 08:51:53.533 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
04:51:53 08:51:53.534 DEBUG [main][AbstractWait] Waiting until shell is active...
04:51:53 08:51:53.534 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:51:53 08:51:53.534 INFO [main][AbstractShell] Close shell Keyboard testing shell
04:51:53 08:51:53.534 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
04:51:53 08:51:53.537 DEBUG [main][AbstractWait] Waiting while shell is available...
04:51:53 08:51:53.537 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:51:53 08:51:53.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:51:53 08:51:53.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:51:53 08:51:53.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:51:53 08:51:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:53 08:51:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:53 08:51:53.553 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:51:53 08:51:53.553 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:51:53 08:51:53.553 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:51:53 08:51:53.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:51:53 08:51:53.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:51:53 08:51:53.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:51:53 08:51:53.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:51:53 08:51:53.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:51:53 08:51:53.571 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
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:51:53 08:51:53.571 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
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:51:53 08:51:53.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:51:53 08:51:53.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:51:53 08:51:53.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:51:53 08:51:53.571 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:51:53 08:51:53.572 INFO [WorkbenchTestable][Keyboard] Type text "test"
04:51:53 08:51:53.572 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:53 08:51:53.572 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:51:54 08:51:54.173 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:54 08:51:54.173 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:51:54 08:51:54.774 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:54 08:51:54.775 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
04:51:55 08:51:55.376 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:51:55 08:51:55.376 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:51:55 08:51:55.977 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left
04:51:55 08:51:55.977 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072
04:51:56 08:51:56.178 INFO [WorkbenchTestable][Keyboard] Move cursor
04:51:56 08:51:56.378 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:51:56 08:51:56.378 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:51:56 08:51:56.579 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:51:56 08:51:56.981 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:51:56 08:51:56.981 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:51:57 08:51:57.181 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:51:57 08:51:57.382 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072
04:51:57 08:51:57.583 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard
04:51:57 08:51:57.583 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144
04:51:57 08:51:57.783 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120
04:51:57 08:51:57.783 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120
04:51:57 08:51:57.984 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120
04:51:58 08:51:58.186 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144
04:51:58 08:51:58.386 INFO [WorkbenchTestable][Keyboard] Move cursor
04:51:58 08:51:58.586 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:51:58 08:51:58.586 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:51:58 08:51:58.787 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:51:59 08:51:59.188 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:51:59 08:51:59.188 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:51:59 08:51:59.389 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:51:59 08:51:59.790 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:51:59 08:51:59.790 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:51:59 08:51:59.990 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:00 08:52:00.392 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:00 08:52:00.392 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:00 08:52:00.592 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:00 08:52:00.993 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:00 08:52:00.993 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:01 08:52:01.193 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:01 08:52:01.394 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard
04:52:01 08:52:01.394 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144
04:52:01 08:52:01.595 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118
04:52:01 08:52:01.595 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118
04:52:01 08:52:01.795 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118
04:52:01 08:52:01.997 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144
04:52:02 08:52:02.198 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:52:02 08:52:02.199 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
04:52:02 08:52:02.199 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
04:52:02 08:52:02.199 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:02 08:52:02.199 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:02 08:52:02.199 INFO [main][AbstractShell] Close shell Keyboard testing shell
04:52:02 08:52:02.199 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
04:52:02 08:52:02.203 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:02 08:52:02.203 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:02 08:52:02.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:02 08:52:02.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:02 08:52:02.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:02 08:52:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:02 08:52:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:02 08:52:02.208 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:52:02 08:52:02.208 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:02 08:52:02.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:52:02 08:52:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:02 08:52:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:02 08:52:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:02 08:52:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:02 08:52:02.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:52:02 08:52:02.234 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
04:52:02 08:52:02.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
04:52:02 08:52:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:02 08:52:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:02 08:52:02.234 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
04:52:02 08:52:02.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:02 08:52:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:02 08:52:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:02 08:52:02.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
04:52:02 08:52:02.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:02 08:52:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:02 08:52:02.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:02 08:52:02.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:02 08:52:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:02 08:52:02.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:52:02 08:52:02.235 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:52:02 08:52:02.235 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}"
04:52:02 08:52:02.235 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:02 08:52:02.235 INFO [WorkbenchTestable][Keyboard]     As char:, as int:131072
04:52:02 08:52:02.436 INFO [WorkbenchTestable][Keyboard]     As char:[, as int:91
04:52:03 08:52:03.437 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:03 08:52:03.437 INFO [WorkbenchTestable][Keyboard]     As char:, as int:131072
04:52:03 08:52:03.637 INFO [WorkbenchTestable][Keyboard]     As char:2, as int:50
04:52:04 08:52:04.639 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:04 08:52:04.639 INFO [WorkbenchTestable][Keyboard]     As char:, as int:131072
04:52:04 08:52:04.839 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:52:05 08:52:05.841 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:05 08:52:05.841 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:52:06 08:52:06.442 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:06 08:52:06.442 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
04:52:07 08:52:07.044 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:07 08:52:07.044 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:52:07 08:52:07.645 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:07 08:52:07.645 INFO [WorkbenchTestable][Keyboard]     As char:, as int:131072
04:52:07 08:52:07.845 INFO [WorkbenchTestable][Keyboard]     As char:], as int:93
04:52:08 08:52:08.847 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:52:08 08:52:08.847 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
04:52:08 08:52:08.847 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
04:52:08 08:52:08.848 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:08 08:52:08.848 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:08 08:52:08.848 INFO [main][AbstractShell] Close shell Keyboard testing shell
04:52:08 08:52:08.848 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
04:52:08 08:52:08.852 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:08 08:52:08.852 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:08 08:52:08.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:08 08:52:08.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:08 08:52:08.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:08 08:52:08.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:08 08:52:08.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:08 08:52:08.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:52:08 08:52:08.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:08 08:52:08.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:52:08 08:52:08.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:08 08:52:08.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:08 08:52:08.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:08 08:52:08.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:08 08:52:08.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:52:08 08:52:08.881 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
04:52:08 08:52:08.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:08 08:52:08.882 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
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:08 08:52:08.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:08 08:52:08.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:08 08:52:08.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:52:08 08:52:08.882 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:52:08 08:52:08.883 INFO [WorkbenchTestable][Keyboard] Type text "test"
04:52:08 08:52:08.883 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:08 08:52:08.883 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:52:09 08:52:09.484 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:09 08:52:09.484 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:52:10 08:52:10.085 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:10 08:52:10.085 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
04:52:10 08:52:10.686 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:10 08:52:10.686 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:52:11 08:52:11.287 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left
04:52:11 08:52:11.287 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072
04:52:11 08:52:11.488 INFO [WorkbenchTestable][Keyboard] Move cursor
04:52:11 08:52:11.688 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:11 08:52:11.688 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:11 08:52:11.889 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:12 08:52:12.290 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:12 08:52:12.290 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:12 08:52:12.491 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:12 08:52:12.692 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072
04:52:12 08:52:12.892 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127
04:52:12 08:52:12.893 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127
04:52:13 08:52:13.093 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127
04:52:13 08:52:13.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:52:13 08:52:13.295 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
04:52:13 08:52:13.295 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
04:52:13 08:52:13.296 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:13 08:52:13.296 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:13 08:52:13.296 INFO [main][AbstractShell] Close shell Keyboard testing shell
04:52:13 08:52:13.296 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
04:52:13 08:52:13.299 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:13 08:52:13.299 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:13 08:52:13.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:13 08:52:13.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:13 08:52:13.299 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:13 08:52:13.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:13 08:52:13.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:13 08:52:13.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:13 08:52:13.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:13 08:52:13.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:13 08:52:13.306 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:13 08:52:13.306 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
04:52:13 08:52:13.506 INFO [WorkbenchTestable][Keyboard]     As char:h, as int:104
04:52:14 08:52:14.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available....
04:52:14 08:52:14.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully
04:52:14 08:52:14.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search
04:52:14 08:52:14.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:14 08:52:14.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:14 08:52:14.518 INFO [WorkbenchTestable][AbstractShell] Close shell Search
04:52:14 08:52:14.518 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search'
04:52:14 08:52:14.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:52:14 08:52:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:52:14 08:52:14.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:52:14 08:52:14.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:14 08:52:14.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:14 08:52:14.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:14 08:52:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:14 08:52:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:14 08:52:14.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:52:14 08:52:14.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:14 08:52:14.538 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:52:14 08:52:14.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:14 08:52:14.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:14 08:52:14.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:14 08:52:14.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:14 08:52:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:52:14 08:52:14.567 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
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:14 08:52:14.567 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
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:14 08:52:14.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:14 08:52:14.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:14 08:52:14.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:52:14 08:52:14.567 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:52:14 08:52:14.568 INFO [WorkbenchTestable][Keyboard] Type text "test"
04:52:14 08:52:14.568 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:14 08:52:14.569 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:52:15 08:52:15.170 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:15 08:52:15.170 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:52:15 08:52:15.771 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:15 08:52:15.771 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
04:52:16 08:52:16.372 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:52:16 08:52:16.372 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:52:16 08:52:16.973 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left
04:52:16 08:52:16.973 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072
04:52:17 08:52:17.174 INFO [WorkbenchTestable][Keyboard] Move cursor
04:52:17 08:52:17.374 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:17 08:52:17.374 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:17 08:52:17.574 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:17 08:52:17.976 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:17 08:52:17.976 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:18 08:52:18.176 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:18 08:52:18.377 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072
04:52:18 08:52:18.578 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard
04:52:18 08:52:18.578 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144
04:52:18 08:52:18.778 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99
04:52:18 08:52:18.778 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99
04:52:18 08:52:18.979 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99
04:52:19 08:52:19.179 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144
04:52:19 08:52:19.380 INFO [WorkbenchTestable][Keyboard] Move cursor
04:52:19 08:52:19.580 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:19 08:52:19.580 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:19 08:52:19.780 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:20 08:52:20.182 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:20 08:52:20.182 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:20 08:52:20.382 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:20 08:52:20.783 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:20 08:52:20.783 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:20 08:52:20.984 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:21 08:52:21.385 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:21 08:52:21.385 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:21 08:52:21.585 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:21 08:52:21.986 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
04:52:21 08:52:21.986 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
04:52:22 08:52:22.187 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
04:52:22 08:52:22.387 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard
04:52:22 08:52:22.387 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144
04:52:22 08:52:22.588 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118
04:52:22 08:52:22.588 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118
04:52:22 08:52:22.789 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118
04:52:22 08:52:22.989 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144
04:52:23 08:52:23.190 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
04:52:23 08:52:23.190 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
04:52:23 08:52:23.190 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
04:52:23 08:52:23.191 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:23 08:52:23.191 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:23 08:52:23.191 INFO [main][AbstractShell] Close shell Keyboard testing shell
04:52:23 08:52:23.191 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
04:52:23 08:52:23.195 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:23 08:52:23.195 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:23 08:52:23.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:23 08:52:23.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:23 08:52:23.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:23 08:52:23.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 08:52:23.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
04:52:23 08:52:23.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:23 08:52:23.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:23 08:52:23.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:23 08:52:23.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.917 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
04:52:23 typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 4.258 s
04:52:23 cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 8.655 s
04:52:23 typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 6.65 s
04:52:23 selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 4.448 s
04:52:23 keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 1.232 s
04:52:23 copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 8.672 s
04:52:23 Running org.eclipse.reddeer.swt.test.WidgetResolverTest
04:52:23 08:52:23.215 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest
04:52:23 08:52:23.215 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:52:23 08:52:23.215 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:23 08:52:23.215 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:23 08:52:23.216 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest)
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:23 08:52:23.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:23 08:52:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 08:52:23.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:52:23 08:52:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:23 08:52:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:23 08:52:23.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers
04:52:23 08:52:23.224 TRACE [WorkbenchTestable][WidgetLookup] 141 widget(s) found
04:52:23 08:52:23.224 INFO [WorkbenchTestable][WidgetResolverTest] Testing 141 widgets for matching children to parent.
04:52:23 08:52:23.226 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@2718f622]
04:52:23 08:52:23.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@2718f622]
04:52:23 08:52:23.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@2718f622]
04:52:23 08:52:23.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@50594c5a] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@2718f622]
04:52:23 08:52:23.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@30100995] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@2718f622]
04:52:23 08:52:23.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@70225ba5] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
04:52:23 08:52:23.228 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@70225ba5]
04:52:23 08:52:23.228 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}]}]
04:52:23 08:52:23.228 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@5426c89f] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
04:52:23 08:52:23.228 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@5426c89f]
04:52:23 08:52:23.228 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@5426c89f]
04:52:23 08:52:23.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@5426c89f]
04:52:23 08:52:23.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@5426c89f]
04:52:23 08:52:23.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd]
04:52:23 08:52:23.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd]
04:52:23 08:52:23.230 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@4e8765dd]
04:52:23 08:52:23.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd]
04:52:23 08:52:23.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd]
04:52:23 08:52:23.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.231 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}]
04:52:23 08:52:23.231 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}]
04:52:23 08:52:23.233 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.233 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.234 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.234 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
04:52:23 08:52:23.234 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}]
04:52:23 08:52:23.240 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}]
04:52:23 08:52:23.241 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}]}]
04:52:23 08:52:23.241 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}]
04:52:23 08:52:23.241 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}]
04:52:23 08:52:23.242 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace.
04:52:23 To add a project:} matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
04:52:23 08:52:23.242 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}]
04:52:23 08:52:23.242 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
04:52:23 08:52:23.242 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}]
04:52:23 08:52:23.242 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
04:52:23 08:52:23.243 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}]
04:52:23 08:52:23.243 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
04:52:23 08:52:23.243 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}]
04:52:23 08:52:23.243 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer}
04:52:23 08:52:23.244 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
04:52:23 08:52:23.244 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
04:52:23 08:52:23.244 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e]
04:52:23 08:52:23.244 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@d6db63e]
04:52:23 08:52:23.244 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e]
04:52:23 08:52:23.245 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@d6db63e]
04:52:23 08:52:23.245 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.245 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.245 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}]
04:52:23 08:52:23.246 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}]
04:52:23 08:52:23.246 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}]
04:52:23 08:52:23.246 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}]
04:52:23 08:52:23.246 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}]
04:52:23 08:52:23.246 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}]
04:52:23 08:52:23.246 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}]
04:52:23 08:52:23.247 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}]
04:52:23 08:52:23.247 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}]
04:52:23 08:52:23.247 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}]
04:52:23 08:52:23.247 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}]
04:52:23 08:52:23.247 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139]
04:52:23 08:52:23.248 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@7eeb8139]
04:52:23 08:52:23.248 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139]
04:52:23 08:52:23.248 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139]
04:52:23 08:52:23.248 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139]
04:52:23 08:52:23.248 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}]
04:52:23 08:52:23.248 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}]
04:52:23 08:52:23.249 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.249 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.249 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
04:52:23 08:52:23.249 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}]
04:52:23 08:52:23.249 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@47e0aeb5] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
04:52:23 08:52:23.250 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@47e0aeb5]
04:52:23 08:52:23.250 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}]
04:52:23 08:52:23.250 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline}
04:52:23 08:52:23.250 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.251 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.251 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@1c761232]
04:52:23 08:52:23.251 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.251 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.251 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.251 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.252 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.252 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.252 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.252 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.252 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.252 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
04:52:23 08:52:23.252 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.253 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.253 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}]
04:52:23 08:52:23.253 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}]
04:52:23 08:52:23.253 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]
04:52:23 08:52:23.253 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.254 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
04:52:23 08:52:23.254 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}]
04:52:23 08:52:23.254 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems}
04:52:23 08:52:23.254 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT}
04:52:23 08:52:23.254 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log}
04:52:23 08:52:23.255 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls}
04:52:23 08:52:23.255 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684]
04:52:23 08:52:23.255 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684]
04:52:23 08:52:23.255 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8]
04:52:23 08:52:23.255 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8]
04:52:23 08:52:23.255 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8]
04:52:23 08:52:23.256 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.256 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}]
04:52:23 08:52:23.256 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}]
04:52:23 08:52:23.256 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}]
04:52:23 08:52:23.256 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null]
04:52:23 08:52:23.257 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}]
04:52:23 08:52:23.257 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}]
04:52:23 08:52:23.257 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}]
04:52:23 08:52:23.257 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}]
04:52:23 08:52:23.257 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.258 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.258 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.258 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.258 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.258 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.258 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.258 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.259 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.259 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@410ca583]
04:52:23 08:52:23.259 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.259 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
04:52:23 08:52:23.259 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
04:52:23 08:52:23.259 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.259 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.260 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.260 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
04:52:23 08:52:23.260 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]
04:52:23 08:52:23.260 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]
04:52:23 08:52:23.261 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
04:52:23 08:52:23.261 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]
04:52:23 08:52:23.261 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]
04:52:23 08:52:23.261 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
04:52:23 08:52:23.261 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]
04:52:23 08:52:23.261 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]
04:52:23 08:52:23.262 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
04:52:23 08:52:23.262 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]
04:52:23 08:52:23.262 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
04:52:23 08:52:23.262 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.262 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.263 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
04:52:23 08:52:23.263 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]
04:52:23 08:52:23.263 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]
04:52:23 08:52:23.263 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]
04:52:23 08:52:23.263 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]
04:52:23 08:52:23.264 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.264 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.264 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.264 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]
04:52:23 08:52:23.265 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}]
04:52:23 08:52:23.265 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}]
04:52:23 08:52:23.265 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.265 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]
04:52:23 08:52:23.266 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}]
04:52:23 08:52:23.266 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.266 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
04:52:23 08:52:23.267 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@1bfa3893 (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@26f75d9c, 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]
04:52:23 08:52:23.267 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@6e225c34 (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@26f75d9c, 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]
04:52:23 08:52:23.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest
04:52:23 08:52:23.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:23 08:52:23.267 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:23 08:52:23.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 08:52:23.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest)
04:52:23 08:52:23.268 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest
04:52:23 08:52:23.268 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:23 08:52:23.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:23 08:52:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest
04:52:23 parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest)  Time elapsed: 0.052 s
04:52:23 Running org.eclipse.reddeer.swt.test.EditorBarTest
04:52:23 08:52:23.272 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest
04:52:23 08:52:23.272 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:52:23 08:52:23.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:23 08:52:23.273 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest
04:52:23 08:52:23.273 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:23 08:52:23.273 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:52:23 08:52:23.273 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:23 08:52:23.273 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:52:23 08:52:23.273 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:23 08:52:23.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:23 08:52:23.274 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest)
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 08:52:23.274 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:52:23 08:52:23.274 DEBUG [main][MenuItemLookup] Found menu:'File'
04:52:23 08:52:23.274 DEBUG [main][MenuItemLookup] Item match:File
04:52:23 08:52:23.275 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:52:23 08:52:23.275 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Java Project'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:''
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Package'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Class'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Interface'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Enum'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Record'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Annotation'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Source Folder'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'File'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:''
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
04:52:23 08:52:23.278 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
04:52:23 08:52:23.278 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
04:52:23 08:52:23.278 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
04:52:23 08:52:23.278 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
04:52:23 08:52:23.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available....
04:52:23 08:52:23.353 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
04:52:23 08:52:23.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
04:52:23 08:52:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:23 08:52:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:23 08:52:23.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:52:23 08:52:23.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:23 08:52:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 08:52:23.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent
04:52:23 08:52:23.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:23 08:52:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:23 08:52:23.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:23 08:52:23.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:23 08:52:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:23 08:52:23.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:52:23 08:52:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:52:23 08:52:23.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:52:23 08:52:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:52:23 08:52:23.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:52:23 08:52:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:52:23 08:52:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:52:23 08:52:23.859 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:52:23 08:52:23.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:52:23 08:52:23.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:52:23 08:52:23.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:52:23 08:52:23.860 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:52:23 08:52:23.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:52:23 08:52:23.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:52:23 08:52:23.860 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project
04:52:23 08:52:23.860 DEBUG [main][TreeItemHandler] Selecting tree item: Project
04:52:23 08:52:23.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection
04:52:23 08:52:23.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project
04:52:23 08:52:23.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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 >")
04:52:23 08:52:23.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:23 08:52:23.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 08:52:23.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent
04:52:23 08:52:23.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:23 08:52:23.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:23 08:52:23.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:23 08:52:23.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:23 08:52:23.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:23 08:52:23.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:52:23 08:52:23.865 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:52:23 08:52:23.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:52:23 08:52:23.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:52:23 08:52:23.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:52:23 08:52:23.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:52:23 08:52:23.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available....
04:52:23 08:52:23.901 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
04:52:23 08:52:23.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project
04:52:23 08:52:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:23 08:52:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:23 08:52:23.902 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:
04:52:23 is "Project name:")
04:52:23 08:52:23.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:23 08:52:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 08:52:23.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent
04:52:23 08:52:23.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:23 08:52:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:23 08:52:23.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:23 08:52:23.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:23 08:52:23.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:23 08:52:23.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:52:23 08:52:23.904 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:52:23 08:52:23.905 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test
04:52:23 08:52:23.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:52:23 08:52:23.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:23 08:52:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:23 08:52:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:23 08:52:23.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent
04:52:23 08:52:23.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:23 08:52:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:23 08:52:23.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:23 08:52:23.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:23 08:52:23.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:23 08:52:23.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:52:23 08:52:23.909 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:52:23 08:52:23.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:52:23 08:52:23.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:52:23 08:52:23.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:52:23 08:52:23.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:52:23 08:52:23.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:52:24 08:52:24.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:52:24 08:52:24.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:52:24 08:52:24.415 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
04:52:24 08:52:24.415 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
04:52:24 08:52:24.415 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:52:24 08:52:24.415 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:52:24 08:52:24.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:52:24 08:52:24.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:24 08:52:24.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:52:24 08:52:24.423 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu.
04:52:24 08:52:24.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:52:24 08:52:24.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:24 08:52:24.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:24 08:52:24.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:52:24 08:52:24.423 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'File'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'Run'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Item match:Window
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:''
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:52:24 08:52:24.423 DEBUG [main][MenuItemLookup] Item match:Show View
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Templates'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:''
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:52:24 08:52:24.427 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:52:24 08:52:24.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:52:24 08:52:24.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:52:24 08:52:24.428 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:52:24 08:52:24.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:52:24 08:52:24.479 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
04:52:24 08:52:24.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:52:24 08:52:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:24 08:52:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:24 08:52:24.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:52:24 08:52:24.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:24 08:52:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:24 08:52:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:24 08:52:24.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:52:24 08:52:24.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:24 08:52:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:24 08:52:24.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:24 08:52:24.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:24 08:52:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:24 08:52:24.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:52:24 08:52:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:52:24 08:52:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:52:24 08:52:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:52:24 08:52:24.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:52:24 08:52:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:52:24 08:52:24.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:52:24 08:52:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:52:24 08:52:24.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:52:24 08:52:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:52:24 08:52:24.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:52:24 08:52:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:52:24 08:52:24.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:52:24 08:52:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:52:24 08:52:24.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:52:24 08:52:24.482 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer
04:52:24 08:52:24.482 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection
04:52:24 08:52:24.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:24 08:52:24.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:24 08:52:24.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:24 08:52:24.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:24 08:52:24.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:24 08:52:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:24 08:52:24.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:24 08:52:24.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:24 08:52:24.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:24 08:52:24.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:52:24 08:52:24.484 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:52:24 08:52:24.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:52:24 08:52:24.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:52:24 08:52:24.484 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:52:24 08:52:24.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:52:24 08:52:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:52:24 08:52:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:52:24 08:52:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open...
04:52:24 08:52:24.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:24 08:52:24.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:24 08:52:24.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully
04:52:24 08:52:24.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:24 08:52:24.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:24 08:52:24.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:52:24 08:52:24.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:24 08:52:24.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:24 08:52:24.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:52:24 08:52:24.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:52:24 08:52:24.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:24 08:52:24.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:24 08:52:24.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:24 08:52:24.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:24 08:52:24.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:52:24 08:52:24.526 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:24 08:52:24.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:24 08:52:24.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:24 08:52:24.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:52:24 08:52:24.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:52:24 08:52:24.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:52:24 08:52:24.528 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:24 08:52:24.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:24 08:52:24.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:24 08:52:24.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:52:24 08:52:24.529 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:24 08:52:24.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:24 08:52:24.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:24 08:52:24.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:52:24 08:52:24.531 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:24 08:52:24.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:24 08:52:24.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:24 08:52:24.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:52:24 08:52:24.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:24 08:52:24.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:24 08:52:24.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:52:25 08:52:25.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:25 08:52:25.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:52:25 08:52:25.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:25 08:52:25.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:52:25 08:52:25.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:52:25 08:52:25.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:25 08:52:25.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:25 08:52:25.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:25 08:52:25.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:52:25 08:52:25.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:52:25 08:52:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:25 08:52:25.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:25 08:52:25.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:25 08:52:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:25 08:52:25.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:52:25 08:52:25.536 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test
04:52:25 08:52:25.543 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:25 08:52:25.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:25 08:52:25.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:25 08:52:25.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:52:25 08:52:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:52:25 08:52:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:25 08:52:25.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:25 08:52:25.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:25 08:52:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:25 08:52:25.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:52:25 08:52:25.544 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
04:52:25 08:52:25.544 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
04:52:25 08:52:25.544 DEBUG [main][TreeItemHandler] Set Tree selection
04:52:25 08:52:25.544 DEBUG [main][TreeHandler] Notify Tree about selection event
04:52:25 08:52:25.560 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
04:52:25 08:52:25.580 DEBUG [WorkbenchTestable][TreeItemHandler]   EditorBarTest-test
04:52:25 08:52:25.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:25 08:52:25.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:25 08:52:25.580 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:52:25 08:52:25.580 DEBUG [main][MenuItemLookup] Found menu:'File'
04:52:25 08:52:25.580 DEBUG [main][MenuItemLookup] Item match:File
04:52:25 08:52:25.581 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:52:25 08:52:25.581 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:52:25 08:52:25.583 DEBUG [main][MenuItemLookup] Found menu:'Java Project'
04:52:25 08:52:25.583 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:52:25 08:52:25.583 DEBUG [main][MenuItemLookup] Found menu:''
04:52:25 08:52:25.583 DEBUG [main][MenuItemLookup] Found menu:'Package'
04:52:25 08:52:25.583 DEBUG [main][MenuItemLookup] Found menu:'Class'
04:52:25 08:52:25.584 DEBUG [main][MenuItemLookup] Found menu:'Interface'
04:52:25 08:52:25.584 DEBUG [main][MenuItemLookup] Found menu:'Enum'
04:52:25 08:52:25.584 DEBUG [main][MenuItemLookup] Found menu:'Record'
04:52:25 08:52:25.584 DEBUG [main][MenuItemLookup] Found menu:'Annotation'
04:52:25 08:52:25.584 DEBUG [main][MenuItemLookup] Found menu:'Source Folder'
04:52:25 08:52:25.584 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set'
04:52:25 08:52:25.584 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:52:25 08:52:25.584 DEBUG [main][MenuItemLookup] Found menu:'File'
04:52:25 08:52:25.584 DEBUG [main][MenuItemLookup] Item match:File
04:52:25 08:52:25.585 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File"
04:52:25 08:52:25.585 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File
04:52:25 08:52:25.585 INFO [main][MenuItemHandler] Select menu item: File
04:52:25 08:52:25.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
04:52:25 08:52:25.671 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
04:52:25 08:52:25.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
04:52:25 08:52:25.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:25 08:52:25.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:25 08:52:25.671 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:
04:52:25 is "File name:")
04:52:25 08:52:25.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:25 08:52:25.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:25 08:52:25.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:25 08:52:25.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent
04:52:25 08:52:25.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:25 08:52:25.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:25 08:52:25.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:25 08:52:25.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:25 08:52:25.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:25 08:52:25.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:52:25 08:52:25.674 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:52:25 08:52:25.675 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb
04:52:25 08:52:25.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:52:25 08:52:25.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:25 08:52:25.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:25 08:52:25.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:25 08:52:25.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent
04:52:25 08:52:25.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:25 08:52:25.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:25 08:52:25.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:25 08:52:25.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:25 08:52:25.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:25 08:52:25.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:52:25 08:52:25.677 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:52:25 08:52:25.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:52:25 08:52:25.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:52:25 08:52:25.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:52:25 08:52:25.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:52:25 08:52:25.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:52:26 08:52:26.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:52:26 08:52:26.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17bcc8c6 is found...
04:52:26 08:52:26.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17bcc8c6 is found finished successfully
04:52:26 08:52:26.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E')
04:52:26 08:52:26.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:26 08:52:26.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:26 08:52:26.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:26 08:52:26.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:26 08:52:26.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:52:26 08:52:26.193 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:26 08:52:26.193 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null
04:52:26 08:52:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:26 08:52:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:26 08:52:26.193 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent
04:52:26 08:52:26.194 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")
04:52:26 08:52:26.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:26 08:52:26.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:26 08:52:26.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:26 08:52:26.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:26 08:52:26.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
04:52:26 08:52:26.194 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task
04:52:26 08:52:26.194 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
04:52:26 08:52:26.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:52:26 08:52:26.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:26 08:52:26.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:26 08:52:26.196 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:52:26 08:52:26.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:26 08:52:26.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:26 08:52:26.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform
04:52:26 08:52:26.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:26 08:52:26.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:26 08:52:26.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform'
04:52:26 08:52:26.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:52:26 08:52:26.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:26 08:52:26.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:26 08:52:26.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:26 08:52:26.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:26 08:52:26.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:52:26 08:52:26.199 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:26 08:52:26.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:26 08:52:26.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:26 08:52:26.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:52:26 08:52:26.218 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:26 08:52:26.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:26 08:52:26.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:26 08:52:26.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:52:26 08:52:26.219 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:26 08:52:26.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:26 08:52:26.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:26 08:52:26.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:52:26 08:52:26.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:26 08:52:26.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:26 08:52:26.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:52:26 08:52:26.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:26 08:52:26.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:52:27 08:52:27.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:27 08:52:27.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:52:27 08:52:27.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:52:27 08:52:27.221 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:52:27 08:52:27.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:52:27 08:52:27.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:52:27 08:52:27.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:52:27 08:52:27.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:52:27 08:52:27.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:27 08:52:27.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:27 08:52:27.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:27 08:52:27.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:27 08:52:27.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:52:27 08:52:27.222 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test
04:52:27 08:52:27.224 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test
04:52:27 08:52:27.224 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test
04:52:27 08:52:27.224 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection
04:52:27 08:52:27.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test
04:52:27 08:52:27.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:52:27 08:52:27.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'New'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:''
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:''
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Move...'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:''
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Import...'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Export...'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:''
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
04:52:27 08:52:27.280 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
04:52:27 08:52:27.280 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
04:52:27 08:52:27.280 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
04:52:27 08:52:27.280 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
04:52:27 08:52:27.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:52:27 08:52:27.282 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
04:52:27 08:52:27.782 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
04:52:27 08:52:27.782 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:52:27 08:52:27.782 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:52:27 08:52:27.782 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:52:27 08:52:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:52:27 08:52:27.783 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer
04:52:27 08:52:27.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test
04:52:27 08:52:27.783 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test
04:52:27 08:52:27.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection
04:52:27 08:52:27.792 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test
04:52:27 08:52:27.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:52:27 08:52:27.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:52:27 08:52:27.813 DEBUG [main][MenuItemLookup] Found menu:'New'
04:52:27 08:52:27.813 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
04:52:27 08:52:27.813 DEBUG [main][MenuItemLookup] Found menu:''
04:52:27 08:52:27.813 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
04:52:27 08:52:27.813 DEBUG [main][MenuItemLookup] Found menu:''
04:52:27 08:52:27.813 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:52:27 08:52:27.813 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:52:27 08:52:27.813 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:52:27 08:52:27.813 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
04:52:27 08:52:27.813 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
04:52:27 08:52:27.813 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
04:52:27 08:52:27.813 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
04:52:27 08:52:27.856 DEBUG [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....
04:52:28 08:52:28.430 DEBUG [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
04:52:28 08:52:28.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
04:52:28 08:52:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:28 08:52:28.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:28 08:52:28.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:28 08:52:28.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:28 08:52:28.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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)
04:52:28 08:52:28.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:28 08:52:28.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:28 08:52:28.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:28 08:52:28.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
04:52:28 08:52:28.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:28 08:52:28.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:28 08:52:28.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:28 08:52:28.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:52:28 08:52:28.434 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
04:52:28 08:52:28.434 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
04:52:28 08:52:28.434 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:52:28 08:52:28.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:52:28 08:52:28.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8)
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:28 08:52:28.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:28 08:52:28.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:28 08:52:28.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:28 08:52:28.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:28 08:52:28.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:28 08:52:28.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:52:28 08:52:28.435 INFO [WorkbenchTestable][AbstractButton] Click button OK
04:52:28 08:52:28.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:52:28 08:52:28.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:52:28 08:52:28.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:52:28 08:52:28.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:52:28 08:52:28.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
04:52:28 08:52:28.443 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
04:52:28 08:52:28.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:28 08:52:28.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:28 08:52:28.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest)
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest
04:52:28 08:52:28.944 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:28 08:52:28.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:28 08:52:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:28 08:52:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:28 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.673 s - in org.eclipse.reddeer.swt.test.EditorBarTest
04:52:28 workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest)  Time elapsed: 5.67 s
04:52:28 
04:52:28 Results:
04:52:28 
04:52:28 Tests run: 307, Failures: 0, Errors: 0, Skipped: 0
04:52:28 
04:52:30 [INFO] All tests passed!
04:52:30 [INFO] 
04:52:30 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test ---
04:52:30 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec
04:52:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
04:52:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
04:52:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
04:52:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
04:52:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
04:52:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
04:52:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
04:52:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
04:52:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
04:52:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
04:52:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
04:52:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
04:52:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
04:52:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
04:52:31 [INFO] 
04:52:31 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >----------
04:52:31 [INFO] Building RedDeer Core Tests 4.7.0-SNAPSHOT                       [32/58]
04:52:31 [INFO]   from tests/org.eclipse.reddeer.core.test/pom.xml
04:52:31 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
04:52:31 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:52:31 [INFO] 
04:52:31 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.core.test ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test ---
04:52:31 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test ---
04:52:31 [INFO] 
04:52:31 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core.test ---
04:52:31 [INFO] Resolving class path of RedDeer Core Tests...
04:52:32 [INFO] 
04:52:32 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test ---
04:52:32 [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/**/*
04:52:32 [INFO] 
04:52:32 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test ---
04:52:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:52:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/resources
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core.test ---
04:52:32 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/bin
04:52:32 [INFO] 
04:52:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test ---
04:52:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:52:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/src/test/resources
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core.test ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test ---
04:52:32 [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
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test ---
04:52:32 [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
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.core.test ---
04:52:34 [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.13.2.v20220426-1653.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.53MB)
04:52:35 [INFO] Fetching com.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.82MB)
04:52:35 [INFO] Fetching com.sun.jna.platform_5.12.1.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.44MB)
04:52:35 [INFO] Fetching org.apache.commons.lang_2.6.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (277.56kB)
04:52:35 [INFO] Fetching org.yaml.snakeyaml_1.33.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (323.94kB)
04:52:35 [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)
04:52:35 [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
04:52:35 [INFO] Command line:
04:52:35 	[/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]
04:52:45 Launching application org.eclipse.ui.ide.workbench...
04:52:52 Running org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest
04:52:53 08:52:53.168 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
04:52:53 08:52:53.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:53 08:52:53.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:53 08:52:53.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:53 08:52:53.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:53 08:52:53.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:53 08:52:53.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:53 08:52:53.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:52:53 08:52:53.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:52:53 08:52:53.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:53 08:52:53.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:52:53 08:52:53.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:53 08:52:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:53 08:52:53.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:53 08:52:53.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:53 08:52:53.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:53 08:52:53.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:53 08:52:53.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:53 08:52:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:53 08:52:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:53 08:52:53.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:53 08:52:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:53 08:52:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:53 08:52:53.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:52:53 08:52:53.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:52:53 08:52:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:53 08:52:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:53 08:52:53.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:53 08:52:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:53 08:52:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:53 08:52:53.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:52:53 08:52:53.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:52:53 08:52:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:53 08:52:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:53 08:52:53.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:53 08:52:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:53 08:52:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:53 08:52:53.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:52:53 08:52:53.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found
04:52:53 08:52:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:53 08:52:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:53 08:52:53.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:53 08:52:53.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:53 08:52:53.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:53 08:52:53.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:52:53 08:52:53.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found
04:52:53 08:52:53.726 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:52:53 08:52:53.728 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:52:53 08:52:53.729 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:52:53 08:52:53.729 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:53 08:52:53.729 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:53 08:52:53.729 INFO [main][AbstractShell] Close shell Testing shell
04:52:53 08:52:53.730 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:52:53 08:52:53.749 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:53 08:52:53.749 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:54 08:52:54.085 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
04:52:54 08:52:54.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:54 08:52:54.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:54 08:52:54.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:54 08:52:54.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:54 08:52:54.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:54 08:52:54.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:54 08:52:54.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:52:54 08:52:54.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:52:54 08:52:54.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:54 08:52:54.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:52:54 08:52:54.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:54 08:52:54.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:54 08:52:54.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:54 08:52:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:54 08:52:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:54 08:52:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:54 08:52:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:54 08:52:54.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:54 08:52:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:54 08:52:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:54 08:52:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:54 08:52:54.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:54 08:52:54.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:52:54 08:52:54.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:52:54 08:52:54.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:52:54 08:52:54.342 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:52:54 08:52:54.342 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:52:54 08:52:54.342 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:52:54 08:52:54.342 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:54 08:52:54.342 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:54 08:52:54.342 INFO [main][AbstractShell] Close shell Testing shell
04:52:54 08:52:54.342 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:52:54 08:52:54.353 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:54 08:52:54.353 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
04:52:54 08:52:54.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
04:52:54 08:52:54.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
04:52:54 08:52:54.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:54 08:52:54.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:54 08:52:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:54 08:52:54.876 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:54 08:52:54.876 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:54 08:52:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:54 08:52:54.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:52:54 08:52:54.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:52:54 08:52:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:54 08:52:54.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:52:54 08:52:54.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:54 08:52:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:54 08:52:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:54 08:52:54.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:54 08:52:54.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:54 08:52:54.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:54 08:52:54.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:54 08:52:54.889 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:52:54 08:52:54.889 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:52:54 08:52:54.889 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:52:54 08:52:54.890 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:54 08:52:54.890 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:54 08:52:54.890 INFO [main][AbstractShell] Close shell Testing shell
04:52:54 08:52:54.890 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:52:54 08:52:54.899 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:54 08:52:54.899 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:55 08:52:55.162 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
04:52:55 08:52:55.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:55 08:52:55.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:55 08:52:55.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:55 08:52:55.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:55 08:52:55.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:55 08:52:55.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:55 08:52:55.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:52:55 08:52:55.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:52:55 08:52:55.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:55 08:52:55.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:52:55 08:52:55.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:55 08:52:55.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:55 08:52:55.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:55 08:52:55.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:55 08:52:55.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:55 08:52:55.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:55 08:52:55.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:55 08:52:55.407 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:52:55 08:52:55.407 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:52:55 08:52:55.408 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:52:55 08:52:55.408 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:55 08:52:55.408 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:55 08:52:55.408 INFO [main][AbstractShell] Close shell Testing shell
04:52:55 08:52:55.408 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:52:55 08:52:55.417 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:55 08:52:55.417 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:55 08:52:55.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:55 08:52:55.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:52:55 08:52:55.667 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
04:52:55 08:52:55.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:55 08:52:55.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:55 08:52:55.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:55 08:52:55.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:55 08:52:55.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:55 08:52:55.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:55 08:52:55.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:52:55 08:52:55.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:52:55 08:52:55.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:55 08:52:55.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:52:55 08:52:55.900 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
04:52:55 08:52:55.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:55 08:52:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:55 08:52:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:55 08:52:55.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:55 08:52:55.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:55 08:52:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:55 08:52:55.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:55 08:52:55.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:55 08:52:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:55 08:52:55.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:52:55 08:52:55.901 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
04:52:55 08:52:55.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:55 08:52:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:55 08:52:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:55 08:52:55.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:55 08:52:55.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:55 08:52:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:55 08:52:55.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
04:52:55 08:52:55.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
04:52:55 08:52:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:55 08:52:55.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
04:52:55 08:52:55.906 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
04:52:55 08:52:55.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:55 08:52:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:55 08:52:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:55 08:52:55.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:55 08:52:55.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:55 08:52:55.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:55 08:52:55.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:52:55 08:52:55.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:52:55 08:52:55.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:55 08:52:55.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:52:55 08:52:55.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:55 08:52:55.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:55 08:52:55.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:55 08:52:55.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:55 08:52:55.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:55 08:52:55.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:55 08:52:55.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:52:55 08:52:55.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:52:55 08:52:55.943 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:52:55 08:52:55.944 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:55 08:52:55.944 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:55 08:52:55.944 INFO [main][AbstractShell] Close shell Testing shell
04:52:55 08:52:55.944 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:52:55 08:52:55.953 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:55 08:52:55.953 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:56 08:52:56.217 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
04:52:56 08:52:56.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:56 08:52:56.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:56 08:52:56.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:56 08:52:56.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:56 08:52:56.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:56 08:52:56.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:52:56 08:52:56.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:52:56 08:52:56.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:52:56 08:52:56.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:52:56 08:52:56.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:52:56 08:52:56.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:52:56 08:52:56.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:56 08:52:56.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:56 08:52:56.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:52:56 08:52:56.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:52:56 08:52:56.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:52:56 08:52:56.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:52:56 08:52:56.466 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:52:56 08:52:56.466 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:52:56 08:52:56.466 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:52:56 08:52:56.467 DEBUG [main][AbstractWait] Waiting until shell is active...
04:52:56 08:52:56.467 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:52:56 08:52:56.467 INFO [main][AbstractShell] Close shell Testing shell
04:52:56 08:52:56.467 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:52:56 08:52:56.475 DEBUG [main][AbstractWait] Waiting while shell is available...
04:52:56 08:52:56.475 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:52:56 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.942 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest
04:52:56 testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 1.123 s
04:52:56 testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.602 s
04:52:56 testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.546 s
04:52:56 testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.517 s
04:52:56 testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.536 s
04:52:56 testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.522 s
04:52:56 Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:52:56 08:52:56.506 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
04:52:56 08:52:56.508 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
04:52:56 08:52:56.531 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
04:52:56 08:52:56.532 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
04:52:56 08:52:56.546 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:52:56 08:52:56.558 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:52:56 08:52:56.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:56 08:52:56.562 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:52:56 08:52:56.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
04:52:56 08:52:56.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
04:52:56 08:52:56.565 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
04:52:56 08:52:56.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:56 08:52:56.566 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:52:56 08:52:56.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:56 08:52:56.568 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:52:56 08:52:56.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:56 08:52:56.573 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:56 08:52:56.574 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:52:56 08:52:56.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:52:56 08:52:56.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:56 08:52:56.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:56 08:52:56.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:56 08:52:56.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:52:56 08:52:56.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:52:56 08:52:56.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:52:56 08:52:56.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:52:56 08:52:56.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:52:56 08:52:56.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:52:56 08:52:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:52:56 08:52:56.578 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it
04:52:56 08:52:56.578 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:52:57 08:52:57.078 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it
04:52:57 08:52:57.079 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:52:57 08:52:57.579 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it
04:52:57 08:52:57.579 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:52:58 08:52:58.079 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it
04:52:58 08:52:58.080 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:52:58 08:52:58.580 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it
04:52:58 08:52:58.580 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is not listed in considered jobs, ignore it
04:52:58 08:52:58.580 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it
04:52:58 08:52:58.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:52:59 08:52:59.581 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed
04:52:59 08:52:59.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:52:59 08:52:59.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:52:59 08:52:59.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:52:59 08:52:59.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:52:59 08:52:59.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:52:59 08:52:59.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:52:59 08:52:59.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:52:59 08:52:59.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:52:59 08:52:59.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:52:59 08:52:59.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:52:59 08:52:59.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:52:59 08:52:59.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:52:59 08:52:59.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:52:59 08:52:59.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:52:59 08:52:59.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:52:59 08:52:59.588 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:00 08:53:00.088 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:00 08:53:00.589 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:01 08:53:01.089 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:01 08:53:01.590 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:02 08:53:02.090 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:02 08:53:02.591 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:03 08:53:03.091 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:03 08:53:03.591 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:03 08:53:03.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown
04:53:04 08:53:04.598 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed
04:53:04 08:53:04.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:04 08:53:04.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:53:04 08:53:04.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:53:04 08:53:04.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:04 08:53:04.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:04 08:53:04.599 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:53:04 08:53:04.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:53:04 08:53:04.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:53:04 08:53:04.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:04 08:53:04.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:53:04 08:53:04.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:53:04 08:53:04.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:53:04 08:53:04.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:04 08:53:04.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:04 08:53:04.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:04 08:53:04.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:04 08:53:04.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:53:04 08:53:04.600 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:04 08:53:04.600 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:05 08:53:05.100 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:05 08:53:05.100 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:05 08:53:05.601 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:05 08:53:05.601 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:06 08:53:06.101 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:06 08:53:06.101 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:06 08:53:06.602 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:06 08:53:06.602 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:07 08:53:07.102 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:07 08:53:07.102 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:07 08:53:07.603 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:07 08:53:07.603 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:08 08:53:08.103 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:08 08:53:08.103 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:08 08:53:08.604 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:08 08:53:08.604 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:09 08:53:09.104 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:09 08:53:09.104 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:09 08:53:09.605 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:09 08:53:09.605 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:10 08:53:10.105 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:10 08:53:10.105 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:10 08:53:10.606 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
04:53:10 08:53:10.606 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is not listed in considered jobs, ignore it
04:53:10 08:53:10.606 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it
04:53:10 08:53:10.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:53:11 08:53:11.606 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed
04:53:11 08:53:11.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:11 08:53:11.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:53:11 08:53:11.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:53:11 08:53:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:11 08:53:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:11 08:53:11.607 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:53:11 08:53:11.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:53:11 08:53:11.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:53:11 08:53:11.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:11 08:53:11.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:53:11 08:53:11.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:53:11 08:53:11.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:53:11 08:53:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:11 08:53:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:11 08:53:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:12 08:53:12.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:12 08:53:12.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:12 08:53:12.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:12 08:53:12.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:12 08:53:12.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:12 08:53:12.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:53:12 08:53:12.109 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:12 08:53:12.109 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
04:53:12 08:53:12.109 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:12 08:53:12.609 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:12 08:53:12.609 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
04:53:12 08:53:12.609 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:13 08:53:13.110 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:13 08:53:13.110 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
04:53:13 08:53:13.110 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:13 08:53:13.610 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:13 08:53:13.610 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
04:53:13 08:53:13.610 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:14 08:53:14.111 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:14 08:53:14.111 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
04:53:14 08:53:14.111 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:14 08:53:14.611 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:14 08:53:14.611 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:15 08:53:15.112 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:15 08:53:15.112 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:15 08:53:15.612 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:15 08:53:15.612 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:16 08:53:16.113 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:16 08:53:16.113 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:16 08:53:16.613 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:16 08:53:16.613 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:17 08:53:17.113 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:17 08:53:17.114 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:17 08:53:17.614 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:17 08:53:17.614 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
04:53:18 08:53:18.114 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:18 08:53:18.115 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
04:53:18 08:53:18.615 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:18 08:53:18.615 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
04:53:19 08:53:19.115 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:19 08:53:19.116 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
04:53:19 08:53:19.616 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:19 08:53:19.616 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
04:53:20 08:53:20.116 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:20 08:53:20.116 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
04:53:20 08:53:20.617 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:20 08:53:20.617 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
04:53:21 08:53:21.117 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:21 08:53:21.117 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is not listed in considered jobs, ignore it
04:53:21 08:53:21.117 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it
04:53:21 08:53:21.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:53:22 08:53:22.118 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed
04:53:22 08:53:22.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:22 08:53:22.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:53:22 08:53:22.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:53:22 08:53:22.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:22 08:53:22.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:22 08:53:22.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:53:22 08:53:22.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:53:22 08:53:22.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:53:22 08:53:22.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:22 08:53:22.120 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:22 08:53:22.621 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:22 08:53:22.621 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:23 08:53:23.121 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:23 08:53:23.122 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:23 08:53:23.622 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:23 08:53:23.622 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:24 08:53:24.123 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:24 08:53:24.123 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:24 08:53:24.623 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:24 08:53:24.623 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:25 08:53:25.124 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:25 08:53:25.124 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:25 08:53:25.624 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:25 08:53:25.624 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:26 08:53:26.125 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:26 08:53:26.125 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:26 08:53:26.625 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:26 08:53:26.625 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:27 08:53:27.126 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:27 08:53:27.126 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:27 08:53:27.626 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:27 08:53:27.627 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
04:53:28 08:53:28.127 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
04:53:28 08:53:28.127 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
04:53:28 08:53:28.127 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is not listed in considered jobs, ignore it
04:53:28 08:53:28.127 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it
04:53:28 08:53:28.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:53:29 08:53:29.128 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed
04:53:30 08:53:30.128 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed
04:53:30 08:53:30.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:30 08:53:30.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:53:30 08:53:30.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:53:30 08:53:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:30 08:53:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:30 08:53:30.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:53:30 08:53:30.130 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:53:30 08:53:30.130 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:53:30 08:53:30.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:30 08:53:30.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:53:30 08:53:30.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:53:30 08:53:30.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:53:30 08:53:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
04:53:30 08:53:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
04:53:30 08:53:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:53:30 08:53:30.130 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:30 08:53:30.630 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:31 08:53:31.131 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:31 08:53:31.631 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
04:53:32 08:53:32.131 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Animation start' is a system job, skipped
04:53:32 08:53:32.132 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:53:32 08:53:32.132 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:53:32 08:53:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:53:32 08:53:32.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:32 08:53:32.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:53:32 08:53:32.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:53:32 08:53:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:32 08:53:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:32 08:53:32.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
04:53:32 08:53:32.134 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:32 08:53:32.134 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:53:32 08:53:32.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:53:32 08:53:32.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:32 08:53:32.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:32 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.63 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest
04:53:32 testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 3.013 s
04:53:32 testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 5.011 s
04:53:32 testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 7.008 s
04:53:32 testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 10.512 s
04:53:32 testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 8.01 s
04:53:32 testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 2.002 s
04:53:32 Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
04:53:32 08:53:32.144 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
04:53:32 08:53:32.147 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:53:32 08:53:32.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:53:32 08:53:32.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
04:53:32 08:53:32.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:53:32 08:53:32.148 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:53:32 08:53:32.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:53:32 08:53:32.148 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:53:32 08:53:32.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:53:32 08:53:32.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:53:32 08:53:32.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)
04:53:32 08:53:32.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
04:53:32 08:53:32.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:53:32 08:53:32.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:53:32 08:53:32.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:53:32 08:53:32.395 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
04:53:32 08:53:32.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:32 08:53:32.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:32 08:53:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:32 08:53:32.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:53:32 08:53:32.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:32 08:53:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:32 08:53:32.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
04:53:32 08:53:32.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
04:53:32 08:53:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:53:32 08:53:32.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
04:53:32 08:53:32.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:32 08:53:32.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:32 08:53:32.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:53:32 08:53:32.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:32 08:53:32.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:32 08:53:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:53:32 08:53:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:53:32 08:53:32.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:53:32 08:53:32.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:53:32 08:53:32.655 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:53:32 08:53:32.655 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:53:32 08:53:32.655 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:53:32 08:53:32.655 DEBUG [main][AbstractWait] Waiting until shell is active...
04:53:32 08:53:32.655 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:53:32 08:53:32.655 INFO [main][AbstractShell] Close shell Testing shell
04:53:32 08:53:32.655 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:53:32 08:53:32.664 DEBUG [main][AbstractWait] Waiting while shell is available...
04:53:32 08:53:32.664 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:53:32 08:53:32.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
04:53:32 08:53:32.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:53:32 08:53:32.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:53:32 08:53:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:32 08:53:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:32 08:53:32.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)
04:53:32 08:53:32.684 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:53:32 08:53:32.684 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)
04:53:32 08:53:32.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
04:53:32 08:53:32.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:53:32 08:53:32.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:53:32 08:53:32.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:53:32 08:53:32.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:53:32 08:53:32.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:32 08:53:32.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:32 08:53:32.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:32 08:53:32.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
04:53:32 08:53:32.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:32 08:53:32.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:32 08:53:32.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:32 08:53:32.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:53:32 08:53:32.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:53:32 08:53:32.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:53:32 08:53:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:32 08:53:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:32 08:53:32.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
04:53:32 08:53:32.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:32 08:53:32.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:32 08:53:32.755 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1
04:53:32 08:53:32.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
04:53:32 08:53:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:33 08:53:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:33 08:53:33.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
04:53:33 08:53:33.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
04:53:33 08:53:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:33 08:53:33.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:33 08:53:33.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
04:53:33 08:53:33.767 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1
04:53:33 08:53:33.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
04:53:33 08:53:33.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:34 08:53:34.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:34 08:53:34.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
04:53:34 08:53:34.268 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1
04:53:34 08:53:34.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
04:53:34 08:53:34.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:34 08:53:34.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:34 08:53:34.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
04:53:34 08:53:34.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
04:53:34 08:53:34.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:34 08:53:34.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed
04:53:34 08:53:34.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:34 08:53:34.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
04:53:34 08:53:34.772 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1
04:53:34 08:53:34.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
04:53:34 08:53:34.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:34 08:53:34.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed
04:53:34 08:53:34.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:34 08:53:34.773 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
04:53:34 08:53:34.773 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1
04:53:34 08:53:34.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
04:53:34 08:53:34.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:35 08:53:35.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:35 08:53:35.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
04:53:35 08:53:35.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
04:53:35 08:53:35.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:35 08:53:35.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:35 08:53:35.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
04:53:35 08:53:35.774 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1
04:53:35 08:53:35.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
04:53:35 08:53:35.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:36 08:53:36.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:36 08:53:36.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
04:53:36 08:53:36.275 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:53:36 08:53:36.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:53:36 08:53:36.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:36 08:53:36.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:36 08:53:36.776 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:53:36 08:53:36.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:53:36 08:53:36.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:36 08:53:36.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:53:36 08:53:36.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:36 08:53:36.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:53:36 08:53:36.779 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
04:53:36 08:53:36.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
04:53:36 08:53:36.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:36 08:53:36.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
04:53:36 08:53:36.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:36 08:53:36.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
04:53:36 08:53:36.779 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1
04:53:36 08:53:36.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:53:36 08:53:36.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:37 08:53:37.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:37 08:53:37.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:53:37 08:53:37.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:53:37 08:53:37.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:37 08:53:37.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:53:37 08:53:37.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:37 08:53:37.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:53:37 08:53:37.282 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1
04:53:37 08:53:37.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
04:53:37 08:53:37.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:37 08:53:37.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
04:53:37 08:53:37.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:37 08:53:37.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
04:53:37 08:53:37.283 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1
04:53:37 08:53:37.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
04:53:37 08:53:37.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:37 08:53:37.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:37 08:53:37.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
04:53:37 08:53:37.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
04:53:37 08:53:37.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:38 08:53:38.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:38 08:53:38.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
04:53:38 08:53:38.284 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1
04:53:38 08:53:38.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
04:53:38 08:53:38.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:38 08:53:38.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:38 08:53:38.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
04:53:38 08:53:38.785 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1
04:53:38 08:53:38.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
04:53:38 08:53:38.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:39 08:53:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:42 08:53:39.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
04:53:42 08:53:39.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
04:53:42 08:53:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:42 08:53:39.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:42 08:53:39.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
04:53:42 08:53:39.786 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1
04:53:42 08:53:39.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
04:53:42 08:53:39.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:53:42 08:53:40.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:53:42 08:53:40.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
04:53:42 08:53:40.287 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
04:53:42 08:53:40.287 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
04:53:42 08:53:40.287 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
04:53:42 08:53:40.288 DEBUG [main][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.288 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.288 INFO [main][AbstractShell] Close shell Testing shell
04:53:42 08:53:40.288 INFO [main][ShellHandler] Closing shell 'Testing shell'
04:53:42 08:53:40.291 DEBUG [main][AbstractWait] Waiting while shell is available...
04:53:42 08:53:40.292 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
04:53:42 08:53:40.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
04:53:42 08:53:40.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:53:42 08:53:40.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:53:42 08:53:40.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:42 08:53:40.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:42 08:53:40.310 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)
04:53:42 08:53:40.310 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
04:53:42 08:53:40.310 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:53:42 08:53:40.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:53:42 08:53:40.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:42 08:53:40.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.168 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
04:53:42 testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)  Time elapsed: 0.535 s
04:53:42 testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)  Time elapsed: 7.626 s
04:53:42 Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest
04:53:42 08:53:40.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available....
04:53:42 08:53:40.336 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
04:53:42 08:53:40.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell
04:53:42 08:53:40.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell
04:53:42 08:53:40.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell
04:53:42 08:53:40.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.336 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell
04:53:42 08:53:40.336 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell'
04:53:42 08:53:40.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:53:42 08:53:40.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:53:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest
04:53:42 testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest)  Time elapsed: 0.044 s
04:53:42 Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
04:53:42 08:53:40.368 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
04:53:42 08:53:40.368 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:53:42 08:53:40.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:53:42 08:53:40.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
04:53:42 08:53:40.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:53:42 08:53:40.369 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:53:42 08:53:40.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:53:42 08:53:40.369 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:53:42 08:53:40.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:53:42 08:53:40.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:53:42 08:53:40.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)
04:53:42 08:53:40.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
04:53:42 08:53:40.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:53:42 08:53:40.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:53:42 08:53:40.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:53:42 08:53:40.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:53:42 08:53:40.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:53:42 08:53:40.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:53:42 08:53:40.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:53:42 08:53:40.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:53:42 08:53:40.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:53:42 08:53:40.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:53:42 08:53:40.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:53:42 08:53:40.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:53:42 08:53:40.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:53:42 08:53:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:53:42 08:53:40.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:53:42 08:53:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:53:42 08:53:40.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:53:42 08:53:40.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:53:42 08:53:40.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:53:42 08:53:40.443 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
04:53:42 08:53:40.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:53:42 08:53:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:40.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:42 08:53:40.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:42 08:53:40.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:42 08:53:40.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:42 08:53:40.464 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:53:42 08:53:40.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:42 08:53:40.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:42 08:53:40.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:42 08:53:40.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:42 08:53:40.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:42 08:53:40.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:42 08:53:41.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:42 08:53:41.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:42 08:53:41.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:42 08:53:41.473 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:42 08:53:41.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:42 08:53:41.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:42 08:53:41.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:42 08:53:41.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:42 08:53:41.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:42 08:53:41.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:42 08:53:42.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:42 08:53:42.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:42 08:53:42.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:42 08:53:42.475 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:42 08:53:42.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:53:42 08:53:42.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:53:42 08:53:42.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:53:42 08:53:42.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:42 08:53:42.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:42 08:53:42.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:42 08:53:42.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:42 08:53:42.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:42 08:53:42.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:42 08:53:42.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:53:42 08:53:42.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:42 08:53:42.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:42 08:53:42.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:42 08:53:42.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:42 08:53:42.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:42 08:53:42.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:43 08:53:43.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:43 08:53:43.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:43 08:53:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:43 08:53:43.477 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:43 08:53:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:53:43 08:53:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:53:43 08:53:43.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:53:43 08:53:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:43 08:53:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:43 08:53:43.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:43 08:53:43.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:43 08:53:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:43 08:53:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:43 08:53:43.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:53:43 08:53:43.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:43 08:53:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:43 08:53:43.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:43 08:53:43.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:43 08:53:43.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:43 08:53:43.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:44 08:53:44.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:44 08:53:44.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:44 08:53:44.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:44 08:53:44.479 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:44 08:53:44.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:53:44 08:53:44.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:53:44 08:53:44.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:53:44 08:53:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:44 08:53:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:44 08:53:44.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:44 08:53:44.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:44 08:53:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:44 08:53:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:44 08:53:44.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:53:44 08:53:44.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:44 08:53:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:44 08:53:44.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:44 08:53:44.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:44 08:53:44.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:44 08:53:44.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:45 08:53:45.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:45 08:53:45.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:45 08:53:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:45 08:53:45.481 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:45 08:53:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:53:45 08:53:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:53:45 08:53:45.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:53:45 08:53:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:45 08:53:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:45 08:53:45.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:45 08:53:45.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:45 08:53:45.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:45 08:53:45.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:45 08:53:45.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:53:45 08:53:45.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:45 08:53:45.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:45 08:53:45.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:45 08:53:45.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:45 08:53:45.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:45 08:53:45.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:46 08:53:46.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:46 08:53:46.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:46 08:53:46.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:46 08:53:46.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:46 08:53:46.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:46 08:53:46.983 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:46 08:53:46.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:53:46 08:53:46.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
04:53:46 08:53:46.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:53:46 08:53:46.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:46 08:53:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:46 08:53:46.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
04:53:46 08:53:46.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:46 08:53:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:46 08:53:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:46 08:53:46.984 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:53:46 08:53:46.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:46 08:53:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:46 08:53:46.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:46 08:53:46.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:47 08:53:47.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:47 08:53:47.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:47 08:53:47.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:48 08:53:47.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:48 08:53:47.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:48 08:53:47.993 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:48 08:53:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:53:48 08:53:47.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
04:53:48 08:53:47.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:53:48 08:53:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:48 08:53:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:48 08:53:47.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:48 08:53:47.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:48 08:53:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:48 08:53:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:48 08:53:47.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:53:48 08:53:47.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:48 08:53:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:48 08:53:47.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:48 08:53:47.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:48 08:53:48.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:48 08:53:48.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:48 08:53:48.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:48 08:53:48.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:48 08:53:48.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:48 08:53:48.995 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:48 08:53:48.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:53:48 08:53:48.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:53:48 08:53:48.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:53:48 08:53:48.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:48 08:53:48.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:48 08:53:48.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:48 08:53:48.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:48 08:53:48.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:49 08:53:48.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:49 08:53:48.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:53:49 08:53:48.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:49 08:53:48.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:49 08:53:48.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:49 08:53:48.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:49 08:53:49.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:49 08:53:49.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:49 08:53:49.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:49 08:53:49.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:49 08:53:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:49 08:53:49.997 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:49 08:53:49.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:49 08:53:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:50 08:53:49.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:50 08:53:49.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:50 08:53:50.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:50 08:53:50.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:50 08:53:50.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:51 08:53:50.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:51 08:53:50.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:51 08:53:50.998 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:51 08:53:50.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:51 08:53:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:51 08:53:50.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:51 08:53:50.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:51 08:53:51.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:51 08:53:51.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:52 08:53:52.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:52 08:53:52.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:52 08:53:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:52 08:53:52.000 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:52 08:53:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:53:52 08:53:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:53:52 08:53:52.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:53:52 08:53:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:52 08:53:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:52 08:53:52.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:52 08:53:52.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:52 08:53:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:52 08:53:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:52 08:53:52.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:53:52 08:53:52.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:52 08:53:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:52 08:53:52.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:52 08:53:52.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:52 08:53:52.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:52 08:53:52.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:53 08:53:53.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:53 08:53:53.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:53 08:53:53.002 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:53 08:53:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:53 08:53:53.003 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:53:53 08:53:53.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:53 08:53:53.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:53 08:53:53.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:53 08:53:53.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:53 08:53:53.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:53 08:53:53.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:54 08:53:54.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:54 08:53:54.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:54 08:53:54.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:54 08:53:54.025 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:54 08:53:54.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:54 08:53:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:54 08:53:54.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:54 08:53:54.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:54 08:53:54.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:54 08:53:54.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:55 08:53:55.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:55 08:53:55.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:55 08:53:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:55 08:53:55.026 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:55 08:53:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:55 08:53:55.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:55 08:53:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:55 08:53:55.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:55 08:53:55.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:55 08:53:55.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:55 08:53:55.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:56 08:53:56.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:56 08:53:56.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:56 08:53:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:56 08:53:56.028 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:56 08:53:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:53:56 08:53:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:53:56 08:53:56.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:53:56 08:53:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:56 08:53:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:56 08:53:56.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:56 08:53:56.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:56 08:53:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:56 08:53:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:56 08:53:56.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:53:56 08:53:56.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:56 08:53:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:56 08:53:56.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:56 08:53:56.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:56 08:53:56.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:56 08:53:56.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:57 08:53:57.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:57 08:53:57.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:57 08:53:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:57 08:53:57.030 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:57 08:53:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:53:57 08:53:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:53:57 08:53:57.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:53:57 08:53:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:57 08:53:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:57 08:53:57.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:57 08:53:57.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:57 08:53:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:57 08:53:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:57 08:53:57.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:53:57 08:53:57.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:57 08:53:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:57 08:53:57.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:57 08:53:57.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:57 08:53:57.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:57 08:53:57.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:58 08:53:58.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:58 08:53:58.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:58 08:53:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:58 08:53:58.032 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:58 08:53:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:58 08:53:58.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:58 08:53:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:58 08:53:58.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:58 08:53:58.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:58 08:53:58.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:58 08:53:58.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:59 08:53:59.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:59 08:53:59.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:59 08:53:59.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:53:59 08:53:59.034 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:53:59 08:53:59.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:53:59 08:53:59.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
04:53:59 08:53:59.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:53:59 08:53:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:53:59 08:53:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:53:59 08:53:59.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:53:59 08:53:59.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:53:59 08:53:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:53:59 08:53:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:53:59 08:53:59.035 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:53:59 08:53:59.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:53:59 08:53:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:53:59 08:53:59.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:59 08:53:59.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:53:59 08:53:59.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:53:59 08:53:59.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:00 08:54:00.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:00 08:54:00.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:00 08:54:00.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:00 08:54:00.043 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:00 08:54:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:00 08:54:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:00 08:54:00.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:00 08:54:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:00 08:54:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:00 08:54:00.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:00 08:54:00.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:00 08:54:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:00 08:54:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:00 08:54:00.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:00 08:54:00.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:00 08:54:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:00 08:54:00.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:00 08:54:00.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:00 08:54:00.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:00 08:54:00.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:01 08:54:01.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:01 08:54:01.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:01 08:54:01.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:01 08:54:01.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:01 08:54:01.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:01 08:54:01.545 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:01 08:54:01.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:01 08:54:01.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:01 08:54:01.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:01 08:54:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:01 08:54:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:01 08:54:01.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:01 08:54:01.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:01 08:54:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:01 08:54:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:01 08:54:01.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:01 08:54:01.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:01 08:54:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:01 08:54:01.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:01 08:54:01.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:02 08:54:02.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:02 08:54:02.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:02 08:54:02.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:02 08:54:02.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:02 08:54:02.547 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:02 08:54:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:02 08:54:02.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:02 08:54:02.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:02 08:54:02.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:02 08:54:02.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:02 08:54:02.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:03 08:54:03.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:03 08:54:03.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:03 08:54:03.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:03 08:54:03.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:04 08:54:04.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:04 08:54:04.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:04 08:54:04.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:04 08:54:04.049 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:04 08:54:04.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:04 08:54:04.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:04 08:54:04.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:04 08:54:04.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:04 08:54:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:04 08:54:04.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:04 08:54:04.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:04 08:54:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:04 08:54:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:04 08:54:04.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:04 08:54:04.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:04 08:54:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:04 08:54:04.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:04 08:54:04.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:04 08:54:04.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:04 08:54:04.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:05 08:54:05.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:05 08:54:05.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:05 08:54:05.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:05 08:54:05.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:05 08:54:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:05 08:54:05.551 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:05 08:54:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:05 08:54:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:05 08:54:05.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:05 08:54:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:05 08:54:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:05 08:54:05.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:05 08:54:05.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:05 08:54:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:05 08:54:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:05 08:54:05.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:05 08:54:05.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:05 08:54:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:05 08:54:05.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:05 08:54:05.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:06 08:54:06.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:06 08:54:06.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:06 08:54:06.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:06 08:54:06.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:06 08:54:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:06 08:54:06.553 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:06 08:54:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:06 08:54:06.553 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
04:54:06 08:54:06.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:06 08:54:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:06 08:54:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:06 08:54:06.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
04:54:06 08:54:06.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:06 08:54:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:06 08:54:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:06 08:54:06.554 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:06 08:54:06.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:06 08:54:06.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:06 08:54:06.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:06 08:54:06.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:07 08:54:07.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:07 08:54:07.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:07 08:54:07.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:07 08:54:07.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:07 08:54:07.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:07 08:54:07.564 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:07 08:54:07.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:07 08:54:07.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:07 08:54:07.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:07 08:54:07.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:08 08:54:08.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:08 08:54:08.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:08 08:54:08.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:08 08:54:08.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:08 08:54:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:08 08:54:08.566 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:08 08:54:08.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:08 08:54:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:08 08:54:08.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:08 08:54:08.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:09 08:54:09.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:09 08:54:09.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:09 08:54:09.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:09 08:54:09.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:09 08:54:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:09 08:54:09.567 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:09 08:54:09.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:09 08:54:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:09 08:54:09.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:09 08:54:09.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:10 08:54:10.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:10 08:54:10.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:10 08:54:10.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:10 08:54:10.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:10 08:54:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:10 08:54:10.569 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:10 08:54:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:10 08:54:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:10 08:54:10.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:10 08:54:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:10 08:54:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:10 08:54:10.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
04:54:10 08:54:10.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:10 08:54:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:10 08:54:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:10 08:54:10.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:10 08:54:10.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:10 08:54:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:10 08:54:10.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:10 08:54:10.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:11 08:54:11.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:11 08:54:11.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:11 08:54:11.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:11 08:54:11.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:11 08:54:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:11 08:54:11.571 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:11 08:54:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:11 08:54:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:11 08:54:11.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:11 08:54:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:11 08:54:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:11 08:54:11.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
04:54:11 08:54:11.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:11 08:54:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:11 08:54:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:11 08:54:11.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:11 08:54:11.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:11 08:54:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:11 08:54:11.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:11 08:54:11.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:12 08:54:12.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:12 08:54:12.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:12 08:54:12.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:12 08:54:12.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:12 08:54:12.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:12 08:54:12.573 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:12 08:54:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:12 08:54:12.598 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
04:54:12 08:54:12.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:12 08:54:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:12 08:54:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:12 08:54:12.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:12 08:54:12.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:12 08:54:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:12 08:54:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:12 08:54:12.599 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:12 08:54:12.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:12 08:54:12.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:12 08:54:12.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:12 08:54:12.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:13 08:54:13.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:13 08:54:13.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:13 08:54:13.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:13 08:54:13.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:13 08:54:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:13 08:54:13.619 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:13 08:54:13.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:13 08:54:13.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:13 08:54:13.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:13 08:54:13.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:13 08:54:13.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:13 08:54:13.631 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
04:54:13 08:54:13.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:13 08:54:13.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:13 08:54:13.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:13 08:54:13.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
04:54:13 08:54:13.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:13 08:54:13.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:13 08:54:13.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:13 08:54:13.651 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:13 08:54:13.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:13 08:54:13.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:13 08:54:13.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:13 08:54:13.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:14 08:54:14.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:14 08:54:14.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:14 08:54:14.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:14 08:54:14.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:14 08:54:14.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:14 08:54:14.655 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:14 08:54:14.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:14 08:54:14.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:14 08:54:14.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:14 08:54:14.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:14 08:54:14.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:14 08:54:14.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
04:54:14 08:54:14.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:14 08:54:14.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:14 08:54:14.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:14 08:54:14.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:14 08:54:14.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:14 08:54:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:14 08:54:14.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:14 08:54:14.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:14 08:54:14.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:14 08:54:14.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:14 08:54:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:14 08:54:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:14 08:54:14.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:14 08:54:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:14 08:54:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:14 08:54:14.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:14 08:54:14.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:14 08:54:14.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:14 08:54:14.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:14 08:54:14.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:14 08:54:14.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:14 08:54:14.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:14 08:54:14.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:14 08:54:14.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:15 08:54:15.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:15 08:54:15.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:15 08:54:15.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:15 08:54:15.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:15 08:54:15.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:15 08:54:15.667 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:15 08:54:15.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
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:15 08:54:15.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:15 08:54:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:15 08:54:15.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:15 08:54:15.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:16 08:54:16.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:16 08:54:16.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:16 08:54:16.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:16 08:54:16.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:16 08:54:16.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:16 08:54:16.669 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:16 08:54:16.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:16 08:54:16.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
04:54:16 08:54:16.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:16 08:54:16.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:16 08:54:16.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:16 08:54:16.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
04:54:16 08:54:16.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:16 08:54:16.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:16 08:54:16.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:16 08:54:16.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:16 08:54:16.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:16 08:54:16.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:16 08:54:16.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:16 08:54:16.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:17 08:54:17.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:17 08:54:17.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:17 08:54:17.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:17 08:54:17.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:17 08:54:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:17 08:54:17.670 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:17 08:54:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:17 08:54:17.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:17 08:54:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:17 08:54:17.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:17 08:54:17.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:18 08:54:18.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:18 08:54:18.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:18 08:54:18.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:18 08:54:18.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:18 08:54:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:18 08:54:18.672 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:18 08:54:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:18 08:54:18.672 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
04:54:18 08:54:18.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:18 08:54:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:18 08:54:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:18 08:54:18.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
04:54:18 08:54:18.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:18 08:54:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:18 08:54:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:18 08:54:18.673 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:18 08:54:18.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:18 08:54:18.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:18 08:54:18.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:18 08:54:18.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:19 08:54:19.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:19 08:54:19.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:19 08:54:19.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:19 08:54:19.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:19 08:54:19.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:19 08:54:19.695 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:19 08:54:19.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
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:19 08:54:19.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:19 08:54:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:19 08:54:19.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:19 08:54:19.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:19 08:54:19.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:19 08:54:19.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:19 08:54:19.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:19 08:54:19.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:19 08:54:19.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:19 08:54:19.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:20 08:54:20.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:20 08:54:20.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:20 08:54:20.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:20 08:54:20.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:20 08:54:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:20 08:54:20.705 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:20 08:54:20.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:20 08:54:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:20 08:54:20.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:20 08:54:20.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:21 08:54:21.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:21 08:54:21.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:21 08:54:21.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:21 08:54:21.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:21 08:54:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:21 08:54:21.706 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:21 08:54:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:21 08:54:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:21 08:54:21.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:21 08:54:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:21 08:54:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:21 08:54:21.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
04:54:21 08:54:21.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:21 08:54:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:21 08:54:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:21 08:54:21.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:21 08:54:21.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:21 08:54:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:21 08:54:21.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:21 08:54:21.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:22 08:54:22.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:22 08:54:22.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:22 08:54:22.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:22 08:54:22.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:22 08:54:22.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:22 08:54:22.708 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:22 08:54:22.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:22 08:54:22.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:22 08:54:22.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:22 08:54:22.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:22 08:54:22.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:23 08:54:23.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:23 08:54:23.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:23 08:54:23.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:23 08:54:23.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:23 08:54:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:23 08:54:23.710 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:23 08:54:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:23 08:54:23.710 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
04:54:23 08:54:23.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:23 08:54:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:23 08:54:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:23 08:54:23.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:23 08:54:23.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:23 08:54:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:23 08:54:23.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:23 08:54:23.711 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:23 08:54:23.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:23 08:54:23.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:23 08:54:23.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:23 08:54:23.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:24 08:54:24.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:24 08:54:24.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:24 08:54:24.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:24 08:54:24.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:24 08:54:24.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:24 08:54:24.719 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:24 08:54:24.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
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:24 08:54:24.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:24 08:54:24.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:24 08:54:24.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:24 08:54:24.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:24 08:54:24.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:24 08:54:24.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:24 08:54:24.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:24 08:54:24.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:24 08:54:24.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:25 08:54:25.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:25 08:54:25.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:25 08:54:25.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:25 08:54:25.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:25 08:54:25.728 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:25 08:54:25.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:25 08:54:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:25 08:54:25.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:25 08:54:25.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:26 08:54:26.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:26 08:54:26.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:26 08:54:26.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:26 08:54:26.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:26 08:54:26.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:26 08:54:26.730 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:26 08:54:26.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:26 08:54:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:26 08:54:26.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:26 08:54:26.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:27 08:54:27.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:27 08:54:27.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:27 08:54:27.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:27 08:54:27.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:27 08:54:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:27 08:54:27.731 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:27 08:54:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:27 08:54:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:27 08:54:27.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:27 08:54:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:27 08:54:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:27 08:54:27.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:27 08:54:27.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:27 08:54:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:27 08:54:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:27 08:54:27.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:27 08:54:27.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:27 08:54:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:27 08:54:27.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:27 08:54:27.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:28 08:54:28.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:28 08:54:28.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:28 08:54:28.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:28 08:54:28.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:28 08:54:28.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:28 08:54:28.733 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:28 08:54:28.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:28 08:54:28.733 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
04:54:28 08:54:28.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:28 08:54:28.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:28 08:54:28.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:28 08:54:28.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:28 08:54:28.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:28 08:54:28.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:28 08:54:28.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:28 08:54:28.733 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:28 08:54:28.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:28 08:54:28.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:28 08:54:28.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:28 08:54:28.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:29 08:54:29.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:29 08:54:29.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:29 08:54:29.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:29 08:54:29.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:29 08:54:29.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:29 08:54:29.742 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:29 08:54:29.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:29 08:54:29.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:29 08:54:29.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:29 08:54:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:29 08:54:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:29 08:54:29.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:29 08:54:29.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:29 08:54:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:29 08:54:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:29 08:54:29.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:29 08:54:29.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:29 08:54:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:29 08:54:29.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:29 08:54:29.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:29 08:54:29.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:29 08:54:29.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:29 08:54:29.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:29 08:54:29.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:29 08:54:29.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:29 08:54:29.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:29 08:54:29.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:29 08:54:29.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:29 08:54:29.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:29 08:54:29.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:29 08:54:29.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:29 08:54:29.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:29 08:54:29.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:29 08:54:29.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:29 08:54:29.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:29 08:54:29.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:30 08:54:30.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:30 08:54:30.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:30 08:54:30.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:30 08:54:30.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:30 08:54:30.753 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:30 08:54:30.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:30 08:54:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:30 08:54:30.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:30 08:54:30.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:31 08:54:31.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:31 08:54:31.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:31 08:54:31.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:31 08:54:31.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:31 08:54:31.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:31 08:54:31.754 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:31 08:54:31.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:31 08:54:31.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:31 08:54:31.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:31 08:54:31.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:31 08:54:31.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:31 08:54:31.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
04:54:31 08:54:31.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:31 08:54:31.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:31 08:54:31.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:31 08:54:31.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:31 08:54:31.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:31 08:54:31.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:31 08:54:31.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:31 08:54:31.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:32 08:54:32.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:32 08:54:32.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:32 08:54:32.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:32 08:54:32.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:32 08:54:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:32 08:54:32.756 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:32 08:54:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:32 08:54:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:32 08:54:32.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:32 08:54:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:32 08:54:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:32 08:54:32.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:32 08:54:32.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:32 08:54:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:32 08:54:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:32 08:54:32.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:32 08:54:32.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:32 08:54:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:32 08:54:32.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:32 08:54:32.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:33 08:54:33.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:33 08:54:33.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:33 08:54:33.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:33 08:54:33.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:33 08:54:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:33 08:54:33.758 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:33 08:54:33.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:33 08:54:33.761 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
04:54:33 08:54:33.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:33 08:54:33.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:33 08:54:33.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:33 08:54:33.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
04:54:33 08:54:33.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:33 08:54:33.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:33 08:54:33.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:33 08:54:33.761 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:33 08:54:33.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:33 08:54:33.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:33 08:54:33.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:33 08:54:33.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:34 08:54:34.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:34 08:54:34.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:34 08:54:34.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:34 08:54:34.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:34 08:54:34.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:34 08:54:34.770 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:34 08:54:34.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:34 08:54:34.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:34 08:54:34.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:34 08:54:34.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:34 08:54:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:34 08:54:34.776 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
04:54:34 08:54:34.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:34 08:54:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:34 08:54:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:34 08:54:34.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:34 08:54:34.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:34 08:54:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:34 08:54:34.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:34 08:54:34.776 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:34 08:54:34.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:34 08:54:34.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:34 08:54:34.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:34 08:54:34.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:35 08:54:35.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:35 08:54:35.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:35 08:54:35.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:35 08:54:35.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:35 08:54:35.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:35 08:54:35.783 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:35 08:54:35.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:35 08:54:35.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:35 08:54:35.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:35 08:54:35.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:35 08:54:35.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:35 08:54:35.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:35 08:54:35.783 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:35 08:54:35.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:35 08:54:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:35 08:54:35.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:35 08:54:35.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:35 08:54:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:35 08:54:35.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:35 08:54:35.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:35 08:54:35.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:35 08:54:35.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:35 08:54:35.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:35 08:54:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:35 08:54:35.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:35 08:54:35.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:36 08:54:36.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:36 08:54:36.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:36 08:54:36.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:36 08:54:36.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:36 08:54:36.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:36 08:54:36.790 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:36 08:54:36.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:36 08:54:36.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:36 08:54:36.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:36 08:54:36.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:36 08:54:36.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:36 08:54:36.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
04:54:36 08:54:36.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:36 08:54:36.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:36 08:54:36.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:36 08:54:36.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:36 08:54:36.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:36 08:54:36.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:36 08:54:36.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:36 08:54:36.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:37 08:54:37.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:37 08:54:37.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:37 08:54:37.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:37 08:54:37.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:37 08:54:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:37 08:54:37.792 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:37 08:54:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:37 08:54:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:37 08:54:37.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:37 08:54:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:37 08:54:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:37 08:54:37.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:37 08:54:37.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:37 08:54:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:37 08:54:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:37 08:54:37.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:37 08:54:37.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:37 08:54:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:37 08:54:37.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:37 08:54:37.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:37 08:54:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:37 08:54:37.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:37 08:54:37.796 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
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:37 08:54:37.796 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:37 08:54:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:37 08:54:37.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:37 08:54:37.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:38 08:54:38.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:38.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:38.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:38.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:43 08:54:38.799 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:43 08:54:38.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:43 08:54:38.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:43 08:54:38.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:43 08:54:38.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:43 08:54:38.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:43 08:54:38.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:43 08:54:38.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:43 08:54:38.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:43 08:54:38.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:43 08:54:38.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:43 08:54:38.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:43 08:54:38.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:43 08:54:38.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:38.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:43 08:54:38.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:43 08:54:38.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:43 08:54:38.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:43 08:54:38.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:43 08:54:38.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:43 08:54:38.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:43 08:54:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:43 08:54:38.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:43 08:54:38.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:43 08:54:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:43 08:54:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:43 08:54:38.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:43 08:54:38.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:43 08:54:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:43 08:54:38.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:38.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:39.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:39.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:39.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:39.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:43 08:54:39.809 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:43 08:54:39.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:43 08:54:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:43 08:54:39.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:39.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:40.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:40.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:40.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:40.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:40.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:43 08:54:40.810 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:43 08:54:40.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:43 08:54:40.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:43 08:54:40.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:43 08:54:40.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:40.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:43 08:54:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:43 08:54:40.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:43 08:54:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:43 08:54:40.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:40.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:41.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:41.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:41.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:41.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:41.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:43 08:54:41.815 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:43 08:54:41.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:43 08:54:41.822 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
04:54:43 08:54:41.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:43 08:54:41.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:43 08:54:41.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:43 08:54:41.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:43 08:54:41.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:43 08:54:41.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:43 08:54:41.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:43 08:54:41.843 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:43 08:54:41.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:43 08:54:41.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:43 08:54:41.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:41.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:42.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:42.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:42.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:42.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:42.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:43 08:54:42.850 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:43 08:54:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:43 08:54:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:43 08:54:42.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:43 08:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:43 08:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:43 08:54:42.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
04:54:43 08:54:42.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:43 08:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:43 08:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:43 08:54:42.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:43 08:54:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:43 08:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:43 08:54:42.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:42.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:43 08:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:43 08:54:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:43 08:54:42.863 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:43 08:54:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:43 08:54:42.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:42.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:43.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:43.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:43.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:43.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:43 08:54:43.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:43 08:54:43.864 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:43 08:54:43.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:43 08:54:43.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:43 08:54:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:43 08:54:43.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:43 08:54:43.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:44 08:54:44.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:44 08:54:44.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:44 08:54:44.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:44 08:54:44.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:44 08:54:44.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:44 08:54:44.866 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:44 08:54:44.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:44 08:54:44.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:44 08:54:44.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:44 08:54:44.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:44 08:54:44.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:44 08:54:44.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:44 08:54:44.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:44 08:54:44.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:44 08:54:44.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:45 08:54:45.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:45 08:54:45.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:45 08:54:45.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:45 08:54:45.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:45 08:54:45.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:45 08:54:45.872 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:45 08:54:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:45 08:54:45.872 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
04:54:45 08:54:45.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:45 08:54:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:45 08:54:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:45 08:54:45.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
04:54:45 08:54:45.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:45 08:54:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:45 08:54:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:45 08:54:45.872 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:45 08:54:45.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:45 08:54:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:45 08:54:45.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:45 08:54:45.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:46 08:54:46.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:46 08:54:46.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:46 08:54:46.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:46 08:54:46.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:46 08:54:46.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:46 08:54:46.886 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:46 08:54:46.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
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:46 08:54:46.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:46 08:54:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:46 08:54:46.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:46 08:54:46.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:46 08:54:46.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:46 08:54:46.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:46 08:54:46.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:46 08:54:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:46 08:54:46.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:46 08:54:46.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:47 08:54:47.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:47 08:54:47.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:47 08:54:47.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:47 08:54:47.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:47 08:54:47.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:47 08:54:47.893 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:47 08:54:47.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:47 08:54:47.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:47 08:54:47.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:47 08:54:47.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:47 08:54:47.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:47 08:54:47.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:47 08:54:47.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:47 08:54:47.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:47 08:54:47.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:47 08:54:47.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:47 08:54:47.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:47 08:54:47.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:47 08:54:47.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:47 08:54:47.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:48 08:54:48.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:48 08:54:48.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:48 08:54:48.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:48 08:54:48.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:48 08:54:48.895 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:48 08:54:48.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
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:48 08:54:48.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:48 08:54:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:48 08:54:48.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:48 08:54:48.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:48 08:54:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:48 08:54:48.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:48 08:54:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:48 08:54:48.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:48 08:54:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:48 08:54:48.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:48 08:54:48.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:49 08:54:49.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:49 08:54:49.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:49 08:54:49.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:49 08:54:49.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:49 08:54:49.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:49 08:54:49.900 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:49 08:54:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:49 08:54:49.902 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
04:54:49 08:54:49.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:49 08:54:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:49 08:54:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:49 08:54:49.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:49 08:54:49.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:49 08:54:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:49 08:54:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:49 08:54:49.903 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:49 08:54:49.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:49 08:54:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:49 08:54:49.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:49 08:54:49.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:50 08:54:50.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:50 08:54:50.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:50 08:54:50.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:50 08:54:50.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:50 08:54:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:50 08:54:50.911 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:50 08:54:50.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:50 08:54:50.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:50 08:54:50.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:50 08:54:50.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:50 08:54:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:50 08:54:50.916 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
04:54:50 08:54:50.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:50 08:54:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:50 08:54:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:50 08:54:50.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:50 08:54:50.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:50 08:54:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:50 08:54:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:50 08:54:50.916 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:50 08:54:50.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:50 08:54:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:50 08:54:50.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:50 08:54:50.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:51 08:54:51.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:51 08:54:51.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:51 08:54:51.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:51 08:54:51.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:51 08:54:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:51 08:54:51.923 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:51 08:54:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:51 08:54:51.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
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:51 08:54:51.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:51 08:54:51.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:51 08:54:51.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:51 08:54:51.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:51 08:54:51.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:51 08:54:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:51 08:54:51.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:51 08:54:51.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:52 08:54:52.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:52 08:54:52.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:52 08:54:52.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:52 08:54:52.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:52 08:54:52.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:52 08:54:52.930 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:52 08:54:52.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:52 08:54:52.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:52 08:54:52.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:52 08:54:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:52 08:54:52.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
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:52 08:54:52.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:52 08:54:52.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:52 08:54:52.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:52 08:54:52.934 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
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:52 08:54:52.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
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:52 08:54:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:52 08:54:52.935 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:52 08:54:52.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:52 08:54:52.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:52 08:54:52.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:52 08:54:52.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:53 08:54:53.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:53 08:54:53.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:53 08:54:53.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:53 08:54:53.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:53 08:54:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:53 08:54:53.962 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:53 08:54:53.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:53 08:54:53.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:53 08:54:53.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:53 08:54:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:53 08:54:53.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:53 08:54:53.968 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:53 08:54:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:53 08:54:53.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:53 08:54:53.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:54 08:54:54.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:54 08:54:54.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:54 08:54:54.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:54 08:54:54.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:54 08:54:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:54 08:54:54.969 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:54 08:54:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:54 08:54:54.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:54 08:54:54.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:54 08:54:54.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:54 08:54:54.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:54 08:54:54.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:54 08:54:54.973 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
04:54:54 08:54:54.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:54 08:54:54.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:54 08:54:54.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:54 08:54:54.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:54 08:54:54.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:54 08:54:54.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:54 08:54:54.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:54 08:54:54.974 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:54 08:54:54.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:54 08:54:54.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:54 08:54:54.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:54 08:54:54.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:55 08:54:55.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:55 08:54:55.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:55 08:54:55.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:55 08:54:55.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:55 08:54:55.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:55 08:54:55.981 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:55 08:54:55.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:55 08:54:55.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:55 08:54:55.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:55 08:54:55.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:55 08:54:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:55 08:54:55.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:55 08:54:55.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:55 08:54:55.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:55 08:54:55.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:55 08:54:55.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:56 08:54:56.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:56 08:54:56.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:56 08:54:56.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:56 08:54:56.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:56 08:54:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:56 08:54:56.989 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:56 08:54:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:56 08:54:56.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
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:56 08:54:56.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:56 08:54:56.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:56 08:54:56.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:56 08:54:56.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:56 08:54:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:56 08:54:56.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
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:56 08:54:56.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:56 08:54:56.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:56 08:54:56.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:56 08:54:56.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
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:56 08:54:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:56 08:54:56.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:54:56 08:54:56.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:56 08:54:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:56 08:54:56.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:56 08:54:56.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:57 08:54:57.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:57 08:54:57.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:57 08:54:57.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:57 08:54:57.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:57 08:54:57.995 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:54:57 08:54:57.995 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
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:57 08:54:57.995 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:54:57 08:54:57.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:57 08:54:57.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:57 08:54:57.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:58 08:54:58.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:58 08:54:58.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:58 08:54:58.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:59 08:54:59.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:59 08:54:59.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:59 08:54:59.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:54:59 08:54:59.003 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:54:59 08:54:59.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:54:59 08:54:59.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:54:59 08:54:59.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:54:59 08:54:59.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:59 08:54:59.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:59 08:54:59.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:59 08:54:59.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:59 08:54:59.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:59 08:54:59.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:59 08:54:59.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:54:59 08:54:59.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:59 08:54:59.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:59 08:54:59.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:59 08:54:59.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:54:59 08:54:59.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:54:59 08:54:59.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:54:59 08:54:59.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:54:59 08:54:59.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:54:59 08:54:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:54:59 08:54:59.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:59 08:54:59.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:54:59 08:54:59.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:54:59 08:54:59.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:00 08:55:00.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:00 08:55:00.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:00 08:55:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:00 08:55:00.010 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:00 08:55:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:00 08:55:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:00 08:55:00.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:00 08:55:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:00 08:55:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:00 08:55:00.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:00 08:55:00.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:00 08:55:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:00 08:55:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:00 08:55:00.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:00 08:55:00.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:00 08:55:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:00 08:55:00.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:00 08:55:00.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:00 08:55:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:00 08:55:00.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:00 08:55:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:00 08:55:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:00 08:55:00.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:00 08:55:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:00 08:55:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:00 08:55:00.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:00 08:55:00.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:00 08:55:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:00 08:55:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:00 08:55:00.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:00 08:55:00.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:00 08:55:00.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:00 08:55:00.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:00 08:55:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:00 08:55:00.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:00 08:55:00.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:00 08:55:00.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:00 08:55:00.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:01 08:55:01.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:01 08:55:01.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:01 08:55:01.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:01 08:55:01.015 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:01 08:55:01.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....
04:55:01 08:55:01.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
04:55:01 08:55:01.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:01 08:55:01.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:01 08:55:01.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:01 08:55:01.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
04:55:01 08:55:01.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:01 08:55:01.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:01 08:55:01.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:01 08:55:01.018 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:01 08:55:01.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:01 08:55:01.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:01 08:55:01.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:01 08:55:01.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:01 08:55:01.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:01 08:55:01.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:02 08:55:02.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:02 08:55:02.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:02 08:55:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:02 08:55:02.025 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:02 08:55:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:02 08:55:02.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:02 08:55:02.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:02 08:55:02.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:02 08:55:02.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:02 08:55:02.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:02 08:55:02.031 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
04:55:02 08:55:02.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:02 08:55:02.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:02 08:55:02.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:02 08:55:02.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:02 08:55:02.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:02 08:55:02.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:02 08:55:02.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:02 08:55:02.031 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:02 08:55:02.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:02 08:55:02.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:02 08:55:02.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:02 08:55:02.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:02 08:55:02.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:02 08:55:02.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:03 08:55:03.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:03 08:55:03.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:03 08:55:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:03 08:55:03.038 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:03 08:55:03.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:03 08:55:03.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:03 08:55:03.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:03 08:55:03.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:03 08:55:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:03 08:55:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:03 08:55:03.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:03 08:55:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:03 08:55:03.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:03 08:55:03.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:03 08:55:03.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:03 08:55:03.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:03 08:55:03.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:03 08:55:03.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:03 08:55:03.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:03 08:55:03.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:03 08:55:03.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:03 08:55:03.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:03 08:55:03.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:03 08:55:03.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:03 08:55:03.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:03 08:55:03.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:03 08:55:03.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:03 08:55:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:03 08:55:03.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:03 08:55:03.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:03 08:55:03.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:03 08:55:03.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:03 08:55:03.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:03 08:55:03.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:03 08:55:03.052 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
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:03 08:55:03.052 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:03 08:55:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:03 08:55:03.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:03 08:55:03.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:03 08:55:03.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:03 08:55:03.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:04 08:55:04.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:04 08:55:04.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:04 08:55:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:04 08:55:04.055 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:04 08:55:04.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
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:04 08:55:04.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:04 08:55:04.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:04 08:55:04.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:04 08:55:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:04 08:55:04.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:04 08:55:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:04 08:55:04.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:04 08:55:04.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:04 08:55:04.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:04 08:55:04.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:04 08:55:04.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:04 08:55:04.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:04 08:55:04.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:04 08:55:04.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:04 08:55:04.063 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
04:55:04 08:55:04.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:04 08:55:04.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:04 08:55:04.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:04 08:55:04.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:04 08:55:04.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:04 08:55:04.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:04 08:55:04.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:04 08:55:04.063 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:04 08:55:04.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:04 08:55:04.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:04 08:55:04.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:04 08:55:04.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:04 08:55:04.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:04 08:55:04.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:05 08:55:05.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:05 08:55:05.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:05 08:55:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:05 08:55:05.065 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:05 08:55:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:05 08:55:05.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:05 08:55:05.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:05 08:55:05.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:05 08:55:05.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:05 08:55:05.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:05 08:55:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:05 08:55:05.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:05 08:55:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:05 08:55:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:05 08:55:05.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
04:55:05 08:55:05.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:05 08:55:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:05 08:55:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:05 08:55:05.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:05 08:55:05.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:05 08:55:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:05 08:55:05.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:05 08:55:05.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:05 08:55:05.080 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
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:05 08:55:05.080 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:05 08:55:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:05 08:55:05.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:05 08:55:05.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:05 08:55:05.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:05 08:55:05.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:06 08:55:06.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:06 08:55:06.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:06 08:55:06.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:06 08:55:06.083 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:06 08:55:06.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
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:06 08:55:06.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:06 08:55:06.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:06 08:55:06.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:06 08:55:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:06 08:55:06.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:06 08:55:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:06 08:55:06.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:06 08:55:06.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:06 08:55:06.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:06 08:55:06.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:06 08:55:06.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:06 08:55:06.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:06 08:55:06.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:06 08:55:06.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:06 08:55:06.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:06 08:55:06.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:06 08:55:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:06 08:55:06.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:06 08:55:06.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:06 08:55:06.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:06 08:55:06.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:07 08:55:07.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:07.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:07.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:14 08:55:07.099 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:14 08:55:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:14 08:55:07.102 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
04:55:14 08:55:07.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:14 08:55:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:07.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:07.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:07.102 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:14 08:55:07.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:07.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:07.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:07.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:07.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:07.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:08.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:08.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:08.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:14 08:55:08.109 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:08.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
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:08.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:08.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:08.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:08.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:14 08:55:08.122 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
04:55:14 08:55:08.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:14 08:55:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:08.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:08.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:08.127 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:14 08:55:08.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:08.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:08.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:08.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:08.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:08.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:09.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:09.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:09.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:14 08:55:09.129 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:14 08:55:09.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:14 08:55:09.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:09.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:09.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:09.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:14 08:55:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:14 08:55:09.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:14 08:55:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:09.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
04:55:14 08:55:09.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:09.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:14 08:55:09.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:09.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:09.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:09.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:09.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:09.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:09.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:09.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:09.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:14 08:55:09.138 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
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:09.138 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:14 08:55:09.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:09.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:09.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:09.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:09.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:09.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:10.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:10.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:10.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:14 08:55:10.170 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:10.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:10.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:10.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:10.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:10.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:10.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:10.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:10.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:10.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
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:10.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:10.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:10.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:10.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:10.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:10.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....
04:55:14 08:55:10.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
04:55:14 08:55:10.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:14 08:55:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:10.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:10.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:10.187 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:14 08:55:10.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:10.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:10.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:10.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:10.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:11.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:11.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:11.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:14 08:55:11.190 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:11.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
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:11.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:11.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:11.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:11.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:11.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:11.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:14 08:55:11.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:14 08:55:11.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:14 08:55:11.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:11.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:11.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:11.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:11.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:11.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:11.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:14 08:55:11.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:11.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:11.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:11.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:11.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:11.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:11.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:14 08:55:11.205 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
04:55:14 08:55:11.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:14 08:55:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55: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
04:55:14 08:55:11.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:11.205 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:14 08:55:11.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:11.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:11.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:11.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:11.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:11.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:12.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:12.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:14 08:55:12.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:14 08:55:12.208 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:12.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:12.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:12.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:12.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:12.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:12.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:14 08:55:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:14 08:55:12.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:14 08:55:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:12.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:12.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:12.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:14 08:55:12.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:12.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:12.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:12.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:12.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:12.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:12.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:12.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:12.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:14 08:55:12.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
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:14 08:55:12.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:14 08:55:12.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:14 08:55:12.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:14 08:55:12.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:14 08:55:12.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:14 08:55:12.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:14 08:55:12.221 INFO [WorkbenchTestable][AbstractShell] Close shell shell1
04:55:14 08:55:12.221 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1'
04:55:14 08:55:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:14 08:55:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:14 08:55:12.231 INFO [WorkbenchTestable][AbstractShell] Close shell shell2
04:55:14 08:55:12.231 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2'
04:55:14 08:55:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:14 08:55:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:14 08:55:12.233 INFO [WorkbenchTestable][AbstractShell] Close shell shell3
04:55:14 08:55:12.233 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3'
04:55:14 08:55:12.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:14 08:55:12.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:14 08:55:12.235 INFO [WorkbenchTestable][AbstractShell] Close shell shell4
04:55:14 08:55:12.235 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4'
04:55:14 08:55:12.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:14 08:55:12.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:14 08:55:12.236 INFO [WorkbenchTestable][AbstractShell] Close shell shell5
04:55:14 08:55:12.236 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5'
04:55:14 08:55:12.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:14 08:55:12.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:14 08:55:12.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
04:55:14 08:55:12.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:14 08:55:12.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:14 08:55:12.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:14 08:55:12.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:15 08:55:12.262 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)
04:55:15 08:55:12.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:15 08:55:12.262 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)
04:55:15 08:55:12.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
04:55:15 08:55:12.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:15 08:55:12.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:15 08:55:12.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:15 08:55:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:15 08:55:12.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:15 08:55:12.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:15 08:55:12.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:15 08:55:12.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:15 08:55:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:15 08:55:12.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:15 08:55:12.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:15 08:55:12.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:15 08:55:12.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:15 08:55:12.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:15 08:55:12.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:15 08:55:12.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:15 08:55:12.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:15 08:55:12.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:15 08:55:12.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:15 08:55:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:15 08:55:12.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:15 08:55:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:15 08:55:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:15 08:55:12.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:15 08:55:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:15 08:55:12.325 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
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:15 08:55:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:15 08:55:12.326 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:15 08:55:12.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:15 08:55:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:15 08:55:12.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:12.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:12.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:12.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:13.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:13.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:13.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:15 08:55:13.333 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:15 08:55:13.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:15 08:55:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:15 08:55:13.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:13.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:13.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:13.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:14.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:14.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:14.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:15 08:55:14.334 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:15 08:55:14.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:15 08:55:14.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:15 08:55:14.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:15 08:55:14.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:15 08:55:14.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:15 08:55:14.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:15 08:55:14.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:15 08:55:14.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:15 08:55:14.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:15 08:55:14.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:15 08:55:14.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:15 08:55:14.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:15 08:55:14.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:14.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:14.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:14.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:15.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:15.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:15 08:55:15.336 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:15 08:55:15.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:15 08:55:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:15 08:55:15.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:15.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:15 08:55:15.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:15 08:55:15.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:16 08:55:16.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:16 08:55:16.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:16 08:55:16.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:16 08:55:16.337 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:16 08:55:16.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:16 08:55:16.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:16 08:55:16.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:16 08:55:16.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:16 08:55:16.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:16 08:55:16.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:16 08:55:16.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:16 08:55:16.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:16 08:55:16.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:16 08:55:16.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:16 08:55:16.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:16 08:55:16.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:16 08:55:16.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:16 08:55:16.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:16 08:55:16.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:16 08:55:16.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:17 08:55:17.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:17 08:55:17.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:17 08:55:17.339 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:17 08:55:17.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:17 08:55:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:17 08:55:17.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:17 08:55:17.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:17 08:55:17.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:17 08:55:17.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:18 08:55:18.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:18 08:55:18.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:18 08:55:18.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:18 08:55:18.340 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:18 08:55:18.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:18 08:55:18.343 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
04:55:18 08:55:18.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:18 08:55:18.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:18 08:55:18.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:18 08:55:18.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:18 08:55:18.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:18 08:55:18.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:18 08:55:18.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:18 08:55:18.344 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:18 08:55:18.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:18 08:55:18.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:18 08:55:18.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:18 08:55:18.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:18 08:55:18.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:18 08:55:18.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:19 08:55:19.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:19 08:55:19.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:19 08:55:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:19 08:55:19.364 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:19 08:55:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:19 08:55:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:19 08:55:19.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:19 08:55:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:19 08:55:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:19 08:55:19.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:19 08:55:19.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:19 08:55:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:19 08:55:19.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:19 08:55:19.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:19 08:55:19.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:19 08:55:19.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:19 08:55:19.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:19 08:55:19.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:19 08:55:19.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:19 08:55:19.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:20 08:55:20.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:20 08:55:20.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:20 08:55:20.366 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:20 08:55:20.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:20 08:55:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:20 08:55:20.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:20 08:55:20.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:20 08:55:20.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:20 08:55:20.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:21 08:55:21.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:21 08:55:21.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:21 08:55:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:21 08:55:21.367 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:21 08:55:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:21 08:55:21.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:21 08:55:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:21 08:55:21.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:21 08:55:21.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:21 08:55:21.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:21 08:55:21.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:22 08:55:22.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:22 08:55:22.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:22 08:55:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:22 08:55:22.369 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:22 08:55:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:22 08:55:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:22 08:55:22.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:22 08:55:22.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:22 08:55:22.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:22 08:55:22.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:22 08:55:22.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:22 08:55:22.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:22 08:55:22.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:22 08:55:22.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:22 08:55:22.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:22 08:55:22.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:22 08:55:22.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:22 08:55:22.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:22 08:55:22.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:22 08:55:22.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:23 08:55:23.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:23 08:55:23.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:23 08:55:23.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:23 08:55:23.371 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:23 08:55:23.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:23 08:55:23.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:23 08:55:23.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:23 08:55:23.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:23 08:55:23.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:23 08:55:23.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:23 08:55:23.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:23 08:55:23.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:23 08:55:23.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:23 08:55:23.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:23 08:55:23.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:23 08:55:23.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:23 08:55:23.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:23 08:55:23.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:23 08:55:23.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:23 08:55:23.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:23 08:55:23.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:23 08:55:23.374 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
04:55:23 08:55:23.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:23 08:55:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:23 08:55:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:23 08:55:23.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:23 08:55:23.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:23 08:55:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:23 08:55:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:23 08:55:23.374 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:23 08:55:23.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:23 08:55:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:23 08:55:23.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:23 08:55:23.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:23 08:55:23.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:23 08:55:23.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:24 08:55:24.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:24 08:55:24.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:24 08:55:24.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:24 08:55:24.377 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:24 08:55:24.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:24 08:55:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:24 08:55:24.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:24 08:55:24.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:24 08:55:24.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:24 08:55:24.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:25 08:55:25.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:25 08:55:25.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:25 08:55:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:25 08:55:25.378 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:25 08:55:25.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:25 08:55:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:25 08:55:25.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:25 08:55:25.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:25 08:55:25.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:25 08:55:25.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:26 08:55:26.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:26 08:55:26.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:26 08:55:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:26 08:55:26.380 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:26 08:55:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:26 08:55:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:26 08:55:26.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:26 08:55:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:26 08:55:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:26 08:55:26.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:26 08:55:26.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:26 08:55:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:26 08:55:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:26 08:55:26.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:26 08:55:26.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:26 08:55:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:26 08:55:26.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:26 08:55:26.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:26 08:55:26.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:26 08:55:26.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:27 08:55:27.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:27 08:55:27.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:27 08:55:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:27 08:55:27.382 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:27 08:55:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:27 08:55:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:27 08:55:27.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:27 08:55:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:27 08:55:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:27 08:55:27.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:27 08:55:27.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:27 08:55:27.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:27 08:55:27.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:27 08:55:27.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:27 08:55:27.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:27 08:55:27.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:27 08:55:27.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:27 08:55:27.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:27 08:55:27.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:27 08:55:27.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:28 08:55:28.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:28 08:55:28.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:28 08:55:28.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:28 08:55:28.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:28 08:55:28.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:28 08:55:28.884 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:28 08:55:28.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:28 08:55:28.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:28 08:55:28.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:28 08:55:28.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:28 08:55:28.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:28 08:55:28.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:28 08:55:28.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:28 08:55:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:28 08:55:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:28 08:55:28.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:28 08:55:28.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:28 08:55:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:28 08:55:28.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:28 08:55:28.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:28 08:55:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:28 08:55:28.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:28 08:55:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:28 08:55:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
04:55:28 08:55:28.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:28 08:55:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:28 08:55:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:28 08:55:28.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:28 08:55:28.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:28 08:55:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:28 08:55:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:28 08:55:28.909 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:28 08:55:28.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:28 08:55:28.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:28 08:55:28.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:28 08:55:28.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:29 08:55:29.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:29 08:55:29.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:29 08:55:29.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:29 08:55:29.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:29 08:55:29.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:29 08:55:29.912 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:29 08:55:29.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
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:29 08:55:29.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:29 08:55:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:29 08:55:29.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:29 08:55:29.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:30 08:55:30.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:30 08:55:30.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:30 08:55:30.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:30 08:55:30.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:30 08:55:30.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:30 08:55:30.913 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:30 08:55:30.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:30 08:55:30.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:30 08:55:30.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:30 08:55:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:30 08:55:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:30 08:55:30.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:30 08:55:30.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:30 08:55:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:30 08:55:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:30 08:55:30.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:30 08:55:30.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:30 08:55:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:30 08:55:30.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:30 08:55:30.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:31 08:55:31.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:31 08:55:31.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:31 08:55:31.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:31 08:55:31.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:31 08:55:31.915 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:31 08:55:31.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:31 08:55:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:31 08:55:31.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:31 08:55:31.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:32 08:55:32.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:32 08:55:32.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:32 08:55:32.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:32 08:55:32.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:32 08:55:32.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:32 08:55:32.916 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:32 08:55:32.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:32 08:55:32.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:32 08:55:32.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:32 08:55:32.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:32 08:55:32.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:32 08:55:32.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:32 08:55:32.920 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
04:55:32 08:55:32.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:32 08:55:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:32 08:55:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:32 08:55:32.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:32 08:55:32.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:32 08:55:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:32 08:55:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:32 08:55:32.920 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:32 08:55:32.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:32 08:55:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:32 08:55:32.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:32 08:55:32.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:33 08:55:33.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:33 08:55:33.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:33 08:55:33.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:33 08:55:33.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:33 08:55:33.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:33 08:55:33.922 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:33 08:55:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:33 08:55:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:33 08:55:33.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:33 08:55:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:33 08:55:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:33 08:55:33.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:33 08:55:33.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:33 08:55:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:33 08:55:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:33 08:55:33.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:33 08:55:33.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:33 08:55:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:33 08:55:33.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:33 08:55:33.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:34 08:55:34.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:34 08:55:34.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:34 08:55:34.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:34 08:55:34.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:34 08:55:34.924 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:34 08:55:34.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
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:34 08:55:34.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:34 08:55:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:34 08:55:34.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:34 08:55:34.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:35 08:55:35.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:35 08:55:35.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:35 08:55:35.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:35 08:55:35.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:35 08:55:35.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:35 08:55:35.925 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:35 08:55:35.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:35 08:55:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:35 08:55:35.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:35 08:55:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:35 08:55:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:35 08:55:35.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
04:55:35 08:55:35.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:35 08:55:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:35 08:55:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:35 08:55:35.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:35 08:55:35.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:35 08:55:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:35 08:55:35.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:35 08:55:35.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:36 08:55:36.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:36 08:55:36.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:36 08:55:36.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:36 08:55:36.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:36 08:55:36.927 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:36 08:55:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:36 08:55:36.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:36 08:55:36.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:36 08:55:36.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:36 08:55:36.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:36 08:55:36.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:36 08:55:36.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:36 08:55:36.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:36 08:55:36.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:36 08:55:36.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:36 08:55:36.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:36 08:55:36.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:36 08:55:36.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:36 08:55:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:36 08:55:36.934 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
04:55:36 08:55:36.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:36 08:55:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:36 08:55:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:36 08:55:36.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
04:55:36 08:55:36.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:36 08:55:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:36 08:55:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:36 08:55:36.939 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:36 08:55:36.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:36 08:55:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:36 08:55:36.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:36 08:55:36.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:37 08:55:37.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:37 08:55:37.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:37 08:55:37.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:37 08:55:37.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:37 08:55:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:37 08:55:37.941 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:37 08:55:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:37 08:55:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:37 08:55:37.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:37 08:55:37.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:37 08:55:37.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:37 08:55:37.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:37 08:55:37.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:37 08:55:37.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:37 08:55:37.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:37 08:55:37.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:37 08:55:37.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:37 08:55:37.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:37 08:55:37.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:37 08:55:37.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:37 08:55:37.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:37 08:55:37.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:37 08:55:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:37 08:55:37.947 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
04:55:37 08:55:37.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:37 08:55:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:37 08:55:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:37 08:55:37.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:37 08:55:37.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:37 08:55:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:37 08:55:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:37 08:55:37.947 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:37 08:55:37.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:37 08:55:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:37 08:55:37.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:37 08:55:37.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:38 08:55:38.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:38 08:55:38.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:38 08:55:38.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:38 08:55:38.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:38 08:55:38.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:38 08:55:38.966 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:38 08:55:38.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:38 08:55:38.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:38 08:55:38.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:38 08:55:38.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:38 08:55:38.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:38 08:55:38.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:38 08:55:38.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:38 08:55:38.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:38 08:55:38.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:38 08:55:38.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:38 08:55:38.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:38 08:55:38.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:38 08:55:38.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:38 08:55:38.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:38 08:55:38.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:38 08:55:38.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:38 08:55:38.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:38 08:55:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:38 08:55:38.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:38 08:55:38.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:39 08:55:39.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:39 08:55:39.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:39 08:55:39.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:39 08:55:39.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:39 08:55:39.973 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:39 08:55:39.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:39 08:55:39.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:39 08:55:39.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:39 08:55:39.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:40 08:55:40.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:40 08:55:40.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:40 08:55:40.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:40 08:55:40.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:40 08:55:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:40 08:55:40.975 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:40 08:55:40.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:40 08:55:40.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:40 08:55:40.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:40 08:55:40.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:40 08:55:40.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:40 08:55:40.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:40 08:55:40.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:40 08:55:40.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:40 08:55:40.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:40 08:55:40.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:40 08:55:40.982 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
04:55:40 08:55:40.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:40 08:55:40.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:40 08:55:40.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:40 08:55:40.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:40 08:55:40.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:40 08:55:40.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:40 08:55:40.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:40 08:55:40.986 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:40 08:55:40.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:40 08:55:40.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:40 08:55:40.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:40 08:55:40.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:41 08:55:41.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:41 08:55:41.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:41 08:55:41.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:41 08:55:41.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:41 08:55:41.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:41 08:55:41.989 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:41 08:55:41.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:41 08:55:41.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:41 08:55:41.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:41 08:55:41.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:42 08:55:42.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:42 08:55:42.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:42 08:55:42.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:42 08:55:42.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:42 08:55:42.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:42 08:55:42.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:42 08:55:42.004 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
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:42 08:55:42.004 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:42 08:55:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:42 08:55:42.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:42 08:55:42.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:42 08:55:42.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:42 08:55:42.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:43 08:55:43.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:43 08:55:43.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:43 08:55:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:43 08:55:43.010 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:43 08:55:43.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:43 08:55:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:43 08:55:43.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:43 08:55:43.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:43 08:55:43.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
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:43 08:55:43.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:43 08:55:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:43 08:55:43.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:43 08:55:43.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:43 08:55:43.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:43 08:55:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:43 08:55:43.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:43 08:55:43.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:43 08:55:43.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:43 08:55:43.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:44 08:55:44.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:44 08:55:44.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:44 08:55:44.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:44 08:55:44.018 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:44 08:55:44.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:44 08:55:44.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:44 08:55:44.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:44 08:55:44.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:44 08:55:44.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
04:55:44 08:55:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
04:55:44 08:55:44.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
04:55:44 08:55:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:44 08:55:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:44 08:55:44.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:44 08:55:44.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:44 08:55:44.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:44 08:55:44.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:44 08:55:44.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
04:55:44 08:55:44.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:44 08:55:44.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:44 08:55:44.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:44 08:55:44.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:44 08:55:44.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:44 08:55:44.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:44 08:55:44.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
04:55:44 08:55:44.025 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
04:55:44 08:55:44.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:44 08:55:44.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:44 08:55:44.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:44 08:55:44.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:44 08:55:44.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:44 08:55:44.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:44 08:55:44.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:44 08:55:44.026 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
04:55:44 08:55:44.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:44 08:55:44.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:44 08:55:44.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:44 08:55:44.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:44 08:55:44.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:44 08:55:44.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:45 08:55:45.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:45 08:55:45.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:45 08:55:45.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:55:45 08:55:45.031 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:45 08:55:45.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:45 08:55:45.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:45 08:55:45.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:45 08:55:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:45 08:55:45.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:45 08:55:45.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:45 08:55:45.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:45 08:55:45.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:45 08:55:45.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:45 08:55:45.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:45 08:55:45.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:45 08:55:45.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
04:55:45 08:55:45.047 INFO [WorkbenchTestable][AbstractShell] Close shell shell1
04:55:45 08:55:45.047 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1'
04:55:45 08:55:45.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:45 08:55:45.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:45 08:55:45.050 INFO [WorkbenchTestable][AbstractShell] Close shell shell2
04:55:45 08:55:45.051 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2'
04:55:45 08:55:45.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:45 08:55:45.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:45 08:55:45.052 INFO [WorkbenchTestable][AbstractShell] Close shell shell3
04:55:45 08:55:45.052 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3'
04:55:45 08:55:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:45 08:55:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:45 08:55:45.054 INFO [WorkbenchTestable][AbstractShell] Close shell shell4
04:55:45 08:55:45.054 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4'
04:55:45 08:55:45.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:45 08:55:45.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:45 08:55:45.056 INFO [WorkbenchTestable][AbstractShell] Close shell shell5
04:55:45 08:55:45.056 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5'
04:55:45 08:55:45.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:45 08:55:45.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:45 08:55:45.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
04:55:45 08:55:45.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:45 08:55:45.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:45 08:55:45.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:45 08:55:45.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:45 08:55:45.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)
04:55:45 08:55:45.063 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
04:55:45 08:55:45.063 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:45 08:55:45.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:45 08:55:45.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:45 08:55:45.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:45 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 124.696 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
04:55:45 testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)  Time elapsed: 91.891 s
04:55:45 testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)  Time elapsed: 32.8 s
04:55:45 Running org.eclipse.reddeer.core.test.DummyTest
04:55:45 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.core.test.DummyTest
04:55:45 dummyTest(org.eclipse.reddeer.core.test.DummyTest)  Time elapsed: 0.001 s
04:55:45 
04:55:45 Results:
04:55:45 
04:55:45 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
04:55:45 
04:55:45 [INFO] All tests passed!
04:55:45 [INFO] 
04:55:45 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test ---
04:55:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec
04:55:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec
04:55:46 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
04:55:46 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
04:55:46 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
04:55:46 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
04:55:46 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes
04:55:46 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
04:55:46 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
04:55:46 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
04:55:46 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
04:55:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
04:55:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
04:55:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
04:55:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
04:55:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
04:55:47 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
04:55:47 [INFO] 
04:55:47 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >-------
04:55:47 [INFO] Building RedDeer Workbench Tests 4.7.0-SNAPSHOT                  [33/58]
04:55:47 [INFO]   from tests/org.eclipse.reddeer.workbench.test/pom.xml
04:55:47 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
04:55:47 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
04:55:47 [INFO] 
04:55:47 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench.test ---
04:55:47 [INFO] 
04:55:47 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test ---
04:55:47 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
04:55:47 [INFO] 
04:55:47 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test ---
04:55:47 [INFO] 
04:55:47 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test ---
04:55:47 [INFO] 
04:55:47 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test ---
04:55:47 [INFO] 
04:55:47 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.test ---
04:55:47 [INFO] Resolving class path of RedDeer Workbench Tests...
04:55:47 [INFO] 
04:55:47 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test ---
04:55:47 [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/**/*
04:55:47 [INFO] 
04:55:47 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test ---
04:55:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:55:47 [INFO] Copying 5 resources
04:55:47 [INFO] 
04:55:47 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.test ---
04:55:47 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/bin
04:55:48 [INFO] 
04:55:48 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test ---
04:55:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:55:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/src/test/resources
04:55:48 [INFO] 
04:55:48 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.test ---
04:55:48 [INFO] 
04:55:48 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test ---
04:55:48 [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
04:55:48 [INFO] 
04:55:48 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test ---
04:55:48 [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
04:55:48 [INFO] 
04:55:48 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test ---
04:55:48 [INFO] 
04:55:48 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.workbench.test ---
04:55:48 [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)
04:55:48 [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
04:55:48 [INFO] Command line:
04:55:48 	[/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]
04:55:51 Launching application org.eclipse.ui.ide.workbench...
04:55:54 Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:54 08:55:54.561 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
04:55:54 08:55:54.563 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
04:55:54 08:55:54.630 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
04:55:54 08:55:54.632 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
04:55:54 08:55:54.666 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:54 08:55:54.743 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:55:54 08:55:54.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:54 08:55:54.756 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:54 08:55:54.758 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
04:55:54 08:55:54.759 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
04:55:54 08:55:54.768 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
04:55:54 08:55:54.845 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:54 08:55:54.846 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:55:54 08:55:54.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:54 08:55:54.849 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:55:54 08:55:54.852 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:54 08:55:54.853 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
04:55:54 08:55:54.869 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.*']
04:55:54 08:55:54.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:55:54 08:55:54.876 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.*']
04:55:54 08:55:54.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:55:54 08:55:54.877 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.*']
04:55:54 08:55:54.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:55:54 08:55:54.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:54 08:55:54.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:54 08:55:54.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:54 08:55:54.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:54 08:55:54.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:54 08:55:54.935 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:54 08:55:54.936 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:54 08:55:54.936 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:54 08:55:54.936 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:54 08:55:54.936 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:54 08:55:54.936 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:54 08:55:54.936 DEBUG [main][MenuItemLookup] Item match:Window
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:''
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:''
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:''
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:55:54 08:55:54.940 DEBUG [main][MenuItemLookup] Item match:Preferences
04:55:54 08:55:54.943 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:55:54 08:55:54.943 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:55:54 08:55:54.945 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:55:55 08:55:55.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
04:55:55 08:55:55.127 DEBUG [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
04:55:55 08:55:55.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:55:55 08:55:55.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:55 08:55:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:55 08:55:55.130 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:55:55 08:55:55.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:55:55 08:55:55.145 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
04:55:55 08:55:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:55 08:55:55.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:55 08:55:55.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:55 08:55:55.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:55 08:55:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:55 08:55:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:55 08:55:55.178 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)
04:55:55 08:55:55.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:55 08:55:55.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:55 08:55:55.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:55 08:55:55.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:55 08:55:55.189 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:55:55 08:55:55.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:55 08:55:55.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:55 08:55:55.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:55 08:55:55.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:55 08:55:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:55:55 08:55:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:55:55 08:55:55.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:55 08:55:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:55 08:55:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:55 08:55:55.257 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:55 08:55:55.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
04:55:55 08:55:55.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:55 08:55:55.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:55 08:55:55.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:55 08:55:55.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:55 08:55:55.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:55 08:55:55.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:55 08:55:55.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:55 08:55:55.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:55 08:55:55.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:55 08:55:55.289 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:55 08:55:55.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:55:55 08:55:55.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:55 08:55:55.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:55 08:55:55.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:55 08:55:55.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:55 08:55:55.293 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:55:55 08:55:55.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:55:55 08:55:55.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:55 08:55:55.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:55 08:55:55.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:55 08:55:55.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:55 08:55:55.330 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer'
04:55:55 08:55:55.330 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer
04:55:55 08:55:55.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:55:55 08:55:55.332 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:55 08:55:55.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:55 08:55:55.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:55 08:55:55.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:55 08:55:55.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:55 08:55:55.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:55 08:55:55.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:55 08:55:55.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
04:55:55 08:55:55.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:55 08:55:55.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
04:55:55 08:55:55.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:55 08:55:55.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:55 08:55:55.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:55 08:55:55.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:55 08:55:55.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:55 08:55:55.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:55 08:55:55.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:55 08:55:55.438 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu.
04:55:55 08:55:55.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:55 08:55:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:55 08:55:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:55 08:55:55.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:55 08:55:55.440 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:55 08:55:55.440 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:55 08:55:55.440 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:55 08:55:55.440 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:55 08:55:55.440 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:55 08:55:55.440 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:55 08:55:55.440 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:55 08:55:55.440 DEBUG [main][MenuItemLookup] Item match:Window
04:55:55 08:55:55.441 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:55 08:55:55.441 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:55 08:55:55.441 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:55 08:55:55.441 DEBUG [main][MenuItemLookup] Found menu:''
04:55:55 08:55:55.441 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:55 08:55:55.441 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:55 08:55:55.450 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:55 08:55:55.450 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:55 08:55:55.451 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:55 08:55:55.451 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:55 08:55:55.451 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:55 08:55:55.451 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:55 08:55:55.451 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:55 08:55:55.451 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:55 08:55:55.451 DEBUG [main][MenuItemLookup] Found menu:''
04:55:55 08:55:55.451 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:55 08:55:55.451 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:55 08:55:55.460 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:55 08:55:55.460 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:55 08:55:55.460 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:55 08:55:55.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:55 08:55:55.531 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
04:55:55 08:55:55.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:55 08:55:55.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:55 08:55:55.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:55 08:55:55.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:55:55 08:55:55.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:55 08:55:55.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:55 08:55:55.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:55 08:55:55.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:55 08:55:55.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:55 08:55:55.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:55 08:55:55.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:55 08:55:55.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:55 08:55:55.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:55 08:55:55.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:55 08:55:55.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:55 08:55:55.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:55 08:55:55.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:55:55 08:55:55.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:55:55 08:55:55.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:56 08:55:56.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:56 08:55:56.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:55:56 08:55:56.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:55:56 08:55:56.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:55:56 08:55:56.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:56 08:55:56.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:55:56 08:55:56.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:56 08:55:56.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:55:56 08:55:56.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers
04:55:56 08:55:56.048 DEBUG [main][TreeItemHandler] Selecting tree item: Markers
04:55:56 08:55:56.049 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection
04:55:56 08:55:56.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers
04:55:56 08:55:56.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:56 08:55:56.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:56 08:55:56.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:56 08:55:56.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:56 08:55:56.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:56 08:55:56.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
04:55:56 08:55:56.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:56 08:55:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:56 08:55:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:56 08:55:56.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:56 08:55:56.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:56 08:55:56.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:56 08:55:56.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:56 08:55:56.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:56 08:55:56.054 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:56 08:55:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:56 08:55:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:56 08:55:56.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:56 08:55:56.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:56 08:55:56.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:56 08:55:56.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:56 08:55:56.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:56 08:55:56.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:56 08:55:56.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:56 08:55:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:56 08:55:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:56 08:55:56.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:56 08:55:56.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E')
04:55:56 08:55:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:56 08:55:56.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:56 08:55:56.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:56 08:55:56.140 INFO [WorkbenchTestable][AbstractView] Activate view Markers
04:55:56 08:55:56.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:55:56 08:55:56.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:56 08:55:56.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:56 08:55:56.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:56 08:55:56.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:56 08:55:56.142 INFO [WorkbenchTestable][AbstractView] Activate view Markers
04:55:56 08:55:56.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:55:56 08:55:56.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:56 08:55:56.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:55:56 08:55:56.143 INFO [WorkbenchTestable][AbstractView] Close view 'Markers'
04:55:56 08:55:56.143 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers
04:55:56 08:55:56.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:55:56 08:55:56.144 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:56 08:55:56.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:56 08:55:56.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:56 08:55:56.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:56 08:55:56.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:56 08:55:56.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:56 08:55:56.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:56 08:55:56.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
04:55:56 08:55:56.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:56 08:55:56.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
04:55:56 08:55:56.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:56 08:55:56.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:56 08:55:56.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:56 08:55:56.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:56 08:55:56.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:56 08:55:56.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:56 08:55:56.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:56 08:55:56.227 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu.
04:55:56 08:55:56.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:56 08:55:56.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:56 08:55:56.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:56 08:55:56.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:56 08:55:56.228 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:56 08:55:56.228 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:56 08:55:56.228 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:56 08:55:56.229 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:56 08:55:56.229 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:56 08:55:56.229 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:56 08:55:56.229 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:56 08:55:56.229 DEBUG [main][MenuItemLookup] Item match:Window
04:55:56 08:55:56.230 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:56 08:55:56.230 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:56 08:55:56.230 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:56 08:55:56.230 DEBUG [main][MenuItemLookup] Found menu:''
04:55:56 08:55:56.230 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:56 08:55:56.230 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:56 08:55:56.234 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:56 08:55:56.234 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:56 08:55:56.234 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:56 08:55:56.234 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:56 08:55:56.234 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:56 08:55:56.234 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:56 08:55:56.234 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:56 08:55:56.234 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:56 08:55:56.235 DEBUG [main][MenuItemLookup] Found menu:''
04:55:56 08:55:56.235 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:56 08:55:56.235 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:56 08:55:56.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:56 08:55:56.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:56 08:55:56.236 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:56 08:55:56.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:56 08:55:56.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
04:55:56 08:55:56.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:56 08:55:56.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:56 08:55:56.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:56 08:55:56.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
04:55:56 08:55:56.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:56 08:55:56.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:56 08:55:56.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:56 08:55:56.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:56 08:55:56.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:56 08:55:56.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:56 08:55:56.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:56 08:55:56.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:56 08:55:56.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:56 08:55:56.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:56 08:55:56.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:55:56 08:55:56.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:55:56 08:55:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:56 08:55:56.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:55:56 08:55:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:56 08:55:56.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:55:56 08:55:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:55:56 08:55:56.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:55:56 08:55:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:56 08:55:56.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:55:56 08:55:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:56 08:55:56.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:55:56 08:55:56.296 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer
04:55:56 08:55:56.296 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer
04:55:56 08:55:56.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection
04:55:56 08:55:56.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer
04:55:56 08:55:56.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:56 08:55:56.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:56 08:55:56.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:56 08:55:56.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:56 08:55:56.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:56 08:55:56.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:55:56 08:55:56.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:56 08:55:56.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:56 08:55:56.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:56 08:55:56.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:56 08:55:56.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:56 08:55:56.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:56 08:55:56.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:56 08:55:56.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:56 08:55:56.300 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:56 08:55:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:56 08:55:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:56 08:55:56.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:56 08:55:56.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:56 08:55:56.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:56 08:55:56.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:56 08:55:56.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:56 08:55:56.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:56 08:55:56.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:56 08:55:56.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:56 08:55:56.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:56 08:55:56.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:56 08:55:56.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:55:56 08:55:56.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:56 08:55:56.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:56 08:55:56.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:56 08:55:56.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:55:56 08:55:56.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:55:56 08:55:56.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:56 08:55:56.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:56 08:55:56.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:56 08:55:56.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:56 08:55:56.443 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:55:56 08:55:56.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:55:56 08:55:56.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:56 08:55:56.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:55:56 To add a project: TooltipText=null
04:55:56 08:55:56.445 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer'
04:55:56 08:55:56.445 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer
04:55:56 08:55:56.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:55:56 08:55:56.466 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:56 08:55:56.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:56 08:55:56.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:56 08:55:56.499 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:56 08:55:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:56 08:55:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:56 08:55:56.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
04:55:56 08:55:56.533 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:56 08:55:56.534 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:56 08:55:56.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:56 08:55:56.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:56 08:55:56.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:56 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.998 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
04:55:56 testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)  Time elapsed: 0.136 s
04:55:56 testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)  Time elapsed: 0.794 s
04:55:56 testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)  Time elapsed: 0.343 s
04:55:56 Running org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:56 08:55:56.561 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:56 08:55:56.562 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:55:56 08:55:56.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:56 08:55:56.563 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:56 08:55:56.563 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:56 08:55:56.563 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:55:56 08:55:56.563 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:56 08:55:56.563 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:55:56 08:55:56.563 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:56 08:55:56.563 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
04:55:56 08:55:56.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
04:55:56 08:55:56.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:55:56 08:55:56.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
04:55:56 08:55:56.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:55:56 08:55:56.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
04:55:56 08:55:56.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:55:56 08:55:56.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:56 08:55:56.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:56 08:55:56.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:56 08:55:56.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:56 08:55:56.565 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:56 08:55:56.565 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:56 08:55:56.565 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:56 08:55:56.566 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:56 08:55:56.566 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:56 08:55:56.566 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:56 08:55:56.566 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:56 08:55:56.566 DEBUG [main][MenuItemLookup] Item match:Window
04:55:56 08:55:56.566 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:56 08:55:56.566 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:56 08:55:56.566 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:56 08:55:56.566 DEBUG [main][MenuItemLookup] Found menu:''
04:55:56 08:55:56.567 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:56 08:55:56.567 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:55:56 08:55:56.567 DEBUG [main][MenuItemLookup] Found menu:''
04:55:56 08:55:56.567 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:55:56 08:55:56.567 DEBUG [main][MenuItemLookup] Found menu:''
04:55:56 08:55:56.567 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:55:56 08:55:56.567 DEBUG [main][MenuItemLookup] Item match:Preferences
04:55:56 08:55:56.574 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:55:56 08:55:56.574 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:55:56 08:55:56.574 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:55:56 08:55:56.668 DEBUG [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....
04:55:56 08:55:56.670 DEBUG [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
04:55:56 08:55:56.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:55:56 08:55:56.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:56 08:55:56.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:56 08:55:56.672 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:55:56 08:55:56.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:55:56 08:55:56.672 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
04:55:56 08:55:56.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:56 08:55:56.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:56 08:55:56.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:56 08:55:56.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:56 08:55:56.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:56 08:55:56.674 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)
04:55:56 08:55:56.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:56 08:55:56.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:56 08:55:56.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:56 08:55:56.688 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:55:56 08:55:56.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:56 08:55:56.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:56 08:55:56.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:56 08:55:56.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:56 08:55:56.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:55:56 08:55:56.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:55:56 08:55:56.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:56 08:55:56.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:56 08:55:56.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:56 08:55:56.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:56 08:55:56.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:56 08:55:56.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:56 08:55:56.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:56 08:55:56.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:56 08:55:56.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:56 08:55:56.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:56 08:55:56.735 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:55:56 08:55:56.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:56 08:55:56.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:56 08:55:56.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:56 08:55:56.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:56 08:55:56.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:56 08:55:56.735 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:56 08:55:56.735 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:56 08:55:56.735 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:56 08:55:56.735 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:56 08:55:56.735 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:56 08:55:56.735 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:56 08:55:56.735 DEBUG [main][MenuItemLookup] Item match:Window
04:55:56 08:55:56.736 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:56 08:55:56.736 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:56 08:55:56.736 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:56 08:55:56.736 DEBUG [main][MenuItemLookup] Found menu:''
04:55:56 08:55:56.736 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:56 08:55:56.736 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:56 08:55:56.739 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:56 08:55:56.739 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:56 08:55:56.739 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:56 08:55:56.739 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:56 08:55:56.739 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:56 08:55:56.739 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:56 08:55:56.739 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:56 08:55:56.740 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:56 08:55:56.740 DEBUG [main][MenuItemLookup] Found menu:''
04:55:56 08:55:56.740 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:56 08:55:56.740 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:56 08:55:56.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:56 08:55:56.749 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:56 08:55:56.749 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:56 08:55:56.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:56 08:55:56.800 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
04:55:56 08:55:56.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:56 08:55:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:56 08:55:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:56 08:55:56.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:55:56 08:55:56.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:56 08:55:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:56 08:55:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:56 08:55:56.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:56 08:55:56.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:56 08:55:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:56 08:55:56.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:56 08:55:56.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:56 08:55:56.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:56 08:55:56.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:56 08:55:56.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:56 08:55:56.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:56 08:55:56.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:55:56 08:55:56.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:56 08:55:56.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:57 08:55:57.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:57 08:55:57.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:57 08:55:57.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:55:57 08:55:57.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:57 08:55:57.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:57 08:55:57.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:57 08:55:57.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:57 08:55:57.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:57 08:55:57.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:55:57 08:55:57.306 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:55:57 08:55:57.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:55:57 08:55:57.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:55:57 08:55:57.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:57 08:55:57.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:57 08:55:57.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:57 08:55:57.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:55:57 08:55:57.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:57 08:55:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:57 08:55:57.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:57 08:55:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:57 08:55:57.310 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:57 08:55:57.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:57 08:55:57.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:57 08:55:57.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:57 08:55:57.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:57 08:55:57.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:57 08:55:57.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:57 08:55:57.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:57 08:55:57.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:57 08:55:57.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:57 08:55:57.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.355 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:57 08:55:57.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
04:55:57 08:55:57.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:57 08:55:57.358 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:57 08:55:57.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:57 08:55:57.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:57 08:55:57.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:57 08:55:57.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:57 08:55:57.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:57 08:55:57.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:57 08:55:57.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.371 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:57 08:55:57.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 '\*?\QWorkbench Test\E')
04:55:57 08:55:57.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:57 08:55:57.374 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:57 08:55:57.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:57 08:55:57.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:57 08:55:57.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:57 08:55:57.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:57 08:55:57.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:57 08:55:57.375 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:55:57 08:55:57.375 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:55:57 08:55:57.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:57 08:55:57.376 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:57 08:55:57.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:57 08:55:57.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:57 08:55:57.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.406 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:57 08:55:57.406 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:57 08:55:57.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:57 08:55:57.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:57 08:55:57.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.427 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:55:57 08:55:57.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:57 08:55:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:57 08:55:57.427 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:57 08:55:57.428 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:57 08:55:57.428 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:57 08:55:57.428 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:57 08:55:57.428 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:57 08:55:57.428 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:57 08:55:57.428 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:57 08:55:57.428 DEBUG [main][MenuItemLookup] Item match:Window
04:55:57 08:55:57.428 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:57 08:55:57.429 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:57 08:55:57.429 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:57 08:55:57.429 DEBUG [main][MenuItemLookup] Found menu:''
04:55:57 08:55:57.429 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:57 08:55:57.429 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:''
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:57 08:55:57.432 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:57 08:55:57.439 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:57 08:55:57.440 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:57 08:55:57.440 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:57 08:55:57.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:57 08:55:57.496 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
04:55:57 08:55:57.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:57 08:55:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:55:57 08:55:57.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:57 08:55:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:57 08:55:57.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:57 08:55:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:57 08:55:57.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:57 08:55:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:57 08:55:57.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:57 08:55:57.501 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:55:57 08:55:57.501 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:55:57 08:55:57.501 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:55:57 08:55:57.501 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:55:57 08:55:57.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:57 08:55:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:57 08:55:57.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:57 08:55:57.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:55:57 08:55:57.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:57 08:55:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:57 08:55:57.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:57 08:55:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:57 08:55:57.503 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:57 08:55:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:57 08:55:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:57 08:55:57.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:57 08:55:57.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:57 08:55:57.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:57 08:55:57.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:57 08:55:57.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:57 08:55:57.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:57 08:55:57.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:57 08:55:57.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:57 08:55:57.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 '\*?\QWorkbench Test\E')
04:55:57 08:55:57.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:57 08:55:57.570 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:57 08:55:57.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:57 08:55:57.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:57 08:55:57.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:57 08:55:57.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:57 08:55:57.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:57 08:55:57.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:57 08:55:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:57 08:55:57.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
04:55:57 08:55:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:57 08:55:57.591 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:57 08:55:57.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:57 08:55:57.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:57 08:55:57.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:57 08:55:57.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:57 08:55:57.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:57 08:55:57.592 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:55:57 08:55:57.592 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:55:57 08:55:57.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:57 08:55:57.593 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:57 08:55:57.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:57 08:55:57.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:57 08:55:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:57 08:55:57.655 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:57 08:55:57.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:57 08:55:57.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:57 08:55:57.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:57 08:55:57.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:57 08:55:57.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:57 08:55:57.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:57 08:55:57.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:57 08:55:57.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:57 08:55:57.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:57 08:55:57.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:57 08:55:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.681 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:57 08:55:57.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:57 08:55:57.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:57 08:55:57.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:57 08:55:57.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.685 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu.
04:55:57 08:55:57.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:57 08:55:57.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:57 08:55:57.686 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:57 08:55:57.686 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:57 08:55:57.686 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:57 08:55:57.686 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:57 08:55:57.686 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:57 08:55:57.686 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:57 08:55:57.686 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:57 08:55:57.686 DEBUG [main][MenuItemLookup] Item match:Window
04:55:57 08:55:57.687 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:57 08:55:57.687 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:57 08:55:57.687 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:57 08:55:57.687 DEBUG [main][MenuItemLookup] Found menu:''
04:55:57 08:55:57.687 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:57 08:55:57.687 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:''
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:57 08:55:57.691 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:57 08:55:57.692 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:57 08:55:57.692 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:57 08:55:57.692 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:57 08:55:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:57 08:55:57.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
04:55:57 08:55:57.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:57 08:55:57.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:57 08:55:57.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:57 08:55:57.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:57 08:55:57.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:57 08:55:57.763 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test
04:55:57 08:55:57.763 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test
04:55:57 08:55:57.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection
04:55:57 08:55:57.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test
04:55:57 08:55:57.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:57 08:55:57.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:57 08:55:57.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:57 08:55:57.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
04:55:57 08:55:57.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:57 08:55:57.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:57 08:55:57.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:57 08:55:57.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:57 08:55:57.766 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:57 08:55:57.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:57 08:55:57.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:57 08:55:57.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:57 08:55:57.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:57 08:55:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:57 08:55:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:57 08:55:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:57 08:55:57.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:57 08:55:57.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:57 08:55:57.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:57 08:55:57.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 '\*?\QWorkbench Dirty Test\E')
04:55:57 08:55:57.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:57 08:55:57.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:57 08:55:57.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:57 08:55:57.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:57 08:55:57.843 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test
04:55:57 08:55:57.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test
04:55:57 08:55:57.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:57 08:55:57.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:57 08:55:57.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:57 08:55:57.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:57 08:55:57.857 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test
04:55:57 08:55:57.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test
04:55:57 08:55:57.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:57 08:55:57.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null
04:55:57 08:55:57.858 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test'
04:55:57 08:55:57.858 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test
04:55:57 08:55:57.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test
04:55:57 08:55:57.858 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:57 08:55:57.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:57 08:55:57.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:57 08:55:57.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:57 08:55:57.890 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:57 08:55:57.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:57 08:55:57.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:57 08:55:57.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:57 08:55:57.924 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:57 08:55:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.924 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.924 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:57 08:55:57.924 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:57 08:55:57.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:57 08:55:57.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:57 08:55:57.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:57 08:55:57.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:57 08:55:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:57 08:55:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:57 08:55:57.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:57 08:55:57.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:57 08:55:57.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:57 08:55:57.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:57 08:55:57.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:57 08:55:57.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:57 08:55:57.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:57 08:55:57.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:57 08:55:57.940 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:55:57 08:55:57.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:57 08:55:57.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:57 08:55:57.941 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Item match:Window
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:57 08:55:57.941 DEBUG [main][MenuItemLookup] Found menu:''
04:55:57 08:55:57.942 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:57 08:55:57.942 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:57 08:55:57.944 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:57 08:55:57.944 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:57 08:55:57.945 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:57 08:55:57.945 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:57 08:55:57.945 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:57 08:55:57.945 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:57 08:55:57.945 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:57 08:55:57.945 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:57 08:55:57.945 DEBUG [main][MenuItemLookup] Found menu:''
04:55:57 08:55:57.945 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:57 08:55:57.945 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:57 08:55:57.945 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:57 08:55:57.945 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:57 08:55:57.945 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:57 08:55:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:57 08:55:57.997 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
04:55:57 08:55:57.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:57 08:55:57.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:57 08:55:57.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:57 08:55:57.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:55:57 08:55:57.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:57 08:55:57.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:57.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:57.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:57.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:57.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:57.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:58 08:55:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:58 08:55:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:58 08:55:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:55:58 08:55:58.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:58 08:55:58.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:58 08:55:58.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:58 08:55:58.001 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:55:58 08:55:58.001 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:55:58 08:55:58.001 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:55:58 08:55:58.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
04:55:58 08:55:58.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:58 08:55:58.031 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:58 08:55:58.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:58 08:55:58.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:58 08:55:58.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:58 08:55:58.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:58 08:55:58.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:58 08:55:58.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:58 08:55:58.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:58 08:55:58.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:58 08:55:58.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
04:55:58 08:55:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:58 08:55:58.083 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:58 08:55:58.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:58 08:55:58.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:58 08:55:58.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:58 08:55:58.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:58 08:55:58.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:58 08:55:58.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
04:55:58 08:55:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:58 08:55:58.139 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:58 08:55:58.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:58 08:55:58.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:58 08:55:58.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:58 08:55:58.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:58 08:55:58.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:58 08:55:58.141 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:55:58 08:55:58.141 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:55:58 08:55:58.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:58 08:55:58.142 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:58 08:55:58.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:58 08:55:58.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:58 08:55:58.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:58 08:55:58.171 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:58 08:55:58.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:58 08:55:58.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:58 08:55:58.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:58 08:55:58.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:58 08:55:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:58 08:55:58.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:58 08:55:58.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:58 08:55:58.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:58 08:55:58.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:58 08:55:58.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:58 08:55:58.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.189 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.189 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:58 08:55:58.189 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:58 08:55:58.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:58 08:55:58.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:58 08:55:58.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.193 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu.
04:55:58 08:55:58.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.201 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:58 08:55:58.201 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:58 08:55:58.201 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:58 08:55:58.201 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:58 08:55:58.201 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:58 08:55:58.201 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:58 08:55:58.201 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:58 08:55:58.201 DEBUG [main][MenuItemLookup] Item match:Window
04:55:58 08:55:58.202 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:58 08:55:58.202 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:58 08:55:58.202 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:58 08:55:58.202 DEBUG [main][MenuItemLookup] Found menu:''
04:55:58 08:55:58.202 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:58 08:55:58.202 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:''
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:58 08:55:58.205 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:58 08:55:58.223 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:58 08:55:58.223 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:58 08:55:58.224 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:58 08:55:58.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:58 08:55:58.286 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
04:55:58 08:55:58.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:58 08:55:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:55:58 08:55:58.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:58 08:55:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:58 08:55:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:58 08:55:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:55:58 08:55:58.290 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:58 08:55:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:58 08:55:58.290 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:58 08:55:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:58 08:55:58.290 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:58 08:55:58.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:55:58 08:55:58.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:58 08:55:58.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:58 08:55:58.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:58 08:55:58.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:58 08:55:58.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:58 08:55:58.291 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test
04:55:58 08:55:58.291 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test
04:55:58 08:55:58.291 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection
04:55:58 08:55:58.292 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test
04:55:58 08:55:58.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.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 "Open")
04:55:58 08:55:58.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:58 08:55:58.294 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:58 08:55:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:58 08:55:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:58 08:55:58.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:58 08:55:58.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:58 08:55:58.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:58 08:55:58.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:58 08:55:58.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:58 08:55:58.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:58 08:55:58.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E')
04:55:58 08:55:58.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:58 08:55:58.370 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test
04:55:58 08:55:58.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
04:55:58 08:55:58.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:58 08:55:58.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:58 08:55:58.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:58 08:55:58.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:58 08:55:58.387 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:
04:55:58 is "Test field: ")
04:55:58 08:55:58.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:55:58 08:55:58.397 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:55:58 08:55:58.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:58 08:55:58.401 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:58 08:55:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.402 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.402 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:58 08:55:58.402 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:58 08:55:58.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:58 08:55:58.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:58 08:55:58.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:58 08:55:58.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:58 08:55:58.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:58 08:55:58.430 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:58 08:55:58.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:58 08:55:58.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:58 08:55:58.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.435 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:55:58 08:55:58.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.436 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:58 08:55:58.436 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Item match:Window
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:''
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:58 08:55:58.437 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:''
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:58 08:55:58.440 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:58 08:55:58.448 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:58 08:55:58.448 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:58 08:55:58.448 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:58 08:55:58.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:58 08:55:58.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
04:55:58 08:55:58.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:58 08:55:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:55:58 08:55:58.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:58 08:55:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:58 08:55:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:58 08:55:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:55:58 08:55:58.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:58 08:55:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:58 08:55:58.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:58 08:55:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:58 08:55:58.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:58 08:55:58.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:55:58 08:55:58.499 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:58 08:55:58.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:58 08:55:58.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:58 08:55:58.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:58 08:55:58.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:58 08:55:58.504 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:55:58 08:55:58.504 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:55:58 08:55:58.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:55:58 08:55:58.504 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:55:58 08:55:58.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.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 "Open")
04:55:58 08:55:58.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:58 08:55:58.506 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:58 08:55:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:58 08:55:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:58 08:55:58.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:58 08:55:58.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:58 08:55:58.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:58 08:55:58.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:58 08:55:58.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:58 08:55:58.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:58 08:55:58.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
04:55:58 08:55:58.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:58 08:55:58.567 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:58 08:55:58.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:58 08:55:58.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:58 08:55:58.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:58 08:55:58.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:58 08:55:58.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:58 08:55:58.568 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:58 08:55:58.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:58 08:55:58.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:58 08:55:58.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
04:55:58 08:55:58.569 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:55:58 08:55:58.569 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:55:58 08:55:58.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:58 08:55:58.569 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:58 08:55:58.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.631 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:55:58 08:55:58.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.631 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:58 08:55:58.631 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:58 08:55:58.631 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:58 08:55:58.631 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:58 08:55:58.631 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:58 08:55:58.631 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:58 08:55:58.631 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:58 08:55:58.631 DEBUG [main][MenuItemLookup] Item match:Window
04:55:58 08:55:58.632 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:58 08:55:58.632 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:58 08:55:58.632 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:58 08:55:58.632 DEBUG [main][MenuItemLookup] Found menu:''
04:55:58 08:55:58.632 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:58 08:55:58.632 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:''
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:58 08:55:58.635 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:58 08:55:58.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:58 08:55:58.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:58 08:55:58.636 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:58 08:55:58.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:58 08:55:58.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
04:55:58 08:55:58.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:58 08:55:58.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.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
04:55:58 08:55:58.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:58 08:55:58.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:58 08:55:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:58 08:55:58.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:58 08:55:58.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:55:58 08:55:58.744 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:55:58 08:55:58.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:55:58 08:55:58.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:55:58 08:55:58.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
04:55:58 08:55:58.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:58 08:55:58.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:58 08:55:58.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:58 08:55:58.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:58 08:55:58.746 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:58 08:55:58.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:58 08:55:58.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:58 08:55:58.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:58 08:55:58.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:58 08:55:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:58 08:55:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:58 08:55:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:58 08:55:58.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:58 08:55:58.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
04:55:58 08:55:58.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:58 08:55:58.788 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:58 08:55:58.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:58 08:55:58.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:58 08:55:58.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:58 08:55:58.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:58 08:55:58.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:58 08:55:58.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
04:55:58 08:55:58.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:58 08:55:58.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:58 08:55:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:58 08:55:58.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:58 08:55:58.793 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:58 08:55:58.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:58 08:55:58.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:58 08:55:58.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:58 08:55:58.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:58 08:55:58.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:58 08:55:58.795 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:55:58 08:55:58.795 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:55:58 08:55:58.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:58 08:55:58.795 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:58 08:55:58.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:58 08:55:58.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:58 08:55:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.828 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:58 08:55:58.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:58 08:55:58.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:58 08:55:58.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:58 08:55:58.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:58 08:55:58.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:58 08:55:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.836 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:58 08:55:58.836 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:58 08:55:58.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:58 08:55:58.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:58 08:55:58.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:58 08:55:58.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:58 08:55:58.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:58 08:55:58.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:58 08:55:58.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:58 08:55:58.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:58 08:55:58.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:58 08:55:58.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:58 08:55:58.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:58 08:55:58.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:58 08:55:58.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:58 08:55:58.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:58 08:55:58.843 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:55:58 08:55:58.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:58 08:55:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:58 08:55:58.843 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:58 08:55:58.843 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:58 08:55:58.843 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:58 08:55:58.843 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:58 08:55:58.843 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:58 08:55:58.843 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:58 08:55:58.843 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:58 08:55:58.843 DEBUG [main][MenuItemLookup] Item match:Window
04:55:58 08:55:58.844 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:58 08:55:58.844 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:58 08:55:58.844 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:58 08:55:58.844 DEBUG [main][MenuItemLookup] Found menu:''
04:55:58 08:55:58.844 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:58 08:55:58.844 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:''
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:58 08:55:58.847 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:58 08:55:58.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:58 08:55:58.852 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:58 08:55:58.852 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:58 08:55:58.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:58 08:55:58.897 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
04:55:58 08:55:58.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:58 08:55:58.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:58 08:55:58.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:58 08:55:58.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:55:59 08:55:58.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:59 08:55:58.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:59 08:55:58.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:59 08:55:58.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:59 08:55:58.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:59 08:55:58.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:59 08:55:58.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:58.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:58.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:59 08:55:58.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:59 08:55:58.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:59 08:55:58.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:59 08:55:58.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:59 08:55:58.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:59 08:55:58.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:55:59 08:55:58.900 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:55:59 08:55:58.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:55:59 08:55:58.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:59 08:55:58.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:59 08:55:58.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:58.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:59 08:55:58.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:59 08:55:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:59 08:55:58.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:58.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:58.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:59 08:55:58.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:59 08:55:58.902 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:59 08:55:58.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:59 08:55:58.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:59 08:55:58.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:59 08:55:58.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:59 08:55:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:59 08:55:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:59 08:55:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:59 08:55:58.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:58.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:58.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:59 08:55:58.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:58.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:58.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:59 08:55:58.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:59 08:55:58.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:59 08:55:58.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:59 08:55:58.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:55:59 08:55:58.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:59 08:55:58.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:58.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:58.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:59 08:55:58.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:59 08:55:58.950 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:59 08:55:58.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:59 08:55:58.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:59 08:55:58.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:59 08:55:58.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:59 08:55:58.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:59 08:55:58.951 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:59 08:55:58.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:59 08:55:58.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:59 08:55:58.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
04:55:59 08:55:58.952 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:55:59 08:55:58.952 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:55:59 08:55:58.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:59 08:55:58.952 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:55:59 08:55:58.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:58.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:59 08:55:58.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:59 08:55:58.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:55:59 08:55:58.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:55:59 08:55:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:59 08:55:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:59 08:55:58.973 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:59 08:55:58.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:55:59 08:55:58.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:55:59 08:55:58.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:55:59 08:55:58.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:55:59 08:55:58.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:55:59 08:55:58.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:55:59 08:55:58.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:58.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:55:59 08:55:58.975 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:55:59 08:55:58.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:59 08:55:58.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:59 08:55:58.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:59 08:55:58.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:59 08:55:58.976 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:55:59 08:55:58.976 DEBUG [main][MenuItemLookup] Found menu:'File'
04:55:59 08:55:58.976 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:55:59 08:55:58.976 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:55:59 08:55:58.976 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:55:59 08:55:58.976 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:55:59 08:55:58.976 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:55:59 08:55:58.976 DEBUG [main][MenuItemLookup] Item match:Window
04:55:59 08:55:58.977 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:55:59 08:55:58.977 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:55:59 08:55:58.977 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:55:59 08:55:58.977 DEBUG [main][MenuItemLookup] Found menu:''
04:55:59 08:55:58.977 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:55:59 08:55:58.977 DEBUG [main][MenuItemLookup] Item match:Show View
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:''
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:55:59 08:55:58.980 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:55:59 08:55:58.980 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:55:59 08:55:58.980 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:55:59 08:55:58.980 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:55:59 08:55:59.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:55:59 08:55:59.047 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
04:55:59 08:55:59.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:55:59 08:55:59.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:59 08:55:59.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:59 08:55:59.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:55:59 08:55:59.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:59 08:55:59.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:59 08:55:59.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:59 08:55:59.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:59 08:55:59.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:59 08:55:59.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:59 08:55:59.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:59.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:59.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:59 08:55:59.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:55:59 08:55:59.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:55:59 08:55:59.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:59 08:55:59.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:55:59 08:55:59.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:55:59 08:55:59.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:55:59 08:55:59.050 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:55:59 08:55:59.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:55:59 08:55:59.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:59 08:55:59.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:59 08:55:59.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:59.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:55:59 08:55:59.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:55:59 08:55:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:59 08:55:59.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:59.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:59 08:55:59.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:55:59 08:55:59.052 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:55:59 08:55:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:55:59 08:55:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:55:59 08:55:59.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:55:59 08:55:59.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:55:59 08:55:59.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:55:59 08:55:59.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:55:59 08:55:59.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:55:59 08:55:59.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:59.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:59.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:55:59 08:55:59.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:59.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:59.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:55:59 08:55:59.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:55:59 08:55:59.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:55:59 08:55:59.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:55:59 08:55:59.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:55:59 08:55:59.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:55:59 08:55:59.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:55:59 08:55:59.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:55:59 08:55:59.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:55:59 08:55:59.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:55:59 08:55:59.093 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:59 08:55:59.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:59 08:55:59.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:59 08:55:59.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:55:59 08:55:59.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:55:59 08:55:59.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:55:59 08:55:59.094 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:55:59 08:55:59.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:55:59 08:55:59.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:55:59 08:55:59.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
04:55:59 08:55:59.095 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:55:59 08:55:59.095 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:55:59 08:55:59.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:04 08:55:59.095 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:56:04 08:55:59.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:04 08:55:59.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:04 08:55:59.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:04 08:55:59.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:56:04 08:55:59.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:56:04 08:55:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:04 08:55:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:04 08:55:59.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:04 08:55:59.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:56:04 08:55:59.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:04 08:55:59.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:04 08:55:59.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:56:04 08:55:59.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:56:04 08:55:59.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:56:05 08:55:59.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:56:05 08:55:59.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:56:05 08:55:59.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:56:05 08:55:59.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:56:05 08:55:59.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:56:05 08:55:59.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:56:05 08:55:59.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.133 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:56:05 08:55:59.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.134 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:56:05 08:55:59.134 DEBUG [main][MenuItemLookup] Found menu:'File'
04:56:05 08:55:59.134 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:56:05 08:55:59.134 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:56:05 08:55:59.134 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:56:05 08:55:59.134 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:56:05 08:55:59.134 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:56:05 08:55:59.134 DEBUG [main][MenuItemLookup] Item match:Window
04:56:05 08:55:59.135 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:56:05 08:55:59.135 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:56:05 08:55:59.135 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:56:05 08:55:59.135 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.135 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:56:05 08:55:59.135 DEBUG [main][MenuItemLookup] Item match:Show View
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:56:05 08:55:59.137 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:56:05 08:55:59.138 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:56:05 08:55:59.138 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:56:05 08:55:59.138 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:56:05 08:55:59.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:56:05 08:55:59.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
04:56:05 08:55:59.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:56:05 08:55:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:56:05 08:55:59.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:56:05 08:55:59.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:56:05 08:55:59.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:56:05 08:55:59.185 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:56:05 08:55:59.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:56:05 08:55:59.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:56:05 08:55:59.187 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:56:05 08:55:59.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:56:05 08:55:59.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:56:05 08:55:59.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:56:05 08:55:59.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:56:05 08:55:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:56:05 08:55:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:56:05 08:55:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:56:05 08:55:59.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:56:05 08:55:59.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.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 '\*?\QWorkbench Test\E')
04:56:05 08:55:59.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:56:05 08:55:59.249 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:55:59.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:56:05 08:55:59.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:55:59.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:55:59.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.252 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu.
04:56:05 08:55:59.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.253 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'File'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Item match:Window
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:56:05 08:55:59.253 DEBUG [main][MenuItemLookup] Item match:Show View
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:56:05 08:55:59.256 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:56:05 08:55:59.263 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:56:05 08:55:59.264 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:56:05 08:55:59.264 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:56:05 08:55:59.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:56:05 08:55:59.307 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
04:56:05 08:55:59.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:56:05 08:55:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:56:05 08:55:59.311 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers
04:56:05 08:55:59.311 DEBUG [main][TreeItemHandler] Selecting tree item: Markers
04:56:05 08:55:59.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection
04:56:05 08:55:59.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers
04:56:05 08:55:59.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:56:05 08:55:59.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:56:05 08:55:59.313 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:56:05 08:55:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:56:05 08:55:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:56:05 08:55:59.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:56:05 08:55:59.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:56:05 08:55:59.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:56:05 08:55:59.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:56:05 08:55:59.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:56:05 08:55:59.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:56:05 08:55:59.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.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 '\*?\QMarkers\E')
04:56:05 08:55:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:56:05 08:55:59.377 INFO [WorkbenchTestable][AbstractView] Activate view Markers
04:56:05 08:55:59.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:56:05 08:55:59.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:56:05 08:55:59.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:55:59.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:55:59.378 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:55:59.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
04:56:05 08:55:59.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:55:59.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:55:59.394 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:56:05 08:55:59.394 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:56:05 08:55:59.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.394 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:56:05 08:55:59.406 INFO [WorkbenchTestable][AbstractView] Activate view Markers
04:56:05 08:55:59.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:56:05 08:55:59.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:56:05 08:55:59.411 INFO [WorkbenchTestable][AbstractView] Close view 'Markers'
04:56:05 08:55:59.411 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers
04:56:05 08:55:59.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:56:05 08:55:59.411 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:56:05 08:55:59.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:56:05 08:55:59.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:56:05 08:55:59.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:56:05 08:55:59.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:56:05 08:55:59.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:56:05 08:55:59.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:56:05 08:55:59.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.450 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:56:05 08:55:59.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.451 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'File'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Item match:Window
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:56:05 08:55:59.451 DEBUG [main][MenuItemLookup] Item match:Show View
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:56:05 08:55:59.454 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:56:05 08:55:59.455 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:56:05 08:55:59.455 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:56:05 08:55:59.455 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:56:05 08:55:59.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:56:05 08:55:59.499 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
04:56:05 08:55:59.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:56:05 08:55:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:56:05 08:55:59.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:56:05 08:55:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:56:05 08:55:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:56:05 08:55:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:56:05 08:55:59.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:56:05 08:55:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:56:05 08:55:59.502 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:56:05 08:55:59.502 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:56:05 08:55:59.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:56:05 08:55:59.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:56:05 08:55:59.504 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:56:05 08:55:59.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:56:05 08:55:59.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:56:05 08:55:59.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:56:05 08:55:59.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:56:05 08:55:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:56:05 08:55:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:56:05 08:55:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:56:05 08:55:59.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:56:05 08:55:59.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
04:56:05 08:55:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:56:05 08:55:59.560 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:55:59.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:56:05 08:55:59.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:55:59.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:55:59.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.571 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu.
04:56:05 08:55:59.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.572 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.572 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:56:05 08:55:59.572 DEBUG [main][MenuItemLookup] Found menu:'File'
04:56:05 08:55:59.572 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:56:05 08:55:59.572 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:56:05 08:55:59.572 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:56:05 08:55:59.572 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:56:05 08:55:59.572 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:56:05 08:55:59.572 DEBUG [main][MenuItemLookup] Item match:Window
04:56:05 08:55:59.573 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:56:05 08:55:59.573 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:56:05 08:55:59.573 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:56:05 08:55:59.573 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.573 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:56:05 08:55:59.573 DEBUG [main][MenuItemLookup] Item match:Show View
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:56:05 08:55:59.575 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:56:05 08:55:59.576 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:56:05 08:55:59.576 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:56:05 08:55:59.576 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:56:05 08:55:59.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:56:05 08:55:59.634 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
04:56:05 08:55:59.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:56:05 08:55:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:56:05 08:55:59.638 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers
04:56:05 08:55:59.638 DEBUG [main][TreeItemHandler] Selecting tree item: Markers
04:56:05 08:55:59.638 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection
04:56:05 08:55:59.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers
04:56:05 08:55:59.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:56:05 08:55:59.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:56:05 08:55:59.639 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:56:05 08:55:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:56:05 08:55:59.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:56:05 08:55:59.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:56:05 08:55:59.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:56:05 08:55:59.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:56:05 08:55:59.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:56:05 08:55:59.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:56:05 08:55:59.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:56:05 08:55:59.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:56:05 08:55:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:56:05 08:55:59.695 INFO [WorkbenchTestable][AbstractView] Activate view Markers
04:56:05 08:55:59.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:56:05 08:55:59.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:56:05 08:55:59.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:55:59.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:55:59.696 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:55:59.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
04:56:05 08:55:59.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:55:59.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:55:59.729 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:55:59.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
04:56:05 08:55:59.729 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:56:05 08:55:59.729 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:56:05 08:55:59.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.730 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:56:05 08:55:59.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:56:05 08:55:59.748 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:56:05 08:55:59.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.748 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:56:05 08:55:59.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:56:05 08:55:59.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:56:05 08:55:59.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:56:05 08:55:59.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.754 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:56:05 08:55:59.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.754 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.754 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:56:05 08:55:59.754 DEBUG [main][MenuItemLookup] Found menu:'File'
04:56:05 08:55:59.754 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:56:05 08:55:59.754 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:56:05 08:55:59.754 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:56:05 08:55:59.754 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:56:05 08:55:59.754 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:56:05 08:55:59.754 DEBUG [main][MenuItemLookup] Item match:Window
04:56:05 08:55:59.755 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:56:05 08:55:59.755 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:56:05 08:55:59.755 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:56:05 08:55:59.755 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.755 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:56:05 08:55:59.755 DEBUG [main][MenuItemLookup] Item match:Show View
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:56:05 08:55:59.758 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:56:05 08:55:59.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:56:05 08:55:59.758 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:56:05 08:55:59.758 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:56:05 08:55:59.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:56:05 08:55:59.828 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
04:56:05 08:55:59.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:56:05 08:55:59.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:56:05 08:55:59.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:56:05 08:55:59.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:56:05 08:55:59.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:55:59.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:56:05 08:55:59.833 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:56:05 08:55:59.833 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:56:05 08:55:59.833 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:56:05 08:55:59.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:55:59.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:56:05 08:55:59.835 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:56:05 08:55:59.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:56:05 08:55:59.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:56:05 08:55:59.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:56:05 08:55:59.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:56:05 08:55:59.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:56:05 08:55:59.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:56:05 08:55:59.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:56:05 08:55:59.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:56:05 08:55:59.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
04:56:05 08:55:59.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:56:05 08:55:59.883 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:55:59.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:56:05 08:55:59.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:55:59.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:55:59.885 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:55:59.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
04:56:05 08:55:59.885 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:56:05 08:55:59.885 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:56:05 08:55:59.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:55:59.886 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:56:05 08:55:59.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:56:05 08:55:59.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:56:05 08:55:59.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.912 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:56:05 08:55:59.912 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:56:05 08:55:59.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:56:05 08:55:59.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:56:05 08:55:59.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.914 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate.
04:56:05 08:55:59.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E')
04:56:05 08:55:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:56:05 08:55:59.928 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test
04:56:05 08:55:59.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
04:56:05 08:55:59.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:56:05 08:55:59.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:55:59.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:55:59.938 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:
04:56:05 is "Test field: ")
04:56:05 08:55:59.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:55:59.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.945 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent
04:56:05 08:55:59.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:55:59.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:55:59.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:55:59.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:55:59.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:56:05 08:55:59.946 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:56:05 08:55:59.946 INFO [WorkbenchTestable][AbstractText] Text set to: hello
04:56:05 08:55:59.948 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test
04:56:05 08:55:59.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test
04:56:05 08:55:59.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null
04:56:05 08:55:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.950 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:56:05 08:55:59.950 DEBUG [main][MenuItemLookup] Found menu:'File'
04:56:05 08:55:59.950 DEBUG [main][MenuItemLookup] Item match:File
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:56:05 08:55:59.952 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:56:05 08:55:59.953 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:56:05 08:55:59.953 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:56:05 08:55:59.953 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:56:05 08:55:59.972 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test
04:56:05 08:55:59.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
04:56:05 08:55:59.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null
04:56:05 08:55:59.973 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test
04:56:05 08:55:59.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
04:56:05 08:55:59.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:55:59.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null
04:56:05 08:55:59.974 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test'
04:56:05 08:55:59.974 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test
04:56:05 08:55:59.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
04:56:05 08:55:59.974 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:56:05 08:55:59.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:56:05 08:55:59.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:56:05 08:55:59.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:55:59.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:55:59.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:56:05 08:55:59.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:55:59.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:55:59.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:56:05 08:55:59.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:56:05 08:55:59.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:56:05 08:55:59.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:55:59.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:56:05 08:55:59.997 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
04:56:05 08:55:59.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:55:59.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:55:59.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:55:59.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:55:59.998 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:56:05 08:55:59.998 DEBUG [main][MenuItemLookup] Found menu:'File'
04:56:05 08:55:59.998 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:56:05 08:55:59.998 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:56:05 08:55:59.998 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:56:05 08:55:59.998 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:56:05 08:55:59.998 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:56:05 08:55:59.998 DEBUG [main][MenuItemLookup] Item match:Window
04:56:05 08:55:59.998 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:56:05 08:55:59.999 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:56:05 08:55:59.999 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:56:05 08:55:59.999 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:55:59.999 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:56:05 08:55:59.999 DEBUG [main][MenuItemLookup] Item match:Show View
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:56:05 08:56:00.001 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:56:05 08:56:00.002 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:56:05 08:56:00.002 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:56:05 08:56:00.002 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:56:05 08:56:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:56:05 08:56:00.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
04:56:05 08:56:00.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:56:05 08:56:00.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:56:00.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:56:00.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:56:05 08:56:00.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:56:00.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:56:00.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:56:00.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:56:00.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:56:00.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:56:00.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:56:00.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:56:05 08:56:00.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:56:05 08:56:00.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:56:05 08:56:00.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
04:56:05 08:56:00.068 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:56:00.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:56:05 08:56:00.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
04:56:05 08:56:00.069 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
04:56:05 08:56:00.069 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
04:56:05 08:56:00.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:56:00.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:56:00.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:56:00.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
04:56:05 08:56:00.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:56:05 08:56:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:56:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:56:00.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:56:05 08:56:00.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:56:05 08:56:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:56:00.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:56:00.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:56:05 08:56:00.071 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:56:05 08:56:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:56:05 08:56:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:56:05 08:56:00.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:56:05 08:56:00.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:56:05 08:56:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:56:05 08:56:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:56:05 08:56:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
04:56:05 08:56:00.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
04:56:05 08:56:00.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:56:00.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:56:00.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:56:00.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:56:00.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 '\*?\QWorkbench Test\E')
04:56:05 08:56:00.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:56:00.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:56:00.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:56:05 08:56:00.124 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:56:00.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:56:00.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:56:00.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:56:05 08:56:00.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:56:00.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:56:00.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.132 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate.
04:56:05 08:56:00.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:56:00.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:56:00.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:56:00.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:56:00.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E')
04:56:05 08:56:00.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:56:00.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:56:00.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:56:05 08:56:00.135 INFO [WorkbenchTestable][AbstractView] Activate view Markers
04:56:05 08:56:00.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:56:05 08:56:00.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:56:00.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:56:05 08:56:00.151 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:56:00.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:56:00.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:56:00.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
04:56:05 08:56:00.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:56:00.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:56:00.159 INFO [WorkbenchTestable][AbstractView] Activate view Markers
04:56:05 08:56:00.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:56:05 08:56:00.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:56:00.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:56:05 08:56:00.171 INFO [WorkbenchTestable][AbstractView] Close view 'Markers'
04:56:05 08:56:00.171 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers
04:56:05 08:56:00.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
04:56:05 08:56:00.171 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:56:05 08:56:00.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:56:00.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:56:00.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:56:00.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:56:00.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:56:05 08:56:00.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:56:00.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:56:00.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:56:05 08:56:00.198 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
04:56:05 08:56:00.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:56:00.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:56:05 08:56:00.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:56:05 08:56:00.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:56:05 08:56:00.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:56:05 08:56:00.199 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
04:56:05 08:56:00.199 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
04:56:05 08:56:00.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
04:56:05 08:56:00.199 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
04:56:05 08:56:00.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:56:00.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:56:05 08:56:00.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:56:05 08:56:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:56:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:56:00.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
04:56:05 08:56:00.240 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 08:56:00.240 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:56:05 08:56:00.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:56:05 08:56:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:56:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.682 s - in org.eclipse.reddeer.workbench.test.view.ViewTest
04:56:05 getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.677 s
04:56:05 getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.249 s
04:56:05 testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.014 s
04:56:05 testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.012 s
04:56:05 testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.208 s
04:56:05 testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.034 s
04:56:05 testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.011 s
04:56:05 getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.235 s
04:56:05 testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.008 s
04:56:05 testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.009 s
04:56:05 viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.213 s
04:56:05 testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.028 s
04:56:05 testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.398 s
04:56:05 testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.008 s
04:56:05 testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.003 s
04:56:05 testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.133 s
04:56:05 testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.154 s
04:56:05 testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.004 s
04:56:05 testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.317 s
04:56:05 testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.3 s
04:56:05 testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.163 s
04:56:05 testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.082 s
04:56:05 testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.245 s
04:56:05 Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
04:56:05 08:56:00.254 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
04:56:05 08:56:00.254 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:56:05 08:56:00.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:56:05 08:56:00.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
04:56:05 08:56:00.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:56:05 08:56:00.255 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:56:05 08:56:00.256 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:56:05 08:56:00.256 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:56:05 08:56:00.256 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:56:05 08:56:00.256 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
04:56:05 08:56:00.257 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.*']
04:56:05 08:56:00.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:56:05 08:56:00.257 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.*']
04:56:05 08:56:00.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:56:05 08:56:00.257 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.*']
04:56:05 08:56:00.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:56:05 08:56:00.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:56:00.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:56:00.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:56:00.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:56:05 08:56:00.258 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'File'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Item match:Window
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:56:00.258 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:56:05 08:56:00.259 DEBUG [main][MenuItemLookup] Found menu:''
04:56:05 08:56:00.259 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:56:05 08:56:00.259 DEBUG [main][MenuItemLookup] Item match:Preferences
04:56:05 08:56:00.259 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:56:05 08:56:00.259 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:56:05 08:56:00.259 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:56:05 08:56:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
04:56:05 08:56:00.345 DEBUG [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
04:56:05 08:56:00.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:56:05 08:56:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:56:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:56:00.346 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:56:05 08:56:00.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:56:05 08:56:00.347 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
04:56:05 08:56:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:56:00.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:56:00.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:56:05 08:56:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:56:05 08:56:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:56:05 08:56:00.348 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)
04:56:05 08:56:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:56:05 08:56:00.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:56:05 08:56:00.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:56:05 08:56:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:56:05 08:56:00.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:56:05 08:56:00.350 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:56:05 08:56:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:56:05 08:56:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:56:05 08:56:00.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:56:05 08:56:00.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:56:05 08:56:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:56:05 08:56:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:56:05 08:56:00.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:56:05 08:56:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:56:05 08:56:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:56:05 08:56:00.371 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:56:05 08:56:00.371 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)
04:56:05 08:56:00.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
04:56:05 08:56:00.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:56:05 08:56:00.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:56:05 08:56:00.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:56:05 08:56:00.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing...
04:56:05 08:56:00.373 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:56:05 08:56:00.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:56:05 08:56:00.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:56:05 08:56:00.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:56:05 08:56:00.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:56:05 08:56:00.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState...
04:56:05 08:56:00.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully
04:56:05 08:56:00.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing...
04:56:05 08:56:00.375 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:00.375 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:00.875 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:00.876 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:01.376 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:01.376 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:01.876 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:01.876 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:02.376 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:02.377 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:02.877 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:02.877 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:03.378 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:03.378 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:03.878 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:03.878 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:04.379 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:04.379 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:04.879 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:04.880 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:05.380 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:05.380 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:05 08:56:05.881 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:05 08:56:05.881 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:06 08:56:06.381 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:06 08:56:06.381 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:06 08:56:06.882 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:06 08:56:06.882 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:07 08:56:07.383 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:07 08:56:07.383 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:07 08:56:07.883 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:07 08:56:07.883 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:08 08:56:08.384 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:16 08:56:08.384 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:16 08:56:08.884 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:16 08:56:08.885 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:16 08:56:09.385 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:16 08:56:09.385 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:16 08:56:09.886 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:16 08:56:09.886 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:16 08:56:10.386 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
04:56:16 08:56:10.387 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
04:56:16 08:56:10.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown
04:56:16 08:56:10.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:56:16 08:56:10.392 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:10.892 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:11.393 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:11.893 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:12.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:12.894 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:13.395 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:13.895 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:14.396 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:14.897 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:15.397 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:15.898 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:16.398 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:16 08:56:16.899 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:17 08:56:17.399 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:17 08:56:17.900 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:18 08:56:18.400 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:20 08:56:18.900 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:22 08:56:19.401 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:22 08:56:19.901 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:22 08:56:20.402 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:22 08:56:20.902 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:22 08:56:21.402 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:22 08:56:21.903 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:22 08:56:22.403 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:22 08:56:22.903 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:23 08:56:23.404 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:23 08:56:23.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:24 08:56:24.405 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:24 08:56:24.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:25 08:56:25.405 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:25 08:56:25.906 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:26 08:56:26.406 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:26 08:56:26.906 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:27 08:56:27.407 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:27 08:56:27.908 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:28 08:56:28.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:28 08:56:28.908 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:29 08:56:29.409 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:29 08:56:29.909 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:30 08:56:30.410 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:30 08:56:30.911 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:31 08:56:31.411 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:31 08:56:31.912 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:32 08:56:32.413 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:32 08:56:32.913 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:33 08:56:33.414 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:33 08:56:33.915 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:34 08:56:34.415 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:34 08:56:34.916 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:35 08:56:35.416 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:35 08:56:35.917 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:36 08:56:36.417 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:36 08:56:36.918 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:37 08:56:37.419 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:37 08:56:37.920 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:38 08:56:38.420 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:38 08:56:38.920 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:39 08:56:39.420 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:39 08:56:39.921 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:40 08:56:40.422 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:40 08:56:40.923 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:41 08:56:41.423 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:41 08:56:41.923 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:43 08:56:42.423 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:43 08:56:42.923 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:43 08:56:43.424 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:43 08:56:43.924 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:44 08:56:44.424 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:44 08:56:44.924 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:45 08:56:45.424 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:45 08:56:45.925 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:46 08:56:46.425 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:46 08:56:46.925 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:47 08:56:47.425 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:47 08:56:47.925 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:48 08:56:48.426 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:48 08:56:48.926 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:49 08:56:49.426 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:49 08:56:49.926 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:50 08:56:50.427 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:50 08:56:50.927 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:51 08:56:51.427 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:51 08:56:51.927 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:52 08:56:52.428 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:52 08:56:52.928 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:53 08:56:53.428 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:53 08:56:53.929 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:54 08:56:54.429 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:54 08:56:54.929 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:55 08:56:55.430 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:55 08:56:55.931 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:56 08:56:56.432 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:56 08:56:56.932 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:57 08:56:57.432 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:57 08:56:57.933 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:58 08:56:58.434 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:58 08:56:58.934 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:59 08:56:59.434 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:56:59 08:56:59.935 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
04:57:00 08:57:00.435 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Animation start' is a system job, skipped
04:57:00 08:57:00.435 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:00 08:57:00.435 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:00 08:57:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:00 08:57:00.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
04:57:00 08:57:00.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:00 08:57:00.436 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:00 08:57:00.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:00 08:57:00.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:00 08:57:00.438 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)
04:57:00 08:57:00.438 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
04:57:00 08:57:00.438 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:00 08:57:00.438 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:00 08:57:00.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:00 08:57:00.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:00 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.186 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
04:57:00 testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)  Time elapsed: 0.003 s
04:57:00 testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)  Time elapsed: 60.064 s
04:57:00 Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest
04:57:00 08:57:00.471 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
04:57:00 08:57:00.474 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:57:00 08:57:00.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:00 08:57:00.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
04:57:00 08:57:00.475 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:00 08:57:00.475 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:57:00 08:57:00.475 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:00 08:57:00.475 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:57:00 08:57:00.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:00 08:57:00.476 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
04:57:00 08:57:00.476 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.*']
04:57:00 08:57:00.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:00 08:57:00.477 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.*']
04:57:00 08:57:00.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:00 08:57:00.477 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.*']
04:57:00 08:57:00.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:00 08:57:00.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:00 08:57:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:00 08:57:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:00 08:57:00.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:00 08:57:00.477 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:57:00 08:57:00.478 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:00 08:57:00.478 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:57:00 08:57:00.478 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:57:00 08:57:00.478 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:57:00 08:57:00.478 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:57:00 08:57:00.478 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:57:00 08:57:00.478 DEBUG [main][MenuItemLookup] Item match:Window
04:57:00 08:57:00.480 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Found menu:''
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Found menu:''
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Found menu:''
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:57:00 08:57:00.481 DEBUG [main][MenuItemLookup] Item match:Preferences
04:57:00 08:57:00.481 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:57:00 08:57:00.481 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:57:00 08:57:00.481 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:57:00 08:57:00.562 DEBUG [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....
04:57:00 08:57:00.564 DEBUG [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
04:57:00 08:57:00.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:57:00 08:57:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:00 08:57:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:00 08:57:00.565 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:57:00 08:57:00.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:00 08:57:00.566 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
04:57:00 08:57:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:00 08:57:00.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:00 08:57:00.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:00 08:57:00.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:57:00 08:57:00.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:57:00 08:57:00.568 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)
04:57:00 08:57:00.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:00 08:57:00.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:00 08:57:00.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:00 08:57:00.582 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:57:00 08:57:00.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:00 08:57:00.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:00 08:57:00.582 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:00 08:57:00.582 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:00 08:57:00.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:57:00 08:57:00.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:57:00 08:57:00.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:00 08:57:00.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:00 08:57:00.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:00 08:57:00.614 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:00 08:57:00.615 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:00 08:57:00.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:00 08:57:00.626 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu.
04:57:00 08:57:00.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:00 08:57:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:00 08:57:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:00 08:57:00.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:00 08:57:00.626 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:57:00 08:57:00.626 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:00 08:57:00.626 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:57:00 08:57:00.626 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:57:00 08:57:00.626 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:57:00 08:57:00.626 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:57:00 08:57:00.626 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:57:00 08:57:00.626 DEBUG [main][MenuItemLookup] Item match:Window
04:57:00 08:57:00.627 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:57:00 08:57:00.627 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:57:00 08:57:00.627 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:57:00 08:57:00.627 DEBUG [main][MenuItemLookup] Found menu:''
04:57:00 08:57:00.627 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:57:00 08:57:00.627 DEBUG [main][MenuItemLookup] Item match:Show View
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:''
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:57:00 08:57:00.630 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:57:00 08:57:00.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:57:00 08:57:00.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:57:00 08:57:00.631 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:57:00 08:57:00.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:57:00 08:57:00.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
04:57:00 08:57:00.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:57:00 08:57:00.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:00 08:57:00.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:00 08:57:00.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
04:57:00 08:57:00.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:00 08:57:00.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:00 08:57:00.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:00 08:57:00.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:57:00 08:57:00.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:00 08:57:00.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:00 08:57:00.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:00 08:57:00.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:00 08:57:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:57:00 08:57:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:57:00 08:57:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:57:00 08:57:00.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:00 08:57:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:00 08:57:00.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:57:00 08:57:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:00 08:57:00.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:00 08:57:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:57:00 08:57:00.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:00 08:57:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:00 08:57:00.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:57:00 08:57:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:00 08:57:00.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:00 08:57:00.681 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer
04:57:00 08:57:00.681 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer
04:57:00 08:57:00.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection
04:57:00 08:57:00.682 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer
04:57:00 08:57:00.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:00 08:57:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:00 08:57:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:00 08:57:00.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:57:00 08:57:00.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:00 08:57:00.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:57:00 08:57:00.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:00 08:57:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:00 08:57:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:00 08:57:00.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:57:00 08:57:00.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:00 08:57:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:00 08:57:00.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:00 08:57:00.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:00 08:57:00.688 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:57:00 08:57:00.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:00 08:57:00.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:00 08:57:00.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:00 08:57:00.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:00 08:57:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:57:00 08:57:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:57:00 08:57:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open...
04:57:00 08:57:00.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully
04:57:00 08:57:00.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:00 08:57:00.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:00 08:57:00.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:00 08:57:00.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:00 08:57:00.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:57:00 08:57:00.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:00 08:57:00.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:00 08:57:00.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:00 08:57:00.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:00 08:57:00.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:00 08:57:00.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:00 08:57:00.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:00 08:57:00.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:00 08:57:00.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:00 08:57:00.766 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:00 08:57:00.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:00 08:57:00.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:00 08:57:00.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:57:00 To add a project: TooltipText=null
04:57:00 08:57:00.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:00 08:57:00.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:00 08:57:00.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:00 08:57:00.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:57:00 To add a project: TooltipText=null
04:57:00 08:57:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:00 08:57:00.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:00 08:57:00.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:00 08:57:00.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:00 08:57:00.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:00 08:57:00.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:57:00 To add a project: TooltipText=null
04:57:00 08:57:00.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:00 08:57:00.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)
04:57:00 08:57:00.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
04:57:00 08:57:00.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:00 08:57:00.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:00 08:57:00.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:00 08:57:00.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
04:57:00 08:57:00.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:00 08:57:00.836 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:00 08:57:00.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:00 08:57:00.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:00 08:57:00.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)
04:57:00 08:57:00.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:00 08:57:00.898 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)
04:57:00 08:57:00.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
04:57:00 08:57:00.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:00 08:57:00.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:00 08:57:00.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:00 08:57:00.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
04:57:00 08:57:00.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:00 08:57:00.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:00 08:57:00.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:00 08:57:00.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:00 08:57:00.898 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)
04:57:00 08:57:00.898 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:00 08:57:00.898 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:00 08:57:00.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.900 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:57:00 08:57:00.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:00 08:57:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:00 08:57:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:00 08:57:00.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:00 08:57:00.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')
04:57:00 08:57:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:00 08:57:00.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:00 08:57:00.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:00 08:57:00.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:00 08:57:00.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:00 08:57:00.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:00 08:57:00.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:00 08:57:00.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:00 08:57:00.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:00 08:57:00.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:00 08:57:00.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:00 08:57:00.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:00 08:57:00.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:00 08:57:00.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:00 08:57:00.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:00 08:57:00.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:00 08:57:00.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:00 08:57:00.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:00 08:57:00.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:00 08:57:00.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:00 08:57:00.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:01 08:57:01.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:01 08:57:01.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:01 08:57:01.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:01 08:57:01.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:01 08:57:01.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:01 08:57:01.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:01 08:57:01.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:01 08:57:01.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:01 08:57:01.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:01 08:57:01.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:01 08:57:01.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:01 08:57:01.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:01 08:57:01.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:01 08:57:01.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:01 08:57:01.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:01 08:57:01.945 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject
04:57:01 08:57:01.953 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:01 08:57:01.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:01 08:57:01.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:01 08:57:01.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:01 08:57:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:01 08:57:01.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:01 08:57:01.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:02 08:57:02.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:02 08:57:02.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:02 08:57:02.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:02 08:57:02.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:02 08:57:02.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:02 08:57:02.955 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:02 08:57:02.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:02 08:57:02.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:02 08:57:02.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:02 08:57:02.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:02 08:57:02.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:02 08:57:02.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:02 08:57:02.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:02 08:57:02.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:02 08:57:02.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:02 08:57:02.957 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject
04:57:02 08:57:02.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:02 08:57:02.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:02 08:57:02.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:02 08:57:02.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:02 08:57:02.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:02 08:57:02.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:02 08:57:02.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:02 08:57:02.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:02 08:57:02.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:02 08:57:02.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:02 08:57:02.959 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
04:57:02 08:57:02.959 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
04:57:02 08:57:02.960 DEBUG [main][TreeItemHandler] Set Tree selection
04:57:02 08:57:02.960 DEBUG [main][TreeHandler] Notify Tree about selection event
04:57:02 08:57:02.985 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
04:57:02 08:57:02.988 DEBUG [WorkbenchTestable][TreeItemHandler]   MyProject
04:57:02 08:57:02.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:57:02 08:57:02.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'New'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:''
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:''
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Move...'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:''
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Import...'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Export...'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:''
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
04:57:03 08:57:03.048 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
04:57:03 08:57:03.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
04:57:03 08:57:03.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
04:57:03 08:57:03.049 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
04:57:03 08:57:03.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:03 08:57:03.051 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
04:57:03 08:57:03.551 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:03 08:57:03.551 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:03 08:57:03.551 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:03 08:57:03.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:03 08:57:03.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:57:03 08:57:03.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:03 08:57:03.574 DEBUG [main][MenuItemLookup] Found menu:'New'
04:57:03 08:57:03.574 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
04:57:03 08:57:03.574 DEBUG [main][MenuItemLookup] Found menu:''
04:57:03 08:57:03.574 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
04:57:03 08:57:03.574 DEBUG [main][MenuItemLookup] Found menu:''
04:57:03 08:57:03.574 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:57:03 08:57:03.574 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:57:03 08:57:03.574 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:57:03 08:57:03.574 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
04:57:03 08:57:03.574 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
04:57:03 08:57:03.574 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
04:57:03 08:57:03.574 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
04:57:03 08:57:03.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available....
04:57:04 08:57:04.236 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
04:57:04 08:57:04.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
04:57:04 08:57:04.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:04 08:57:04.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:04 08:57:04.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32)
04:57:04 08:57:04.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:04 08:57:04.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:04 08:57:04.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:04 08:57:04.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
04:57:04 08:57:04.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:04 08:57:04.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:04 08:57:04.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:04 08:57:04.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:04 08:57:04.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:04 08:57:04.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:04 08:57:04.242 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
04:57:04 08:57:04.243 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
04:57:04 08:57:04.243 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
04:57:04 08:57:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:04 08:57:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:04 08:57:04.243 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:04 08:57:04.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:04 08:57:04.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK")
04:57:04 08:57:04.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:04 08:57:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:04 08:57:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:04 08:57:04.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
04:57:04 08:57:04.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:04 08:57:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:04 08:57:04.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:04 08:57:04.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:04 08:57:04.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:04 08:57:04.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:04 08:57:04.245 INFO [WorkbenchTestable][AbstractButton] Click button OK
04:57:04 08:57:04.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:04 08:57:04.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:04 08:57:04.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:04 08:57:04.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:04 08:57:04.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
04:57:04 08:57:04.260 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
04:57:04 08:57:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
04:57:04 08:57:04.762 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
04:57:04 08:57:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:04 08:57:04.762 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
04:57:04 08:57:04.762 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
04:57:04 08:57:04.762 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:04 08:57:04.762 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:04 08:57:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:04 08:57:04.762 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:04 08:57:04.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:04 08:57:04.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:04 08:57:04.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
04:57:04 08:57:04.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:04 08:57:04.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:04 08:57:04.764 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
04:57:04 08:57:04.764 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:04 08:57:04.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:04 08:57:04.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:04 08:57:04.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:04 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.306 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest
04:57:04 testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)  Time elapsed: 0.063 s
04:57:04 testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)  Time elapsed: 0 s
04:57:04 Running org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:04 08:57:04.772 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:04 08:57:04.773 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:57:04 08:57:04.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:04 08:57:04.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:04 08:57:04.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:04 08:57:04.773 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:57:04 08:57:04.774 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:04 08:57:04.774 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:57:04 08:57:04.774 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:04 08:57:04.774 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
04:57:04 08:57:04.774 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.*']
04:57:04 08:57:04.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.774 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.*']
04:57:04 08:57:04.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.774 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.*']
04:57:04 08:57:04.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:04 08:57:04.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:04 08:57:04.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:04 08:57:04.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:04 08:57:04.775 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:57:04 08:57:04.775 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:04 08:57:04.775 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:57:04 08:57:04.775 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:57:04 08:57:04.775 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:57:04 08:57:04.775 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:57:04 08:57:04.775 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:57:04 08:57:04.775 DEBUG [main][MenuItemLookup] Item match:Window
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:''
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:''
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:''
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:57:04 08:57:04.776 DEBUG [main][MenuItemLookup] Item match:Preferences
04:57:04 08:57:04.776 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:57:04 08:57:04.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:57:04 08:57:04.776 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:57:04 08:57:04.846 DEBUG [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....
04:57:04 08:57:04.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
04:57:04 08:57:04.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:57:04 08:57:04.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:04 08:57:04.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:04 08:57:04.849 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:57:04 08:57:04.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.849 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
04:57:04 08:57:04.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:04 08:57:04.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:04 08:57:04.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:04 08:57:04.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:04 08:57:04.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:04 08:57:04.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:57:04 08:57:04.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:57:04 08:57:04.851 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)
04:57:04 08:57:04.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:04 08:57:04.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:04 08:57:04.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:04 08:57:04.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:04 08:57:04.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:04 08:57:04.854 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:57:04 08:57:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:04 08:57:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:04 08:57:04.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:04 08:57:04.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:04 08:57:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:57:04 08:57:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:57:04 08:57:04.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:04 08:57:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:04 08:57:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:04 08:57:04.871 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:04 08:57:04.871 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:04 08:57:04.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:04 08:57:04.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:04 08:57:04.873 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:57:04 08:57:04.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:04 08:57:04.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:04 08:57:04.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:04 08:57:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:04 08:57:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:04 08:57:04.874 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:04 08:57:04.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:57:04 08:57:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:04 08:57:04.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:04 08:57:04.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:04 08:57:04.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:04 08:57:04.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:04 08:57:04.876 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:04 08:57:04.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:04 08:57:04.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:04 08:57:04.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:04 08:57:04.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:04 08:57:04.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:04 08:57:04.877 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:04 08:57:04.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:04 08:57:04.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:04 08:57:04.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:57:04 To add a project: TooltipText=null
04:57:04 08:57:04.878 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:04 08:57:04.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:04 08:57:04.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:04 08:57:04.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:57:04 To add a project: TooltipText=null
04:57:04 08:57:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:04 08:57:04.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:04 08:57:04.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:04 08:57:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:04 08:57:04.880 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:57:04 08:57:04.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:57:04 08:57:04.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:04 08:57:04.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:57:04 To add a project: TooltipText=null
04:57:04 08:57:04.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']
04:57:04 08:57:04.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:04 08:57:04.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"]
04:57:04 08:57:04.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:04 08:57:04.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:04 08:57:04.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:04 08:57:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:04 08:57:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:04 08:57:04.896 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:04 08:57:04.896 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:57:04 08:57:04.896 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:04 08:57:04.896 DEBUG [main][MenuItemLookup] Item match:File
04:57:04 08:57:04.897 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:57:04 08:57:04.898 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:57:04 08:57:04.900 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:57:04 08:57:04.900 DEBUG [main][MenuItemLookup] Found menu:''
04:57:04 08:57:04.900 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:57:04 08:57:04.900 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:04 08:57:04.900 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
04:57:04 08:57:04.900 DEBUG [main][MenuItemLookup] Found menu:''
04:57:04 08:57:04.900 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
04:57:04 08:57:04.900 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
04:57:04 08:57:04.931 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
04:57:04 08:57:04.931 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
04:57:04 08:57:04.931 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
04:57:05 08:57:05.002 DEBUG [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....
04:57:05 08:57:05.003 DEBUG [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
04:57:05 08:57:05.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
04:57:05 08:57:05.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:05 08:57:05.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:05 08:57:05.005 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:57:05 08:57:05.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:05 08:57:05.005 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
04:57:05 08:57:05.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:05 08:57:05.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:05 08:57:05.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:05 08:57:05.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:05 08:57:05.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:05 08:57:05.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:57:05 08:57:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:57:05 08:57:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:57:05 08:57:05.009 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:05 08:57:05.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:05 08:57:05.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:05 08:57:05.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:05 08:57:05.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:57:05 08:57:05.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:05 08:57:05.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:05 08:57:05.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:57:05 08:57:05.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:05 08:57:05.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:05 08:57:05.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project
04:57:05 08:57:05.512 DEBUG [main][TreeItemHandler] Selecting tree item: Project
04:57:05 08:57:05.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection
04:57:05 08:57:05.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project
04:57:05 08:57:05.515 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:57:05 08:57:05.516 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
04:57:05 08:57:05.516 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)
04:57:05 08:57:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:05 08:57:05.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:05 08:57:05.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:05 08:57:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:05 08:57:05.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:05 08:57:05.519 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:57:05 08:57:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:05 08:57:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:05 08:57:05.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:05 08:57:05.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:05 08:57:05.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:05 08:57:05.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:05 08:57:05.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:05 08:57:05.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available....
04:57:05 08:57:05.559 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
04:57:05 08:57:05.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project
04:57:05 08:57:05.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:05 08:57:05.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:05 08:57:05.560 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
04:57:05 08:57:05.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:05 08:57:05.561 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject'
04:57:05 08:57:05.561 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:
04:57:05 is "Project name:")
04:57:05 08:57:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:05 08:57:05.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:05 08:57:05.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:05 08:57:05.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:05 08:57:05.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:57:05 08:57:05.564 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:57:05 08:57:05.565 INFO [WorkbenchTestable][AbstractText] Text set to: testProject
04:57:05 08:57:05.566 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
04:57:05 08:57:05.566 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard
04:57:05 08:57:05.566 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)
04:57:05 08:57:05.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:05 08:57:05.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:05 08:57:05.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:05 08:57:05.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:05 08:57:05.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:05 08:57:05.569 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:57:05 08:57:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:05 08:57:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:05 08:57:05.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:05 08:57:05.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:05 08:57:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:57:06 08:57:06.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:57:06 08:57:06.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:06 08:57:06.073 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
04:57:06 08:57:06.074 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:06 08:57:06.074 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:06 08:57:06.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:06 08:57:06.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:06 08:57:06.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:06 08:57:06.076 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:57:06 08:57:06.076 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:06 08:57:06.076 DEBUG [main][MenuItemLookup] Item match:File
04:57:06 08:57:06.077 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:57:06 08:57:06.077 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:57:06 08:57:06.079 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:57:06 08:57:06.079 DEBUG [main][MenuItemLookup] Found menu:''
04:57:06 08:57:06.079 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:57:06 08:57:06.079 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:06 08:57:06.079 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
04:57:06 08:57:06.079 DEBUG [main][MenuItemLookup] Found menu:''
04:57:06 08:57:06.079 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
04:57:06 08:57:06.079 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
04:57:06 08:57:06.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
04:57:06 08:57:06.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
04:57:06 08:57:06.079 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
04:57:06 08:57:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
04:57:06 08:57:06.148 DEBUG [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
04:57:06 08:57:06.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
04:57:06 08:57:06.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:06 08:57:06.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:06 08:57:06.149 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:57:06 08:57:06.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.149 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
04:57:06 08:57:06.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:06 08:57:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:57:06 08:57:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:57:06 08:57:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:57:06 08:57:06.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:06 08:57:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:06 08:57:06.151 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:57:06 08:57:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:06 08:57:06.151 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:06 08:57:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:57:06 08:57:06.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:06 08:57:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:06 08:57:06.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:57:06 08:57:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:06 08:57:06.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:06 08:57:06.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
04:57:06 08:57:06.152 DEBUG [main][TreeItemHandler] Selecting tree item: File
04:57:06 08:57:06.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
04:57:06 08:57:06.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
04:57:06 08:57:06.155 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:57:06 08:57:06.155 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
04:57:06 08:57:06.155 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)
04:57:06 08:57:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:06 08:57:06.157 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:57:06 08:57:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:06 08:57:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:06 08:57:06.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:06 08:57:06.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:06 08:57:06.198 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
04:57:06 08:57:06.198 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
04:57:06 08:57:06.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
04:57:06 08:57:06.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:06 08:57:06.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:06 08:57:06.199 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:57:06 08:57:06.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.200 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:
04:57:06 is "File name:")
04:57:06 08:57:06.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:57:06 08:57:06.205 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:57:06 08:57:06.206 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min
04:57:06 08:57:06.207 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:
04:57:06 is "Enter or select the parent folder:")
04:57:06 08:57:06.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:57:06 08:57:06.209 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:57:06 08:57:06.210 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
04:57:06 08:57:06.210 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:57:06 08:57:06.210 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
04:57:06 08:57:06.210 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)
04:57:06 08:57:06.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:06 08:57:06.232 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:57:06 08:57:06.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:06 08:57:06.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:06 08:57:06.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:06 08:57:06.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:06 08:57:06.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:57:06 08:57:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:57:06 08:57:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:06 08:57:06.737 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:06 08:57:06.737 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:06 08:57:06.737 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:06 08:57:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:06 08:57:06.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:06 08:57:06.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:06 08:57:06.746 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:06 08:57:06.746 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null
04:57:06 08:57:06.746 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:06 08:57:06.746 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:06 08:57:06.747 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:06 08:57:06.747 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:57:06 08:57:06.747 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
04:57:06 08:57:06.748 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:06 08:57:06.775 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:06 08:57:06.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:57:06 08:57:06.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:06 08:57:06.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:06 08:57:06.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:06 08:57:06.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:06 08:57:06.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:57:06 08:57:06.777 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:06 08:57:06.777 DEBUG [main][MenuItemLookup] Item match:File
04:57:06 08:57:06.778 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:57:06 08:57:06.778 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:57:06 08:57:06.779 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:57:06 08:57:06.779 DEBUG [main][MenuItemLookup] Found menu:''
04:57:06 08:57:06.779 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:57:06 08:57:06.779 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:06 08:57:06.779 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
04:57:06 08:57:06.779 DEBUG [main][MenuItemLookup] Found menu:''
04:57:06 08:57:06.779 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
04:57:06 08:57:06.779 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
04:57:06 08:57:06.780 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
04:57:06 08:57:06.780 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
04:57:06 08:57:06.780 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
04:57:06 08:57:06.835 DEBUG [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....
04:57:06 08:57:06.838 DEBUG [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
04:57:06 08:57:06.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
04:57:06 08:57:06.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:06 08:57:06.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:06 08:57:06.839 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:57:06 08:57:06.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.839 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
04:57:06 08:57:06.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:06 08:57:06.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:57:06 08:57:06.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:06 08:57:06.842 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:06 08:57:06.842 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
04:57:06 08:57:06.842 DEBUG [main][TreeItemHandler] Selecting tree item: File
04:57:06 08:57:06.842 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
04:57:06 08:57:06.842 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
04:57:06 08:57:06.842 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:57:06 08:57:06.842 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
04:57:06 08:57:06.842 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)
04:57:06 08:57:06.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:06 08:57:06.844 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:57:06 08:57:06.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:06 08:57:06.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:06 08:57:06.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:06 08:57:06.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:06 08:57:06.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:06 08:57:06.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
04:57:06 08:57:06.873 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
04:57:06 08:57:06.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
04:57:06 08:57:06.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:06 08:57:06.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:06 08:57:06.874 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:57:06 08:57:06.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:06 08:57:06.874 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:
04:57:06 is "File name:")
04:57:06 08:57:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:57:06 08:57:06.879 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:57:06 08:57:06.880 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min
04:57:06 08:57:06.880 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:
04:57:06 is "Enter or select the parent folder:")
04:57:06 08:57:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:57:06 08:57:06.883 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:57:06 08:57:06.883 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
04:57:06 08:57:06.883 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:57:06 08:57:06.883 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
04:57:06 08:57:06.883 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)
04:57:06 08:57:06.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:06 08:57:06.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:06 08:57:06.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:06 08:57:06.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:06 08:57:06.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:06 08:57:06.891 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:57:06 08:57:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:06 08:57:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:06 08:57:06.891 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:06 08:57:06.891 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:06 08:57:06.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:57:07 08:57:07.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:57:07 08:57:07.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:07 08:57:07.395 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
04:57:07 08:57:07.395 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:07 08:57:07.395 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:07 08:57:07.395 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:07 08:57:07.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:07 08:57:07.395 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:07 08:57:07.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:07 08:57:07.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:07 08:57:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:07 08:57:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:07 08:57:07.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:07 08:57:07.397 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform'
04:57:07 08:57:07.397 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:07 08:57:07.398 DEBUG [main][MenuItemLookup] Item match:File
04:57:07 08:57:07.398 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:57:07 08:57:07.399 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:57:07 08:57:07.400 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:57:07 08:57:07.400 DEBUG [main][MenuItemLookup] Found menu:''
04:57:07 08:57:07.400 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:57:07 08:57:07.400 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:07 08:57:07.400 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
04:57:07 08:57:07.400 DEBUG [main][MenuItemLookup] Found menu:''
04:57:07 08:57:07.400 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
04:57:07 08:57:07.400 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
04:57:07 08:57:07.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
04:57:07 08:57:07.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
04:57:07 08:57:07.411 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
04:57:07 08:57:07.464 DEBUG [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....
04:57:07 08:57:07.467 DEBUG [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
04:57:07 08:57:07.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
04:57:07 08:57:07.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:07 08:57:07.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:07 08:57:07.469 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:57:07 08:57:07.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.469 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
04:57:07 08:57:07.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:07 08:57:07.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:07 08:57:07.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:07 08:57:07.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:07 08:57:07.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:07 08:57:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:57:07 08:57:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:57:07 08:57:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:57:07 08:57:07.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:07 08:57:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:07 08:57:07.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:57:07 08:57:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:07 08:57:07.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:07 08:57:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:57:07 08:57:07.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:57:07 08:57:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:07 08:57:07.472 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:57:07 08:57:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:07 08:57:07.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:57:07 08:57:07.472 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
04:57:07 08:57:07.472 DEBUG [main][TreeItemHandler] Selecting tree item: File
04:57:07 08:57:07.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
04:57:07 08:57:07.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
04:57:07 08:57:07.472 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:57:07 08:57:07.472 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
04:57:07 08:57:07.472 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)
04:57:07 08:57:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:07 08:57:07.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:07 08:57:07.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:07 08:57:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:07 08:57:07.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:07 08:57:07.474 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:57:07 08:57:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:07 08:57:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:07 08:57:07.474 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:07 08:57:07.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:07 08:57:07.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:57:07 08:57:07.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
04:57:07 08:57:07.503 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
04:57:07 08:57:07.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
04:57:07 08:57:07.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:07 08:57:07.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:07 08:57:07.504 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:57:07 08:57:07.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:57:07 08:57:07.504 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:
04:57:07 is "File name:")
04:57:07 08:57:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:07 08:57:07.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:07 08:57:07.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:07 08:57:07.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:07 08:57:07.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:57:07 08:57:07.509 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:57:07 08:57:07.509 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min
04:57:07 08:57:07.510 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:
04:57:07 is "Enter or select the parent folder:")
04:57:07 08:57:07.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:07 08:57:07.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:07 08:57:07.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:07 08:57:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:07 08:57:07.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:57:07 08:57:07.528 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:57:07 08:57:07.529 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
04:57:07 08:57:07.529 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:57:07 08:57:07.529 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
04:57:07 08:57:07.529 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)
04:57:07 08:57:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:07 08:57:07.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:07 08:57:07.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:07 08:57:07.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:07 08:57:07.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:07 08:57:07.534 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:57:07 08:57:07.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:07 08:57:07.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:07 08:57:07.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:07 08:57:07.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:07 08:57:07.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:57:08 08:57:08.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:57:08 08:57:08.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:08 08:57:08.038 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:08 08:57:08.038 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:08 08:57:08.038 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:08 08:57:08.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:08 08:57:08.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E')
04:57:08 08:57:08.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:08 08:57:08.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:08 08:57:08.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:08 08:57:08.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:08 08:57:08.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:08 08:57:08.042 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min
04:57:08 08:57:08.048 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:08 08:57:08.049 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:08 08:57:08.049 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:08 08:57:08.049 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:08 08:57:08.050 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:08 08:57:08.050 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:57:08 08:57:08.050 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
04:57:08 08:57:08.050 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min
04:57:08 08:57:08.058 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed
04:57:08 08:57:08.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:08 08:57:08.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:08 08:57:08.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:08 08:57:08.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:08 08:57:08.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:08 08:57:08.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:08 08:57:08.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:08 08:57:08.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:08 08:57:08.071 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu.
04:57:08 08:57:08.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:08 08:57:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:08 08:57:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:08 08:57:08.072 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:08 08:57:08.072 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform'
04:57:08 08:57:08.072 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:08 08:57:08.072 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:57:08 08:57:08.072 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:57:08 08:57:08.072 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:57:08 08:57:08.072 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:57:08 08:57:08.072 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:57:08 08:57:08.072 DEBUG [main][MenuItemLookup] Item match:Window
04:57:08 08:57:08.072 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:57:08 08:57:08.073 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:57:08 08:57:08.073 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:57:08 08:57:08.073 DEBUG [main][MenuItemLookup] Found menu:''
04:57:08 08:57:08.073 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:57:08 08:57:08.073 DEBUG [main][MenuItemLookup] Item match:Show View
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:'Progress'
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:'Properties'
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:''
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
04:57:08 08:57:08.075 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
04:57:08 08:57:08.076 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
04:57:08 08:57:08.076 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
04:57:08 08:57:08.076 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
04:57:08 08:57:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
04:57:08 08:57:08.121 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
04:57:08 08:57:08.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:08 08:57:08.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:08 08:57:08.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:08 08:57:08.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:08 08:57:08.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:08 08:57:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:57:08 08:57:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:57:08 08:57:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children...
04:57:08 08:57:08.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java
04:57:08 08:57:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:08 08:57:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:08 08:57:08.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java
04:57:08 08:57:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully
04:57:08 08:57:08.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java
04:57:08 08:57:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:08 08:57:08.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed
04:57:08 08:57:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:08 08:57:08.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java
04:57:08 08:57:08.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer
04:57:08 08:57:08.626 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer
04:57:08 08:57:08.626 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection
04:57:08 08:57:08.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer
04:57:08 08:57:08.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:08 08:57:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:08 08:57:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:08 08:57:08.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:57:08 08:57:08.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:08 08:57:08.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:08 08:57:08.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:08 08:57:08.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:57:08 08:57:08.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:08 08:57:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:08 08:57:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:08 08:57:08.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
04:57:08 08:57:08.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:08 08:57:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:08 08:57:08.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:08 08:57:08.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:08 08:57:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:08 08:57:08.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:08 08:57:08.629 INFO [WorkbenchTestable][AbstractButton] Click button &Open
04:57:08 08:57:08.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:08 08:57:08.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:08 08:57:08.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:08 08:57:08.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:08 08:57:08.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:57:08 08:57:08.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:57:08 08:57:08.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open...
04:57:08 08:57:08.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:08 08:57:08.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:08 08:57:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully
04:57:08 08:57:08.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:08 08:57:08.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:08 08:57:08.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:08 08:57:08.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:08 08:57:08.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:08 08:57:08.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:08 08:57:08.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:08 08:57:08.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:08 08:57:08.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:08 08:57:08.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:08 08:57:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:08 08:57:08.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:08 08:57:08.854 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:08 08:57:08.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:08 08:57:08.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:08 08:57:08.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null
04:57:08 08:57:08.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:08 08:57:08.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:08 08:57:08.865 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:08 08:57:08.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:08 08:57:08.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:08 08:57:08.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:08 08:57:08.866 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:08 08:57:08.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:08 08:57:08.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:08 08:57:08.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:08 08:57:08.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:08 08:57:08.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:08 08:57:08.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:09 08:57:09.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:09 08:57:09.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:09 08:57:09.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:09 08:57:09.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:09 08:57:09.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:09 08:57:09.868 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:09 08:57:09.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:09 08:57:09.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:09 08:57:09.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:09 08:57:09.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:09 08:57:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:09 08:57:09.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:09 08:57:09.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:09 08:57:09.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:09 08:57:09.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:09 08:57:09.870 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:09 08:57:09.873 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:09 08:57:09.873 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:09 08:57:09.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:09 08:57:09.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:10 08:57:10.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:10 08:57:10.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:10 08:57:10.376 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:10 08:57:10.376 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:10 08:57:10.376 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:10 08:57:10.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:10 08:57:10.388 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:10 08:57:10.388 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:10 08:57:10.388 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:10 08:57:10.388 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:10 08:57:10.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:10 08:57:10.390 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:10 08:57:10.390 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:10 08:57:10.414 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:10 08:57:10.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:10 08:57:10.414 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:10 08:57:10.414 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:10 08:57:10.414 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:10 08:57:10.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:10 08:57:10.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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')
04:57:10 08:57:10.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:10 08:57:10.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:10 08:57:10.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:10 08:57:10.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:10 08:57:10.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:10 08:57:10.421 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:10 08:57:10.421 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:10 08:57:10.421 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:10 08:57:10.421 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:10 08:57:10.422 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:10 08:57:10.422 DEBUG [main][EditorHandler] 2 editor(s) found
04:57:10 08:57:10.423 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
04:57:10 08:57:10.429 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
04:57:10 08:57:10.429 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:10 08:57:10.461 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:10 08:57:10.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:10 08:57:10.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:10 08:57:10.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:10 08:57:10.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:10 08:57:10.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:10 08:57:10.462 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:10 08:57:10.462 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:10 08:57:10.462 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:10 08:57:10.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:10 08:57:10.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:10 08:57:10.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:10 08:57:10.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:10 08:57:10.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:10 08:57:10.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:10 08:57:10.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:10 08:57:10.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:10 08:57:10.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:10 08:57:10.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:10 08:57:10.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:10 08:57:10.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:10 08:57:10.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:10 08:57:10.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:10 08:57:10.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:10 08:57:10.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:10 08:57:10.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:10 08:57:10.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:10 08:57:10.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:10 08:57:10.473 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:10 08:57:10.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:10 08:57:10.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:10 08:57:10.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:10 08:57:10.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:10 08:57:10.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:10 08:57:10.475 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:10 08:57:10.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:10 08:57:10.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:10 08:57:10.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:10 08:57:10.475 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:10 08:57:10.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:10 08:57:10.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:10 08:57:10.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:10 08:57:10.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:10 08:57:10.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:10 08:57:10.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:10 08:57:10.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:10 08:57:10.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:11 08:57:11.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:11 08:57:11.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:11 08:57:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:11 08:57:11.489 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:11 08:57:11.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:11 08:57:11.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:11 08:57:11.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:11 08:57:11.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:11 08:57:11.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:11 08:57:11.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:11 08:57:11.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:11 08:57:11.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:11 08:57:11.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:11 08:57:11.491 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:11 08:57:11.491 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:11 08:57:11.491 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:11 08:57:11.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:11 08:57:11.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:11 08:57:11.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:11 08:57:11.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:11 08:57:11.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:11 08:57:11.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:11 08:57:11.492 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:11 08:57:11.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:11 08:57:11.494 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:11 08:57:11.494 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:11 08:57:11.494 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:11 08:57:11.494 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:11 08:57:11.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:11 08:57:11.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:11 08:57:11.496 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:11 08:57:11.496 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:11 08:57:11.516 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:11 08:57:11.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:11 08:57:11.517 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:11 08:57:11.517 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:11 08:57:11.517 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:11 08:57:11.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:11 08:57:11.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 '\*?\QeditorTest.min\E')
04:57:11 08:57:11.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:11 08:57:11.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:11 08:57:11.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:11 08:57:11.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:11 08:57:11.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:11 08:57:11.520 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:11 08:57:11.520 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:11 08:57:11.520 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:11 08:57:11.520 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:11 08:57:11.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:57:11 08:57:11.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:11 08:57:11.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:11 08:57:11.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:11 08:57:11.522 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
04:57:11 08:57:11.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:11 08:57:11.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:11 08:57:11.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:11 08:57:11.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:11 08:57:11.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:11 08:57:11.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:11 08:57:11.522 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
04:57:11 08:57:11.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:11 08:57:11.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:11 08:57:11.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:11 08:57:11.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:11 08:57:11.524 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:11 08:57:11.524 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:11 08:57:11.524 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:11 08:57:11.550 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:11 08:57:11.550 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:11 08:57:11.550 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:11 08:57:11.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:11 08:57:11.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:11 08:57:11.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:11 08:57:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:11 08:57:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:11 08:57:11.551 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:11 08:57:11.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:11 08:57:11.551 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:11 08:57:11.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:11 08:57:11.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:11 08:57:11.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:11 08:57:11.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:11 08:57:11.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:11 08:57:11.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:11 08:57:11.554 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:11 08:57:11.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:11 08:57:11.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:11 08:57:11.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:11 08:57:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:11 08:57:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:11 08:57:11.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:11 08:57:11.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:11 08:57:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:11 08:57:11.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:11 08:57:11.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:11 08:57:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:11 08:57:11.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:11 08:57:11.561 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:11 08:57:11.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:11 08:57:11.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:11 08:57:11.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:11 08:57:11.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:11 08:57:11.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:11 08:57:11.564 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:11 08:57:11.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:11 08:57:11.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:11 08:57:11.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:11 08:57:11.575 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:11 08:57:11.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:11 08:57:11.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:11 08:57:11.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:11 08:57:11.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:11 08:57:11.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:11 08:57:11.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:12 08:57:12.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:12 08:57:12.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:12 08:57:12.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:12 08:57:12.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:12 08:57:12.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:12 08:57:12.577 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:12 08:57:12.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:12 08:57:12.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:12 08:57:12.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:12 08:57:12.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:12 08:57:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:12 08:57:12.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:12 08:57:12.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:12 08:57:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:12 08:57:12.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:12 08:57:12.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:12 08:57:12.579 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:12 08:57:12.579 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:12 08:57:12.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:12 08:57:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:12 08:57:12.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:12 08:57:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:12 08:57:12.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:12 08:57:12.580 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:12 08:57:12.580 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:12 08:57:12.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:12 08:57:12.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:12 08:57:12.582 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:12 08:57:12.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:12 08:57:12.582 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:12 08:57:12.582 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:12 08:57:12.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:12 08:57:12.583 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:12 08:57:12.583 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:12 08:57:12.604 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:12 08:57:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:12 08:57:12.604 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:12 08:57:12.604 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:12 08:57:12.604 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:12 08:57:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:12 08:57:12.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:12 08:57:12.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:12 08:57:12.608 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:12 08:57:12.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:12 08:57:12.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:12 08:57:12.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:12 08:57:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:12 08:57:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:12 08:57:12.612 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:12 08:57:12.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 '\*?\QPackage Explorer\E')
04:57:12 08:57:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:12 08:57:12.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:12 08:57:12.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:12 08:57:12.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:12 08:57:12.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:12 08:57:12.615 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:12 08:57:12.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:12 08:57:12.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:12 08:57:12.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:12 08:57:12.641 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:12 08:57:12.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:12 08:57:12.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:12 08:57:12.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:12 08:57:12.642 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:12 08:57:12.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:12 08:57:12.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:12 08:57:12.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:12 08:57:12.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:12 08:57:12.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:12 08:57:12.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:13 08:57:13.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:13 08:57:13.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:13 08:57:13.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:13 08:57:13.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:13 08:57:13.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:13 08:57:13.644 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:13 08:57:13.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:13 08:57:13.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:13 08:57:13.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:13 08:57:13.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:13 08:57:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:13 08:57:13.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:13 08:57:13.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:13 08:57:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:13 08:57:13.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:13 08:57:13.645 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:13 08:57:13.646 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:13 08:57:13.646 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:13 08:57:13.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:13 08:57:13.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:13 08:57:13.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:13 08:57:13.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:13 08:57:13.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:13 08:57:13.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:13 08:57:13.646 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:13 08:57:13.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:13 08:57:13.648 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:13 08:57:13.649 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:13 08:57:13.649 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:13 08:57:13.649 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:13 08:57:13.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:13 08:57:13.650 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:13 08:57:13.650 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:13 08:57:13.650 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:13 08:57:13.661 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:13 08:57:13.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:13 08:57:13.661 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:13 08:57:13.661 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:13 08:57:13.661 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:13 08:57:13.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:13 08:57:13.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11733ad4 is found...
04:57:13 08:57:13.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11733ad4 is found finished successfully
04:57:13 08:57:13.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:13 08:57:13.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:13 08:57:13.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:13 08:57:13.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:13 08:57:13.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:13 08:57:13.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:13 08:57:13.667 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:13 08:57:13.667 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:13 08:57:13.667 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:13 08:57:13.667 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:13 08:57:13.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:13 08:57:13.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:13 08:57:13.671 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:13 08:57:13.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:13 08:57:13.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:13 08:57:13.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:13 08:57:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:13 08:57:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:13 08:57:13.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:13 08:57:13.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 '\*?\QPackage Explorer\E')
04:57:13 08:57:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:13 08:57:13.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:13 08:57:13.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:13 08:57:13.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:13 08:57:13.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:13 08:57:13.690 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:13 08:57:13.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:13 08:57:13.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:13 08:57:13.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:13 08:57:13.715 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:13 08:57:13.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:13 08:57:13.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:13 08:57:13.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:13 08:57:13.716 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:13 08:57:13.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:13 08:57:13.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:13 08:57:13.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:13 08:57:13.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:13 08:57:13.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:13 08:57:13.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:14 08:57:14.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:14 08:57:14.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:14 08:57:14.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:14 08:57:14.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:14 08:57:14.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:14 08:57:14.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:14 08:57:14.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:14 08:57:14.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:14 08:57:14.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:14 08:57:14.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:14 08:57:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:14 08:57:14.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:14 08:57:14.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:14 08:57:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:14 08:57:14.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:14 08:57:14.720 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:14 08:57:14.720 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:14 08:57:14.721 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject
04:57:14 08:57:14.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:14 08:57:14.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:14 08:57:14.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:14 08:57:14.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:14 08:57:14.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:14 08:57:14.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
04:57:14 08:57:14.721 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
04:57:14 08:57:14.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
04:57:14 08:57:14.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
04:57:14 08:57:14.723 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min
04:57:14 08:57:14.723 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
04:57:14 08:57:14.723 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
04:57:14 08:57:14.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
04:57:14 08:57:14.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
04:57:14 08:57:14.725 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:14 08:57:14.725 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:14 08:57:14.747 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:14 08:57:14.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:14 08:57:14.748 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:14 08:57:14.748 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:14 08:57:14.748 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:14 08:57:14.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:14 08:57:14.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@64a34df6 is found...
04:57:14 08:57:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@64a34df6 is found finished successfully
04:57:14 08:57:14.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E')
04:57:14 08:57:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:14 08:57:14.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:14 08:57:14.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:14 08:57:14.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:14 08:57:14.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:14 08:57:14.753 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:14 08:57:14.753 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:14 08:57:14.753 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:14 08:57:14.753 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:14 08:57:14.754 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:14 08:57:14.754 DEBUG [main][EditorHandler] 2 editor(s) found
04:57:14 08:57:14.754 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:14 08:57:14.760 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:14 08:57:14.760 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
04:57:14 08:57:14.788 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
04:57:14 08:57:14.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:14 08:57:14.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:14 08:57:14.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:14 08:57:14.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:14 08:57:14.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:14 08:57:14.788 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:14 08:57:14.788 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:14 08:57:14.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:14 08:57:14.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:14 08:57:14.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:14 08:57:14.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:14 08:57:14.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:14 08:57:14.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:14 08:57:14.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:14 08:57:14.792 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:14 08:57:14.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:14 08:57:14.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:14 08:57:14.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:14 08:57:14.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:14 08:57:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:14 08:57:14.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:14 08:57:14.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:14 08:57:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:14 08:57:14.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:14 08:57:14.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:14 08:57:14.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:14 08:57:14.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:14 08:57:14.810 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:14 08:57:14.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:14 08:57:14.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:14 08:57:14.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:14 08:57:14.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:14 08:57:14.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:14 08:57:14.812 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:14 08:57:14.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:14 08:57:14.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:14 08:57:14.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:14 08:57:14.822 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:14 08:57:14.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:14 08:57:14.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:14 08:57:14.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:14 08:57:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:14 08:57:14.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:14 08:57:14.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:15 08:57:15.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:15 08:57:15.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:15 08:57:15.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:15 08:57:15.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:15 08:57:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:15 08:57:15.825 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:15 08:57:15.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:15 08:57:15.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:15 08:57:15.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:15 08:57:15.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.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:15 08:57:15.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:15 08:57:15.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:15 08:57:15.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:15 08:57:15.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:15 08:57:15.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:15 08:57:15.827 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:15 08:57:15.827 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:15 08:57:15.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:15 08:57:15.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:15 08:57:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:15 08:57:15.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:15 08:57:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:15 08:57:15.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:15 08:57:15.828 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:15 08:57:15.828 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:15 08:57:15.828 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:15 08:57:15.830 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:15 08:57:15.830 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:15 08:57:15.830 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:15 08:57:15.830 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:15 08:57:15.830 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:15 08:57:15.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:15 08:57:15.831 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:15 08:57:15.832 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:15 08:57:15.855 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:15 08:57:15.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:15 08:57:15.855 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:15 08:57:15.855 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:15 08:57:15.855 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:15 08:57:15.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:15 08:57:15.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 '\*?\QeditorTest.min\E')
04:57:15 08:57:15.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:15 08:57:15.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:15 08:57:15.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:15 08:57:15.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:15 08:57:15.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:15 08:57:15.859 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:15 08:57:15.859 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:15 08:57:15.859 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:15 08:57:15.859 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:15 08:57:15.860 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:15 08:57:15.860 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:57:15 08:57:15.860 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it
04:57:15 08:57:15.860 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:15 08:57:15.894 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:15 08:57:15.895 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:15 08:57:15.895 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:15 08:57:15.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:15 08:57:15.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:15 08:57:15.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:15 08:57:15.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:15 08:57:15.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:15 08:57:15.896 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:15 08:57:15.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:15 08:57:15.896 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:15 08:57:15.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:15 08:57:15.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:15 08:57:15.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:15 08:57:15.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:15 08:57:15.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:15 08:57:15.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:15 08:57:15.900 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:15 08:57:15.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:15 08:57:15.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:15 08:57:15.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:15 08:57:15.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:15 08:57:15.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:15 08:57:15.904 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:15 08:57:15.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:15 08:57:15.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:15 08:57:15.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:15 08:57:15.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:15 08:57:15.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:15 08:57:15.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:15 08:57:15.907 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:15 08:57:15.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:15 08:57:15.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:15 08:57:15.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:15 08:57:15.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:15 08:57:15.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:15 08:57:15.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:15 08:57:15.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:15 08:57:15.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:15 08:57:15.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:15 08:57:15.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:15 08:57:15.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:15 08:57:15.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:15 08:57:15.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:15 08:57:15.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:15 08:57:15.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:15 08:57:15.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:16 08:57:16.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:16 08:57:16.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:16 08:57:16.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:16 08:57:16.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:16 08:57:16.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:16 08:57:16.938 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:16 08:57:16.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:16 08:57:16.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:16 08:57:16.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:16 08:57:16.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
04:57:16 08:57:16.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:16 08:57:16.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:16 08:57:16.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:16 08:57:16.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:16 08:57:16.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:16 08:57:16.939 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:16 08:57:16.940 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:16 08:57:16.940 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:16 08:57:16.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:16 08:57:16.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:16 08:57:16.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:16 08:57:16.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:16 08:57:16.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:16 08:57:16.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:16 08:57:16.940 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:16 08:57:16.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:16 08:57:16.944 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:16 08:57:16.944 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:16 08:57:16.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:16 08:57:16.944 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:16 08:57:16.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:16 08:57:16.946 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:16 08:57:16.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:16 08:57:16.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:16 08:57:16.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:16 08:57:16.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:16 08:57:16.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:16 08:57:16.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:16 08:57:16.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:16 08:57:16.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:16 08:57:16.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:16 08:57:16.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:16 08:57:16.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:16 08:57:16.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:16 08:57:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:16 08:57:16.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:16 08:57:16.971 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:16 08:57:16.971 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:16 08:57:16.971 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:16 08:57:16.971 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:16 08:57:16.972 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)
04:57:16 08:57:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:16 08:57:16.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:16 08:57:16.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:16 08:57:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:16 08:57:16.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:16 08:57:16.972 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:16 08:57:16.973 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:16 08:57:16.973 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:16 08:57:16.998 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:16 08:57:16.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:16 08:57:16.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:16 08:57:16.998 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:16 08:57:16.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:16 08:57:16.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:16 08:57:16.999 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:16 08:57:16.999 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:17 08:57:16.999 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:17 08:57:16.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:17 08:57:16.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:17 08:57:16.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:17 08:57:16.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:17 08:57:16.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:17 08:57:17.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:17 08:57:17.001 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:17 08:57:17.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:17 08:57:17.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:17 08:57:17.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:17 08:57:17.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:17 08:57:17.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:17 08:57:17.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:17 08:57:17.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:57:17 08:57:17.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:17 08:57:17.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:17 08:57:17.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:17 08:57:17.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:17 08:57:17.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:17 08:57:17.005 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:17 08:57:17.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:17 08:57:17.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:17 08:57:17.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:17 08:57:17.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:17 08:57:17.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:17 08:57:17.007 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:17 08:57:17.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:17 08:57:17.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:17 08:57:17.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:17 08:57:17.007 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:17 08:57:17.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:17 08:57:17.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:17 08:57:17.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:17 08:57:17.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:17 08:57:17.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:17 08:57:17.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:17 08:57:17.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:17 08:57:17.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:18 08:57:18.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:18 08:57:18.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:18 08:57:18.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:18 08:57:18.009 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:18 08:57:18.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:18 08:57:18.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:18 08:57:18.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:18 08:57:18.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:18 08:57:18.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:18 08:57:18.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:18 08:57:18.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:18 08:57:18.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:18 08:57:18.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:18 08:57:18.011 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:18 08:57:18.011 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:18 08:57:18.011 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:18 08:57:18.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:18 08:57:18.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:18 08:57:18.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:18 08:57:18.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:18 08:57:18.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:18 08:57:18.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:18 08:57:18.012 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:18 08:57:18.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:18 08:57:18.014 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:18 08:57:18.014 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:18 08:57:18.014 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:18 08:57:18.014 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:18 08:57:18.014 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:18 08:57:18.016 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:18 08:57:18.016 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:18 08:57:18.016 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:18 08:57:18.037 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:18 08:57:18.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:18 08:57:18.038 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:18 08:57:18.038 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:18 08:57:18.038 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:18 08:57:18.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:18 08:57:18.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:18 08:57:18.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:18 08:57:18.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:18 08:57:18.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:18 08:57:18.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:18 08:57:18.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:18 08:57:18.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:18 08:57:18.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:18 08:57:18.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:18 08:57:18.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:18 08:57:18.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:18 08:57:18.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:18 08:57:18.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:18 08:57:18.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:18 08:57:18.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:18 08:57:18.044 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:18 08:57:18.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:18 08:57:18.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:18 08:57:18.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:18 08:57:18.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:18 08:57:18.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:18 08:57:18.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:18 08:57:18.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:18 08:57:18.072 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:18 08:57:18.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:18 08:57:18.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:18 08:57:18.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:18 08:57:18.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:18 08:57:18.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:18 08:57:18.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:18 08:57:18.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:18 08:57:18.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:19 08:57:19.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:19 08:57:19.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:19 08:57:19.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:19 08:57:19.074 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:19 08:57:19.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:19 08:57:19.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:19 08:57:19.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:19 08:57:19.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:19 08:57:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:19 08:57:19.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:19 08:57:19.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:19 08:57:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:19 08:57:19.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:19 08:57:19.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:19 08:57:19.075 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:19 08:57:19.076 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:19 08:57:19.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:19 08:57:19.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:19 08:57:19.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:19 08:57:19.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:19 08:57:19.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:19 08:57:19.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:19 08:57:19.076 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:19 08:57:19.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:19 08:57:19.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:19 08:57:19.078 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:19 08:57:19.078 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:19 08:57:19.078 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:19 08:57:19.078 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:19 08:57:19.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:19 08:57:19.080 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:19 08:57:19.080 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:19 08:57:19.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:19 08:57:19.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:19 08:57:19.090 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:19 08:57:19.090 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:19 08:57:19.090 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:19 08:57:19.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:19 08:57:19.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45bce771 is found...
04:57:19 08:57:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45bce771 is found finished successfully
04:57:19 08:57:19.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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')
04:57:19 08:57:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:19 08:57:19.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:19 08:57:19.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:19 08:57:19.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:19 08:57:19.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:19 08:57:19.092 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:19 08:57:19.093 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:19 08:57:19.093 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:19 08:57:19.093 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:19 08:57:19.093 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:19 08:57:19.093 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:19 08:57:19.094 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:19 08:57:19.119 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:19 08:57:19.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:19 08:57:19.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:19 08:57:19.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:19 08:57:19.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:19 08:57:19.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:19 08:57:19.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:19 08:57:19.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:19 08:57:19.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:19 08:57:19.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:19 08:57:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:19 08:57:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:19 08:57:19.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:19 08:57:19.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:19 08:57:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:19 08:57:19.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:19 08:57:19.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:19 08:57:19.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:19 08:57:19.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:19 08:57:19.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:19 08:57:19.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:19 08:57:19.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:19 08:57:19.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:19 08:57:19.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:19 08:57:19.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:19 08:57:19.127 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:19 08:57:19.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:19 08:57:19.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:19 08:57:19.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:19 08:57:19.128 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:19 08:57:19.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:19 08:57:19.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:19 08:57:19.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:19 08:57:19.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:19 08:57:19.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:19 08:57:19.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:19 08:57:19.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:19 08:57:19.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:20 08:57:20.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:20 08:57:20.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:20 08:57:20.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:20 08:57:20.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:20 08:57:20.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:20 08:57:20.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:20 08:57:20.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:20 08:57:20.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:20 08:57:20.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:20 08:57:20.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:20 08:57:20.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:20 08:57:20.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:20 08:57:20.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:20 08:57:20.131 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:20 08:57:20.131 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:20 08:57:20.132 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:20 08:57:20.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:20 08:57:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:20 08:57:20.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:20 08:57:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:20 08:57:20.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:20 08:57:20.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:20 08:57:20.132 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:20 08:57:20.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:20 08:57:20.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:20 08:57:20.135 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:20 08:57:20.135 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:20 08:57:20.135 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:20 08:57:20.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:20 08:57:20.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:20 08:57:20.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:20 08:57:20.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:20 08:57:20.156 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:20 08:57:20.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:20 08:57:20.156 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:20 08:57:20.156 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:20 08:57:20.157 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:20 08:57:20.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:20 08:57:20.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:20 08:57:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:20 08:57:20.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:20 08:57:20.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:20 08:57:20.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:20 08:57:20.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:20 08:57:20.160 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:20 08:57:20.161 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:20 08:57:20.161 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:20 08:57:20.161 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:20 08:57:20.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty")
04:57:20 08:57:20.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:20 08:57:20.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:20 08:57:20.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:20 08:57:20.162 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
04:57:20 08:57:20.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:20 08:57:20.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:20 08:57:20.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:20 08:57:20.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:20 08:57:20.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:20 08:57:20.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:20 08:57:20.162 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
04:57:20 08:57:20.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:20 08:57:20.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:20 08:57:20.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:20 08:57:20.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:20 08:57:20.164 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:20 08:57:20.164 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:57:20 08:57:20.164 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
04:57:20 08:57:20.164 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:20 08:57:20.189 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:20 08:57:20.189 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:20 08:57:20.189 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:20 08:57:20.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:20 08:57:20.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:20 08:57:20.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:20 08:57:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:20 08:57:20.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:20 08:57:20.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:20 08:57:20.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:20 08:57:20.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:20 08:57:20.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:20 08:57:20.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:20 08:57:20.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:20 08:57:20.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:20 08:57:20.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:20 08:57:20.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:20 08:57:20.192 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:20 08:57:20.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:20 08:57:20.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:20 08:57:20.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:20 08:57:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:20 08:57:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:20 08:57:20.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:20 08:57:20.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:20 08:57:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:20 08:57:20.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:20 08:57:20.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:20 08:57:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:20 08:57:20.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:20 08:57:20.196 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:20 08:57:20.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:20 08:57:20.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:20 08:57:20.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:20 08:57:20.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:20 08:57:20.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:20 08:57:20.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:20 08:57:20.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:20 08:57:20.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:20 08:57:20.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:20 08:57:20.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:20 08:57:20.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:20 08:57:20.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:20 08:57:20.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:20 08:57:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:20 08:57:20.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:20 08:57:20.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:20 08:57:20.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:20 08:57:20.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:21 08:57:21.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:21 08:57:21.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:21 08:57:21.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:21 08:57:21.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:21 08:57:21.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:21 08:57:21.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:21 08:57:21.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:21 08:57:21.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:21 08:57:21.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:21 08:57:21.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:21 08:57:21.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:21 08:57:21.203 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:21 08:57:21.203 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:21 08:57:21.204 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:21 08:57:21.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:21 08:57:21.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:21 08:57:21.204 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:21 08:57:21.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:21 08:57:21.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:21 08:57:21.204 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:21 08:57:21.204 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:21 08:57:21.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:21 08:57:21.206 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:21 08:57:21.206 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:21 08:57:21.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:21 08:57:21.206 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:21 08:57:21.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:21 08:57:21.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:21 08:57:21.220 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:21 08:57:21.220 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:21 08:57:21.240 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:21 08:57:21.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:21 08:57:21.240 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:21 08:57:21.240 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:21 08:57:21.240 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:21 08:57:21.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:21 08:57:21.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:21 08:57:21.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:21 08:57:21.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:21 08:57:21.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:21 08:57:21.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:21 08:57:21.244 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:21 08:57:21.244 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:21 08:57:21.244 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:21 08:57:21.244 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:21 08:57:21.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:57:21 08:57:21.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:21 08:57:21.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:21 08:57:21.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:21 08:57:21.246 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
04:57:21 08:57:21.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:21 08:57:21.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:21 08:57:21.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:21 08:57:21.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:21 08:57:21.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:21 08:57:21.246 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
04:57:21 08:57:21.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:21 08:57:21.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:21 08:57:21.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:21 08:57:21.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:21 08:57:21.248 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:21 08:57:21.248 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:57:21 08:57:21.248 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it
04:57:21 08:57:21.248 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:21 08:57:21.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 'Save .*'] is available....
04:57:21 08:57:21.776 DEBUG [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
04:57:21 08:57:21.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource
04:57:21 08:57:21.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:21 08:57:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:21 08:57:21.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:21 08:57:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:21 08:57:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:21 08:57:21.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
04:57:21 08:57:21.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:21 08:57:21.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:21 08:57:21.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:57:21 08:57:21.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:21 08:57:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:21 08:57:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:21 08:57:21.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
04:57:21 08:57:21.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:21 08:57:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:21 08:57:21.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:21 08:57:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:21 08:57:21.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:21 08:57:21.779 INFO [WorkbenchTestable][AbstractButton] Click button &Save
04:57:21 08:57:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:21 08:57:21.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:21 08:57:21.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:21 08:57:21.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:21 08:57:21.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:57:21 08:57:21.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:57:21 08:57:21.823 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:21 08:57:21.823 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:21 08:57:21.823 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:21 08:57:21.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:21 08:57:21.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:21 08:57:21.823 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:21 08:57:21.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:21 08:57:21.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:21 08:57:21.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:21 08:57:21.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:21 08:57:21.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:21 08:57:21.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:21 08:57:21.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:21 08:57:21.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:21 08:57:21.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:21 08:57:21.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:21 08:57:21.827 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:21 08:57:21.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:21 08:57:21.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:21 08:57:21.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:21 08:57:21.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:21 08:57:21.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:21 08:57:21.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:21 08:57:21.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:21 08:57:21.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:21 08:57:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:21 08:57:21.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:21 08:57:21.835 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:21 08:57:21.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:21 08:57:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:21 08:57:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:21 08:57:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:21 08:57:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:21 08:57:21.837 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:21 08:57:21.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:21 08:57:21.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:21 08:57:21.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:21 08:57:21.838 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:21 08:57:21.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:21 08:57:21.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:21 08:57:21.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:21 08:57:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:21 08:57:21.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:21 08:57:21.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:22 08:57:22.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:22 08:57:22.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:22 08:57:22.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:22 08:57:22.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:22 08:57:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:22 08:57:22.840 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:22 08:57:22.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:22 08:57:22.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:22 08:57:22.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:22 08:57:22.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:22 08:57:22.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:22 08:57:22.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:22 08:57:22.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:22 08:57:22.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:22 08:57:22.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:22 08:57:22.841 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:22 08:57:22.842 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:22 08:57:22.842 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:22 08:57:22.842 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:22 08:57:22.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:22 08:57:22.842 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:22 08:57:22.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:22 08:57:22.842 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:22 08:57:22.842 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:22 08:57:22.842 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:22 08:57:22.843 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:22 08:57:22.846 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:22 08:57:22.846 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:22 08:57:22.847 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:22 08:57:22.847 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:22 08:57:22.847 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:22 08:57:22.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:22 08:57:22.848 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:22 08:57:22.848 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:22 08:57:22.870 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:22 08:57:22.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:22 08:57:22.870 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:22 08:57:22.870 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:22 08:57:22.870 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:22 08:57:22.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:22 08:57:22.870 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:22 08:57:22.871 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:22 08:57:22.871 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:22 08:57:22.893 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:22 08:57:22.894 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:22 08:57:22.894 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:22 08:57:22.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:22 08:57:22.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:22 08:57:22.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:22 08:57:22.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:22 08:57:22.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:22 08:57:22.895 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:22 08:57:22.895 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:22 08:57:22.895 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:22 08:57:22.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:22 08:57:22.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:22 08:57:22.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:22 08:57:22.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:22 08:57:22.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:22 08:57:22.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:22 08:57:22.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:22 08:57:22.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:22 08:57:22.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:22 08:57:22.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:22 08:57:22.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:22 08:57:22.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:22 08:57:22.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:22 08:57:22.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:57:22 08:57:22.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:22 08:57:22.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:22 08:57:22.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:22 08:57:22.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:22 08:57:22.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:22 08:57:22.905 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:22 08:57:22.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:22 08:57:22.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:22 08:57:22.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:22 08:57:22.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:22 08:57:22.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:22 08:57:22.907 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:22 08:57:22.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:22 08:57:22.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:22 08:57:22.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:22 08:57:22.919 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:22 08:57:22.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:22 08:57:22.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:22 08:57:22.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:22 08:57:22.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:22 08:57:22.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:22 08:57:22.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:23 08:57:23.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:23 08:57:23.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:23 08:57:23.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:23 08:57:23.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:23 08:57:23.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:23 08:57:23.921 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:23 08:57:23.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:23 08:57:23.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:23 08:57:23.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:23 08:57:23.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:23 08:57:23.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:23 08:57:23.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:23 08:57:23.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:23 08:57:23.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:23 08:57:23.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:23 08:57:23.922 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:23 08:57:23.923 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:23 08:57:23.923 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:23 08:57:23.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:23 08:57:23.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:23 08:57:23.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:23 08:57:23.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:23 08:57:23.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:23 08:57:23.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:23 08:57:23.923 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:23 08:57:23.924 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:23 08:57:23.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:23 08:57:23.925 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:23 08:57:23.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:23 08:57:23.926 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:23 08:57:23.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:23 08:57:23.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:23 08:57:23.927 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:23 08:57:23.927 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:23 08:57:23.954 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:23 08:57:23.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:23 08:57:23.954 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:23 08:57:23.954 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:23 08:57:23.954 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:23 08:57:23.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:23 08:57:23.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1817e053 is found...
04:57:23 08:57:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1817e053 is found finished successfully
04:57:23 08:57:23.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:23 08:57:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:23 08:57:23.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:23 08:57:23.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:23 08:57:23.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:23 08:57:23.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:23 08:57:23.958 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:23 08:57:23.958 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:23 08:57:23.958 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:23 08:57:23.958 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:23 08:57:23.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:23 08:57:23.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:23 08:57:23.961 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:23 08:57:23.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:23 08:57:23.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:23 08:57:23.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:23 08:57:23.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:23 08:57:23.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:23 08:57:23.965 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:23 08:57:23.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:23 08:57:23.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:23 08:57:23.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:23 08:57:23.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:23 08:57:23.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:23 08:57:23.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:23 08:57:23.967 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:23 08:57:23.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:23 08:57:23.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:23 08:57:24.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:24 08:57:24.000 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:24 08:57:24.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:24 08:57:24.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:24 08:57:24.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:24 08:57:24.001 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:24 08:57:24.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:24 08:57:24.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:24 08:57:24.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:24 08:57:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:24 08:57:24.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:24 08:57:24.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:24 08:57:24.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:24 08:57:24.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:25 08:57:25.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:25 08:57:25.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:25 08:57:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:25 08:57:25.003 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:25 08:57:25.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:25 08:57:25.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:25 08:57:25.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:25 08:57:25.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:25 08:57:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:25 08:57:25.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:25 08:57:25.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:25 08:57:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:25 08:57:25.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:25 08:57:25.004 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:25 08:57:25.005 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:25 08:57:25.005 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject
04:57:25 08:57:25.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:25 08:57:25.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:25 08:57:25.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:25 08:57:25.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:25 08:57:25.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:25 08:57:25.005 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
04:57:25 08:57:25.005 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
04:57:25 08:57:25.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
04:57:25 08:57:25.008 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
04:57:25 08:57:25.008 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min
04:57:25 08:57:25.008 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
04:57:25 08:57:25.008 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
04:57:25 08:57:25.009 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
04:57:25 08:57:25.010 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
04:57:25 08:57:25.010 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:25 08:57:25.010 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:25 08:57:25.032 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:25 08:57:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:25 08:57:25.032 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:25 08:57:25.032 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:25 08:57:25.033 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:25 08:57:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:25 08:57:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69c3713e is found...
04:57:25 08:57:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69c3713e is found finished successfully
04:57:25 08:57:25.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:25 08:57:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:25 08:57:25.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:25 08:57:25.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:25 08:57:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:25 08:57:25.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:25 08:57:25.036 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min
04:57:25 08:57:25.042 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:25 08:57:25.043 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:25 08:57:25.043 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:25 08:57:25.043 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:25 08:57:25.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77ec9ed5 is found...
04:57:25 08:57:25.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77ec9ed5 is found finished successfully
04:57:25 08:57:25.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E')
04:57:25 08:57:25.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:25 08:57:25.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:25 08:57:25.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:25 08:57:25.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:25 08:57:25.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:25 08:57:25.046 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min
04:57:25 08:57:25.059 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:25 08:57:25.059 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null
04:57:25 08:57:25.059 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:25 08:57:25.059 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:25 08:57:25.060 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:25 08:57:25.060 DEBUG [main][EditorHandler] 2 editor(s) found
04:57:25 08:57:25.060 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:25 08:57:25.068 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:25 08:57:25.068 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
04:57:25 08:57:25.102 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
04:57:25 08:57:25.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:25 08:57:25.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:25 08:57:25.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:25 08:57:25.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:25 08:57:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:25 08:57:25.103 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:25 08:57:25.103 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:25 08:57:25.103 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:25 08:57:25.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:25 08:57:25.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:25 08:57:25.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:25 08:57:25.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:25 08:57:25.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:25 08:57:25.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:25 08:57:25.105 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:25 08:57:25.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:25 08:57:25.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:25 08:57:25.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:25 08:57:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:25 08:57:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:25 08:57:25.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:25 08:57:25.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:25 08:57:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:25 08:57:25.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:25 08:57:25.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:25 08:57:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:25 08:57:25.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:25 08:57:25.109 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:25 08:57:25.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:25 08:57:25.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:25 08:57:25.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:25 08:57:25.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:25 08:57:25.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:25 08:57:25.111 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:25 08:57:25.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:25 08:57:25.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:25 08:57:25.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:25 08:57:25.111 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:25 08:57:25.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:25 08:57:25.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:25 08:57:25.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:25 08:57:25.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:25 08:57:25.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:25 08:57:25.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:25 08:57:25.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:25 08:57:25.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:26 08:57:26.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:26 08:57:26.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:26 08:57:26.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:26 08:57:26.113 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:26 08:57:26.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:26 08:57:26.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:26 08:57:26.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:26 08:57:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:26 08:57:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:26 08:57:26.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:26 08:57:26.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:26 08:57:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:26 08:57:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:26 08:57:26.114 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:26 08:57:26.115 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:26 08:57:26.115 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:26 08:57:26.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:26 08:57:26.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:26 08:57:26.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:26 08:57:26.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:26 08:57:26.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:26 08:57:26.116 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:26 08:57:26.116 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:26 08:57:26.116 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:26 08:57:26.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:26 08:57:26.118 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:26 08:57:26.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:26 08:57:26.118 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:26 08:57:26.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:26 08:57:26.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:26 08:57:26.120 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:26 08:57:26.120 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:26 08:57:26.153 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:26 08:57:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:26 08:57:26.154 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:26 08:57:26.154 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:26 08:57:26.154 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:26 08:57:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:26 08:57:26.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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')
04:57:26 08:57:26.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:26 08:57:26.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:26 08:57:26.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:26 08:57:26.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:26 08:57:26.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:26 08:57:26.157 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:26 08:57:26.157 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:26 08:57:26.157 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:26 08:57:26.157 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:26 08:57:26.158 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:26 08:57:26.158 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:26 08:57:26.158 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:26 08:57:26.195 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:26 08:57:26.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:26 08:57:26.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:26 08:57:26.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:26 08:57:26.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:26 08:57:26.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:26 08:57:26.196 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:26 08:57:26.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:26 08:57:26.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:26 08:57:26.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:26 08:57:26.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:26 08:57:26.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:26 08:57:26.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:26 08:57:26.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:26 08:57:26.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:26 08:57:26.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:26 08:57:26.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:26 08:57:26.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:26 08:57:26.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:26 08:57:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:26 08:57:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:26 08:57:26.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:26 08:57:26.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:26 08:57:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:26 08:57:26.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:26 08:57:26.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:26 08:57:26.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:26 08:57:26.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:26 08:57:26.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:26 08:57:26.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:26 08:57:26.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:26 08:57:26.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:26 08:57:26.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:26 08:57:26.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:26 08:57:26.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:26 08:57:26.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:26 08:57:26.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:26 08:57:26.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:26 08:57:26.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:26 08:57:26.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:26 08:57:26.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:26 08:57:26.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:26 08:57:26.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:26 08:57:26.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:26 08:57:26.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:26 08:57:26.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:26 08:57:26.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:27 08:57:27.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:27 08:57:27.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:27 08:57:27.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:27 08:57:27.206 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:27 08:57:27.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:27 08:57:27.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:27 08:57:27.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:27 08:57:27.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:27 08:57:27.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:27 08:57:27.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:27 08:57:27.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:27 08:57:27.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:27 08:57:27.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:27 08:57:27.207 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:27 08:57:27.208 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:27 08:57:27.209 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:27 08:57:27.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:27 08:57:27.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:27 08:57:27.209 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:27 08:57:27.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:27 08:57:27.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:27 08:57:27.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:27 08:57:27.209 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:27 08:57:27.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:27 08:57:27.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:27 08:57:27.211 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:27 08:57:27.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:27 08:57:27.211 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:27 08:57:27.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:27 08:57:27.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:27 08:57:27.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:27 08:57:27.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:27 08:57:27.240 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:27 08:57:27.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:27 08:57:27.240 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:27 08:57:27.240 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:27 08:57:27.240 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:27 08:57:27.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:27 08:57:27.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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')
04:57:27 08:57:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:27 08:57:27.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:27 08:57:27.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:27 08:57:27.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:27 08:57:27.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:27 08:57:27.244 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:27 08:57:27.244 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:27 08:57:27.244 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:27 08:57:27.244 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:27 08:57:27.246 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:27 08:57:27.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:27 08:57:27.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:27 08:57:27.246 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:27 08:57:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:27 08:57:27.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:27 08:57:27.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:27 08:57:27.249 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:27 08:57:27.249 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:57:27 08:57:27.249 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:57:27 08:57:27.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:27 08:57:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:27 08:57:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:27 08:57:27.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:27 08:57:27.250 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform'
04:57:27 08:57:27.250 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:27 08:57:27.250 DEBUG [main][MenuItemLookup] Item match:File
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Found menu:''
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Found menu:''
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:57:27 08:57:27.252 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:57:27 08:57:27.252 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:57:27 08:57:27.252 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:57:27 08:57:27.252 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:57:27 08:57:27.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:57:27 08:57:27.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:57:27 08:57:27.280 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:27 08:57:27.280 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null
04:57:27 08:57:27.280 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:27 08:57:27.280 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:27 08:57:27.281 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:27 08:57:27.281 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:27 08:57:27.281 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:27 08:57:27.317 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:27 08:57:27.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:27 08:57:27.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:27 08:57:27.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:27 08:57:27.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:27 08:57:27.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:27 08:57:27.317 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:27 08:57:27.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:27 08:57:27.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:27 08:57:27.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:27 08:57:27.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:27 08:57:27.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:27 08:57:27.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:27 08:57:27.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:27 08:57:27.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:27 08:57:27.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:27 08:57:27.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:27 08:57:27.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:27 08:57:27.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:27 08:57:27.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:27 08:57:27.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:27 08:57:27.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:27 08:57:27.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:57:27 08:57:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:27 08:57:27.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:27 08:57:27.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:27 08:57:27.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:27 08:57:27.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:27 08:57:27.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:27 08:57:27.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:27 08:57:27.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:27 08:57:27.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:27 08:57:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:27 08:57:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:27 08:57:27.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:27 08:57:27.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:27 08:57:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:27 08:57:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:27 08:57:27.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:27 08:57:27.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:27 08:57:27.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:27 08:57:27.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:27 08:57:27.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:27 08:57:27.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:27 08:57:27.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:27 08:57:27.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:27 08:57:27.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:28 08:57:28.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:28 08:57:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:28 08:57:28.339 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:28 08:57:28.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:28 08:57:28.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:28 08:57:28.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:28 08:57:28.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:28 08:57:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:28 08:57:28.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:28 08:57:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:28 08:57:28.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:28 08:57:28.340 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:28 08:57:28.341 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:28 08:57:28.341 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:28 08:57:28.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:28 08:57:28.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:28 08:57:28.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:28 08:57:28.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:28 08:57:28.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:28 08:57:28.341 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:28 08:57:28.341 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:28 08:57:28.342 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:28 08:57:28.343 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:28 08:57:28.343 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:28 08:57:28.343 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:28 08:57:28.343 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:28 08:57:28.343 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:28 08:57:28.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:28 08:57:28.345 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:28 08:57:28.345 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:28 08:57:28.366 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:28 08:57:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:28 08:57:28.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:28 08:57:28.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:28 08:57:28.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:28 08:57:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:28 08:57:28.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:28 08:57:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:28 08:57:28.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:28 08:57:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:28 08:57:28.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:28 08:57:28.369 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:28 08:57:28.369 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:28 08:57:28.369 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:28 08:57:28.369 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:28 08:57:28.370 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:28 08:57:28.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:28 08:57:28.370 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:28 08:57:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:28 08:57:28.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:28 08:57:28.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:28 08:57:28.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save")
04:57:28 08:57:28.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:28 08:57:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:28 08:57:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:28 08:57:28.372 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
04:57:28 08:57:28.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:28 08:57:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:28 08:57:28.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:28 08:57:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:28 08:57:28.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:28 08:57:28.373 INFO [WorkbenchTestable][AbstractButton] Click button Save
04:57:28 08:57:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:28 08:57:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:28 08:57:28.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:28 08:57:28.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:28 08:57:28.374 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:28 08:57:28.374 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:28 08:57:28.374 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:28 08:57:28.400 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:28 08:57:28.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:28 08:57:28.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:28 08:57:28.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:28 08:57:28.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:28 08:57:28.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:28 08:57:28.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:28 08:57:28.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:28 08:57:28.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:28 08:57:28.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:28 08:57:28.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:28 08:57:28.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:28 08:57:28.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:28 08:57:28.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:28 08:57:28.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:28 08:57:28.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:28 08:57:28.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:28 08:57:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:28 08:57:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:28 08:57:28.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:28 08:57:28.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:28 08:57:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:28 08:57:28.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:28 08:57:28.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:28 08:57:28.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:28 08:57:28.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:28 08:57:28.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:28 08:57:28.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:28 08:57:28.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:28 08:57:28.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:28 08:57:28.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:28 08:57:28.408 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:28 08:57:28.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:28 08:57:28.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:28 08:57:28.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:28 08:57:28.408 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:28 08:57:28.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:28 08:57:28.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:28 08:57:28.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:28 08:57:28.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:28 08:57:28.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:28 08:57:28.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:28 08:57:28.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:29 08:57:29.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:29 08:57:29.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:29 08:57:29.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:29 08:57:29.410 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:29 08:57:29.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:29 08:57:29.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:29 08:57:29.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:29 08:57:29.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:29 08:57:29.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:29 08:57:29.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:29 08:57:29.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:29 08:57:29.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:29 08:57:29.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:29 08:57:29.411 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:29 08:57:29.412 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:29 08:57:29.412 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:29 08:57:29.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:29 08:57:29.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:29 08:57:29.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:29 08:57:29.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:29 08:57:29.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:29 08:57:29.412 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:29 08:57:29.412 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:29 08:57:29.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:29 08:57:29.416 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:29 08:57:29.416 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:29 08:57:29.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:29 08:57:29.416 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:29 08:57:29.416 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:29 08:57:29.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:29 08:57:29.417 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:29 08:57:29.417 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:29 08:57:29.437 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:29 08:57:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:29 08:57:29.438 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:29 08:57:29.438 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:29 08:57:29.438 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:29 08:57:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:29 08:57:29.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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')
04:57:29 08:57:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:29 08:57:29.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:29 08:57:29.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:29 08:57:29.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:29 08:57:29.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:29 08:57:29.440 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:29 08:57:29.440 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:29 08:57:29.440 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:29 08:57:29.440 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:29 08:57:29.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:29 08:57:29.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:29 08:57:29.443 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:29 08:57:29.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:29 08:57:29.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:29 08:57:29.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:29 08:57:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:29 08:57:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:29 08:57:29.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:29 08:57:29.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 '\*?\QPackage Explorer\E')
04:57:29 08:57:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:29 08:57:29.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:29 08:57:29.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:29 08:57:29.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:29 08:57:29.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:29 08:57:29.446 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:29 08:57:29.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:29 08:57:29.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:29 08:57:29.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:29 08:57:29.472 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:29 08:57:29.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:29 08:57:29.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:29 08:57:29.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:29 08:57:29.473 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:29 08:57:29.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:29 08:57:29.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:29 08:57:29.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:29 08:57:29.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:29 08:57:29.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:29 08:57:29.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:29 08:57:29.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:29 08:57:29.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:30 08:57:30.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:30 08:57:30.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:30 08:57:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:30 08:57:30.474 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:30 08:57:30.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:30 08:57:30.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:30 08:57:30.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:30 08:57:30.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:30 08:57:30.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:30 08:57:30.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:30 08:57:30.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:30 08:57:30.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:30 08:57:30.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:30 08:57:30.476 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:30 08:57:30.476 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:30 08:57:30.476 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject
04:57:30 08:57:30.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:30 08:57:30.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:30 08:57:30.477 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:30 08:57:30.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:30 08:57:30.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:30 08:57:30.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
04:57:30 08:57:30.477 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
04:57:30 08:57:30.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
04:57:30 08:57:30.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
04:57:30 08:57:30.479 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min
04:57:30 08:57:30.479 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
04:57:30 08:57:30.479 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
04:57:30 08:57:30.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
04:57:30 08:57:30.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
04:57:30 08:57:30.480 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:30 08:57:30.480 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:30 08:57:30.502 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:30 08:57:30.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:30 08:57:30.503 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:30 08:57:30.503 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:30 08:57:30.503 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:30 08:57:30.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:30 08:57:30.504 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min
04:57:30 08:57:30.509 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:30 08:57:30.510 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:30 08:57:30.510 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:30 08:57:30.510 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:30 08:57:30.510 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
04:57:30 08:57:30.510 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:30 08:57:30.527 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:30 08:57:30.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16f39cf5 is found...
04:57:40 08:57:40.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16f39cf5 is found failed, an exception will be thrown
04:57:40 08:57:40.536 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:40 08:57:40.536 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:40 08:57:40.536 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
04:57:40 08:57:40.564 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
04:57:40 08:57:40.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:40 08:57:40.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:40 08:57:40.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:40 08:57:40.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:40 08:57:40.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:40 08:57:40.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:40 08:57:40.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:40 08:57:40.565 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:40 08:57:40.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:40 08:57:40.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:40 08:57:40.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:40 08:57:40.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:40 08:57:40.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:40 08:57:40.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:40 08:57:40.567 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:40 08:57:40.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:40 08:57:40.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:40 08:57:40.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:40 08:57:40.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:40 08:57:40.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:40 08:57:40.569 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:40 08:57:40.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')
04:57:40 08:57:40.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:40 08:57:40.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:40 08:57:40.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:40 08:57:40.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:40 08:57:40.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:40 08:57:40.571 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:40 08:57:40.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:40 08:57:40.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:40 08:57:40.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:40 08:57:40.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:40 08:57:40.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:40 08:57:40.573 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:40 08:57:40.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:40 08:57:40.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:40 08:57:40.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:40 08:57:40.573 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:40 08:57:40.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:40 08:57:40.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:40 08:57:40.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:40 08:57:40.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:40 08:57:40.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:40 08:57:40.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:41 08:57:41.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:41 08:57:41.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:41 08:57:41.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:41 08:57:41.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:41 08:57:41.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:41 08:57:41.575 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:41 08:57:41.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:41 08:57:41.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:41 08:57:41.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:41 08:57:41.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:41 08:57:41.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:41 08:57:41.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:41 08:57:41.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:41 08:57:41.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:41 08:57:41.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:41 08:57:41.576 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:41 08:57:41.577 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:41 08:57:41.577 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:41 08:57:41.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:41 08:57:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:41 08:57:41.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:41 08:57:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:41 08:57:41.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:41 08:57:41.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:41 08:57:41.577 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:41 08:57:41.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:41 08:57:41.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:41 08:57:41.579 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:41 08:57:41.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:41 08:57:41.579 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:41 08:57:41.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:41 08:57:41.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:41 08:57:41.580 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:41 08:57:41.581 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:41 08:57:41.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:41 08:57:41.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:41 08:57:41.603 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:41 08:57:41.603 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:41 08:57:41.603 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:41 08:57:41.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:41 08:57:41.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')
04:57:41 08:57:41.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:41 08:57:41.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:41 08:57:41.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:41 08:57:41.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:41 08:57:41.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:41 08:57:41.605 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:41 08:57:41.605 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:41 08:57:41.606 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:41 08:57:41.606 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:41 08:57:41.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty")
04:57:41 08:57:41.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:41 08:57:41.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:41 08:57:41.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:41 08:57:41.606 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
04:57:41 08:57:41.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:41 08:57:41.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:41 08:57:41.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:41 08:57:41.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:41 08:57:41.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:41 08:57:41.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:41 08:57:41.607 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
04:57:41 08:57:41.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:41 08:57:41.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:41 08:57:41.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:41 08:57:41.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:41 08:57:41.608 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:41 08:57:41.608 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:41 08:57:41.608 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:41 08:57:41.608 DEBUG [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....
04:57:42 08:57:42.135 DEBUG [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
04:57:42 08:57:42.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource
04:57:42 08:57:42.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:42 08:57:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:42 08:57:42.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:42 08:57:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:42 08:57:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:42 08:57:42.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
04:57:42 08:57:42.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:42 08:57:42.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:42 08:57:42.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:42 08:57:42.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:57:42 08:57:42.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:42 08:57:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:42 08:57:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:42 08:57:42.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
04:57:42 08:57:42.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:42 08:57:42.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:42 08:57:42.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:42 08:57:42.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:42 08:57:42.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:42 08:57:42.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:42 08:57:42.138 INFO [WorkbenchTestable][AbstractButton] Click button &Save
04:57:42 08:57:42.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:42 08:57:42.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:42 08:57:42.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:42 08:57:42.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:42 08:57:42.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:57:42 08:57:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:57:42 08:57:42.181 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:42 08:57:42.181 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:42 08:57:42.181 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:42 08:57:42.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:42 08:57:42.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:42 08:57:42.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:42 08:57:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:42 08:57:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:42 08:57:42.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:42 08:57:42.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:42 08:57:42.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:42 08:57:42.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:42 08:57:42.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:42 08:57:42.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:42 08:57:42.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:42 08:57:42.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:42 08:57:42.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:42 08:57:42.185 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:42 08:57:42.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:42 08:57:42.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:42 08:57:42.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:42 08:57:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:42 08:57:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:42 08:57:42.188 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:42 08:57:42.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:42 08:57:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:42 08:57:42.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:42 08:57:42.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:42 08:57:42.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:42 08:57:42.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:42 08:57:42.190 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:42 08:57:42.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:42 08:57:42.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:42 08:57:42.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:42 08:57:42.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:42 08:57:42.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:42 08:57:42.192 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:42 08:57:42.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:42 08:57:42.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:42 08:57:42.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:42 08:57:42.193 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:42 08:57:42.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:42 08:57:42.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:42 08:57:42.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:42 08:57:42.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:42 08:57:42.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:42 08:57:42.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:42 08:57:42.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:42 08:57:42.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:43 08:57:43.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:43 08:57:43.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:43 08:57:43.195 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:43 08:57:43.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:43 08:57:43.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:43 08:57:43.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:43 08:57:43.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:43 08:57:43.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:43 08:57:43.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:43 08:57:43.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:43 08:57:43.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:43 08:57:43.196 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:43 08:57:43.196 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:43 08:57:43.197 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:43 08:57:43.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:43 08:57:43.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:43 08:57:43.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:43 08:57:43.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:43 08:57:43.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:43 08:57:43.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:43 08:57:43.197 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:43 08:57:43.197 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:43 08:57:43.199 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:43 08:57:43.199 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:43 08:57:43.199 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:43 08:57:43.199 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:43 08:57:43.199 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:43 08:57:43.202 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:43 08:57:43.202 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:43 08:57:43.202 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:43 08:57:43.220 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:43 08:57:43.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:43 08:57:43.220 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:43 08:57:43.220 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:43 08:57:43.221 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:43 08:57:43.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:43 08:57:43.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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')
04:57:43 08:57:43.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:43 08:57:43.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:43 08:57:43.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:43 08:57:43.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:43 08:57:43.224 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:43 08:57:43.224 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:43 08:57:43.224 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:43 08:57:43.224 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:43 08:57:43.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 "Make Dirty")
04:57:43 08:57:43.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:43 08:57:43.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:43 08:57:43.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:43 08:57:43.225 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
04:57:43 08:57:43.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:43 08:57:43.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:43 08:57:43.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:43 08:57:43.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:43 08:57:43.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:43 08:57:43.225 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
04:57:43 08:57:43.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:43 08:57:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:43 08:57:43.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:43 08:57:43.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:43 08:57:43.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60fa468d is found...
04:57:43 08:57:43.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60fa468d is found finished successfully
04:57:43 08:57:43.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:43 08:57:43.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:43 08:57:43.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:43 08:57:43.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:43 08:57:43.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:43 08:57:43.229 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:43 08:57:43.229 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:57:43 08:57:43.229 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:43 08:57:43.230 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:43 08:57:43.230 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:43 08:57:43.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available....
04:57:43 08:57:43.758 DEBUG [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
04:57:43 08:57:43.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource
04:57:43 08:57:43.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:43 08:57:43.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:43 08:57:43.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:43 08:57:43.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:43 08:57:43.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:43 08:57:43.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:43 08:57:43.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:43 08:57:43.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:57:43 08:57:43.761 INFO [WorkbenchTestable][AbstractButton] Click button &Save
04:57:43 08:57:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:57:43 08:57:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:57:43 08:57:43.761 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:57:43 08:57:43.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:57:43 08:57:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:57:43 08:57:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:57:43 08:57:43.799 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:43 08:57:43.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:43 08:57:43.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:43 08:57:43.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:43 08:57:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:43 08:57:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:43 08:57:43.800 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:43 08:57:43.800 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:43 08:57:43.800 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:43 08:57:43.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:43 08:57:43.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:43 08:57:43.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:43 08:57:43.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:43 08:57:43.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:43 08:57:43.802 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:43 08:57:43.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:43 08:57:43.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:43 08:57:43.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:43 08:57:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:43 08:57:43.814 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:43 08:57:43.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:43 08:57:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:43 08:57:43.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:43 08:57:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:43 08:57:43.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:43 08:57:43.816 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:43 08:57:43.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:43 08:57:43.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:43 08:57:43.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:43 08:57:43.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:43 08:57:43.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:43 08:57:43.818 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:43 08:57:43.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:43 08:57:43.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:43 08:57:43.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:43 08:57:43.819 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:43 08:57:43.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:43 08:57:43.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:43 08:57:43.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:43 08:57:43.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:43 08:57:43.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:43 08:57:43.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:44 08:57:44.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:44 08:57:44.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:44 08:57:44.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:44 08:57:44.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:44 08:57:44.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:44 08:57:44.821 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:44 08:57:44.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:44 08:57:44.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:44 08:57:44.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:44 08:57:44.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:44 08:57:44.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:44 08:57:44.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:44 08:57:44.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:44 08:57:44.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:44 08:57:44.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:44 08:57:44.822 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:44 08:57:44.822 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:44 08:57:44.823 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:44 08:57:44.823 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:44 08:57:44.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:44 08:57:44.823 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:44 08:57:44.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:44 08:57:44.823 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:44 08:57:44.823 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:44 08:57:44.823 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:44 08:57:44.823 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:44 08:57:44.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:44 08:57:44.825 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:44 08:57:44.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:44 08:57:44.825 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:44 08:57:44.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:44 08:57:44.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:44 08:57:44.826 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:44 08:57:44.827 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:44 08:57:44.857 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:44 08:57:44.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:44 08:57:44.857 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:44 08:57:44.857 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:44 08:57:44.857 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:44 08:57:44.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:44 08:57:44.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:44 08:57:44.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:44 08:57:44.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:44 08:57:44.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:44 08:57:44.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:44 08:57:44.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:44 08:57:44.861 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:44 08:57:44.862 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:44 08:57:44.862 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:44 08:57:44.862 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:44 08:57:44.863 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:44 08:57:44.863 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:57:44 08:57:44.863 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:57:44 08:57:44.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:44 08:57:44.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:44 08:57:44.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:44 08:57:44.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:44 08:57:44.863 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform'
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:'File'
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Item match:File
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:''
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:''
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:57:44 08:57:44.864 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:57:44 08:57:44.865 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:44 08:57:44.865 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:44 08:57:44.865 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:44 08:57:44.909 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:44 08:57:44.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:44 08:57:44.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:44 08:57:44.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:44 08:57:44.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:44 08:57:44.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:44 08:57:44.910 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:44 08:57:44.910 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:44 08:57:44.910 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:44 08:57:44.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:44 08:57:44.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:44 08:57:44.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:44 08:57:44.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:44 08:57:44.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:44 08:57:44.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:44 08:57:44.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:44 08:57:44.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:44 08:57:44.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:44 08:57:44.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:44 08:57:44.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:44 08:57:44.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:44 08:57:44.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:44 08:57:44.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:44 08:57:44.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:44 08:57:44.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:44 08:57:44.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:44 08:57:44.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:44 08:57:44.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:44 08:57:44.916 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:44 08:57:44.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:44 08:57:44.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:44 08:57:44.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:44 08:57:44.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:44 08:57:44.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:44 08:57:44.918 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:44 08:57:44.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:44 08:57:44.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:44 08:57:44.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:44 08:57:44.918 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:44 08:57:44.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:44 08:57:44.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:44 08:57:44.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:44 08:57:44.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:44 08:57:44.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:44 08:57:44.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:45 08:57:45.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:45 08:57:45.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:45 08:57:45.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:45 08:57:45.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:45 08:57:45.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:45 08:57:45.920 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:45 08:57:45.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:45 08:57:45.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:45 08:57:45.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:45 08:57:45.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:45 08:57:45.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:45 08:57:45.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:45 08:57:45.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:45 08:57:45.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:45 08:57:45.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:45 08:57:45.921 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:45 08:57:45.922 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:45 08:57:45.922 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:45 08:57:45.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:45 08:57:45.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:45 08:57:45.922 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:45 08:57:45.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:45 08:57:45.922 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:45 08:57:45.922 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:45 08:57:45.922 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:45 08:57:45.923 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:45 08:57:45.924 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:45 08:57:45.924 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:45 08:57:45.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:45 08:57:45.924 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:45 08:57:45.924 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:45 08:57:45.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:45 08:57:45.925 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:45 08:57:45.925 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:45 08:57:45.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:45 08:57:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:45 08:57:45.946 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:45 08:57:45.946 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:45 08:57:45.946 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:45 08:57:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:45 08:57:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63c05c62 is found...
04:57:55 08:57:55.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63c05c62 is found failed, an exception will be thrown
04:57:55 08:57:55.956 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:55 08:57:55.956 DEBUG [main][EditorHandler] 1 editor(s) found
04:57:55 08:57:55.956 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:55 08:57:55.979 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:55 08:57:55.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:55 08:57:55.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:55 08:57:55.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:55 08:57:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:55 08:57:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:55 08:57:55.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:55 08:57:55.980 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:55 08:57:55.980 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:55 08:57:55.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:55 08:57:55.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:55 08:57:55.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:55 08:57:55.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:55 08:57:55.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:55 08:57:55.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:55 08:57:55.982 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:55 08:57:55.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:55 08:57:55.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:55 08:57:55.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:55 08:57:55.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:55 08:57:55.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:55 08:57:55.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:55 08:57:55.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 '\*?\QPackage Explorer\E')
04:57:55 08:57:55.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:55 08:57:55.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:55 08:57:55.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:55 08:57:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:55 08:57:55.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:55 08:57:55.986 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:55 08:57:55.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:55 08:57:55.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:55 08:57:55.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:55 08:57:55.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:55 08:57:55.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:55 08:57:55.988 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:55 08:57:55.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:55 08:57:55.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:55 08:57:55.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:55 08:57:55.988 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:55 08:57:55.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:55 08:57:55.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:55 08:57:55.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:55 08:57:55.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:55 08:57:55.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:55 08:57:55.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:56 08:57:56.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:56 08:57:56.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:56 08:57:56.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:56 08:57:56.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:56 08:57:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:56 08:57:56.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:56 08:57:56.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:56 08:57:56.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:56 08:57:56.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:56 08:57:56.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:56 08:57:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:56 08:57:56.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:56 08:57:56.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:56 08:57:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:56 08:57:56.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:56 08:57:56.991 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:56 08:57:56.991 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:56 08:57:56.992 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:56 08:57:56.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:56 08:57:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:56 08:57:56.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:56 08:57:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:56 08:57:56.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:56 08:57:56.992 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:56 08:57:56.992 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:56 08:57:56.992 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:56 08:57:56.994 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:56 08:57:56.994 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:56 08:57:56.994 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:56 08:57:56.994 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:56 08:57:56.994 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:56 08:57:56.995 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:56 08:57:56.995 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:56 08:57:56.995 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:57 08:57:57.015 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:57 08:57:57.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:57 08:57:57.015 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:57 08:57:57.015 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:57 08:57:57.015 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:57 08:57:57.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:57 08:57:57.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:57:57 08:57:57.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:57 08:57:57.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:57 08:57:57.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:57 08:57:57.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:57 08:57:57.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:57 08:57:57.018 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:57 08:57:57.018 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:57 08:57:57.018 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:57 08:57:57.018 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:57 08:57:57.019 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:57 08:57:57.019 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:57:57 08:57:57.019 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
04:57:57 08:57:57.019 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:57 08:57:57.043 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:57 08:57:57.044 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:57 08:57:57.044 DEBUG [main][EditorHandler] 0 editor(s) found
04:57:57 08:57:57.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:57 08:57:57.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:57 08:57:57.044 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:57 08:57:57.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:57 08:57:57.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:57 08:57:57.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:57 08:57:57.045 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:57 08:57:57.045 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:57 08:57:57.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:57 08:57:57.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:57 08:57:57.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:57 08:57:57.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:57 08:57:57.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:57 08:57:57.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:57 08:57:57.047 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:57 08:57:57.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:57 08:57:57.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:57 08:57:57.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:57 08:57:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:57 08:57:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:57 08:57:57.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:57 08:57:57.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:57 08:57:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:57 08:57:57.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:57 08:57:57.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:57 08:57:57.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:57 08:57:57.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:57 08:57:57.050 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:57 08:57:57.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:57 08:57:57.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:57 08:57:57.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:57 08:57:57.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:57 08:57:57.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:57 08:57:57.052 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:57 08:57:57.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:57 08:57:57.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:57 08:57:57.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:57 08:57:57.053 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:57 08:57:57.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:57 08:57:57.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:57 08:57:57.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:57 08:57:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:57 08:57:57.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:57 08:57:57.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:57 08:57:57.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:57 08:57:57.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:58 08:57:58.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:58 08:57:58.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:58 08:57:58.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:58 08:57:58.054 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:58 08:57:58.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:58 08:57:58.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:58 08:57:58.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:58 08:57:58.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:58 08:57:58.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:58 08:57:58.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:58 08:57:58.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:58 08:57:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:58 08:57:58.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:58 08:57:58.056 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:58 08:57:58.056 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:58 08:57:58.056 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:57:58 08:57:58.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:58 08:57:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:58 08:57:58.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:58 08:57:58.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:58 08:57:58.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:58 08:57:58.057 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:58 08:57:58.057 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:58 08:57:58.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:58 08:57:58.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:58 08:57:58.059 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:57:58 08:57:58.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:57:58 08:57:58.059 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:57:58 08:57:58.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:57:58 08:57:58.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:57:58 08:57:58.060 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:58 08:57:58.060 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:58 08:57:58.080 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:58 08:57:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:58 08:57:58.080 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:58 08:57:58.081 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:58 08:57:58.081 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:58 08:57:58.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:58 08:57:58.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:58 08:57:58.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:58 08:57:58.084 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:58 08:57:58.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:58 08:57:58.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:58 08:57:58.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:57:58 08:57:58.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:58 08:57:58.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:58 08:57:58.087 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:57:58 08:57:58.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
04:57:58 08:57:58.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:58 08:57:58.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:58 08:57:58.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:58 08:57:58.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:58 08:57:58.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:58 08:57:58.090 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:58 08:57:58.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:58 08:57:58.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:58 08:57:58.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:58 08:57:58.117 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:58 08:57:58.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:58 08:57:58.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:58 08:57:58.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:58 08:57:58.117 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:58 08:57:58.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:58 08:57:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:58 08:57:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:58 08:57:58.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:58 08:57:58.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:58 08:57:58.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:58 08:57:58.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:58 08:57:58.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:59 08:57:59.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:59 08:57:59.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:59 08:57:59.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:57:59 08:57:59.119 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:59 08:57:59.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:59 08:57:59.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:59 08:57:59.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:59 08:57:59.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:57:59 08:57:59.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:59 08:57:59.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:59 08:57:59.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:59 08:57:59.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:59 08:57:59.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:57:59 08:57:59.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:57:59 08:57:59.121 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:57:59 08:57:59.121 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject
04:57:59 08:57:59.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:57:59 08:57:59.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:57:59 08:57:59.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:57:59 08:57:59.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:57:59 08:57:59.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:57:59 08:57:59.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
04:57:59 08:57:59.122 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
04:57:59 08:57:59.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
04:57:59 08:57:59.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
04:57:59 08:57:59.124 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min
04:57:59 08:57:59.125 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
04:57:59 08:57:59.125 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
04:57:59 08:57:59.125 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
04:57:59 08:57:59.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
04:57:59 08:57:59.126 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:57:59 08:57:59.126 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:57:59 08:57:59.151 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:57:59 08:57:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:57:59 08:57:59.151 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:57:59 08:57:59.151 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:57:59 08:57:59.151 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:57:59 08:57:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:57:59 08:57:59.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E')
04:57:59 08:57:59.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:59 08:57:59.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:59 08:57:59.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:59 08:57:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:59 08:57:59.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:59 08:57:59.154 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:59 08:57:59.154 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:59 08:57:59.154 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:59 08:57:59.154 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:59 08:57:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@513cb0b9 is found...
04:57:59 08:57:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@513cb0b9 is found finished successfully
04:57:59 08:57:59.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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')
04:57:59 08:57:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:59 08:57:59.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:59 08:57:59.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:59 08:57:59.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:59 08:57:59.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:59 08:57:59.156 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min
04:57:59 08:57:59.173 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:59 08:57:59.173 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null
04:57:59 08:57:59.173 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:57:59 08:57:59.173 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:57:59 08:57:59.174 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:57:59 08:57:59.174 DEBUG [main][EditorHandler] 2 editor(s) found
04:57:59 08:57:59.174 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:57:59 08:57:59.190 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:57:59 08:57:59.190 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
04:57:59 08:57:59.216 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
04:57:59 08:57:59.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:59 08:57:59.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:57:59 08:57:59.217 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:57:59 08:57:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:57:59 08:57:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:57:59 08:57:59.217 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:59 08:57:59.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:57:59 08:57:59.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:57:59 08:57:59.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:57:59 08:57:59.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:57:59 08:57:59.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:57:59 08:57:59.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:57:59 08:57:59.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:59 08:57:59.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:59 08:57:59.219 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:57:59 08:57:59.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:59 08:57:59.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:59 08:57:59.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:57:59 08:57:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:57:59 08:57:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:57:59 08:57:59.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:57:59 08:57:59.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:57:59 08:57:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:59 08:57:59.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:59 08:57:59.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:57:59 08:57:59.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:57:59 08:57:59.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:57:59 08:57:59.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:59 08:57:59.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:59 08:57:59.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:59 08:57:59.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:57:59 08:57:59.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:57:59 08:57:59.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:57:59 08:57:59.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:59 08:57:59.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:59 08:57:59.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:59 08:57:59.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:59 08:57:59.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:57:59 08:57:59.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:57:59 08:57:59.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:57:59 08:57:59.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:57:59 08:57:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:57:59 08:57:59.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:59 08:57:59.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:57:59 08:57:59.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:57:59 08:57:59.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:00 08:58:00.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:00 08:58:00.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:00 08:58:00.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:00 08:58:00.227 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:00 08:58:00.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:00 08:58:00.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:00 08:58:00.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:00 08:58:00.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:00 08:58:00.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:00 08:58:00.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:00 08:58:00.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:00 08:58:00.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:00 08:58:00.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:00 08:58:00.228 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:00 08:58:00.229 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:58:00 08:58:00.229 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:58:00 08:58:00.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:58:00 08:58:00.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:00 08:58:00.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:58:00 08:58:00.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:00 08:58:00.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:58:00 08:58:00.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:58:00 08:58:00.230 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:58:00 08:58:00.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:58:00 08:58:00.232 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:58:00 08:58:00.233 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:58:00 08:58:00.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:58:00 08:58:00.233 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:58:00 08:58:00.233 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:58:00 08:58:00.235 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:58:00 08:58:00.235 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:00 08:58:00.235 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:00 08:58:00.262 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:00 08:58:00.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:00 08:58:00.262 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:00 08:58:00.262 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:00 08:58:00.262 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:00 08:58:00.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:00 08:58:00.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:58:00 08:58:00.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:00 08:58:00.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:00 08:58:00.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:00 08:58:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:00 08:58:00.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:00 08:58:00.265 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:00 08:58:00.265 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:00 08:58:00.265 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:58:00 08:58:00.265 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:58:00 08:58:00.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:58:00 08:58:00.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:00 08:58:00.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:00 08:58:00.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:00 08:58:00.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:00 08:58:00.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:00 08:58:00.268 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:00 08:58:00.268 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
04:58:00 08:58:00.268 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:00 08:58:00.269 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:00 08:58:00.269 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:58:00 08:58:00.308 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:58:00 08:58:00.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:58:00 08:58:00.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:00 08:58:00.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:00 08:58:00.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:00 08:58:00.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:00 08:58:00.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:58:00 08:58:00.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:00 08:58:00.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:58:00 08:58:00.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:58:00 08:58:00.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:00 08:58:00.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:00 08:58:00.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:00 08:58:00.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:00 08:58:00.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:00 08:58:00.314 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:58:00 08:58:00.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:00 08:58:00.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:00 08:58:00.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:00 08:58:00.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:00 08:58:00.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:00 08:58:00.324 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:00 08:58:00.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:58:00 08:58:00.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:00 08:58:00.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:00 08:58:00.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:00 08:58:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:00 08:58:00.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:00 08:58:00.327 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:00 08:58:00.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:00 08:58:00.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:00 08:58:00.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:00 08:58:00.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:00 08:58:00.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:00 08:58:00.339 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:00 08:58:00.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:00 08:58:00.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:00 08:58:00.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:00 08:58:00.340 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:00 08:58:00.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:00 08:58:00.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:00 08:58:00.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:00 08:58:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:00 08:58:00.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:00 08:58:00.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:00 08:58:00.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:00 08:58:00.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:01 08:58:01.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:01 08:58:01.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:01 08:58:01.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:01 08:58:01.342 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:01 08:58:01.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:01 08:58:01.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:01 08:58:01.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:01 08:58:01.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:01 08:58:01.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:01 08:58:01.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:01 08:58:01.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:01 08:58:01.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:01 08:58:01.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:01 08:58:01.343 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:01 08:58:01.343 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:58:01 08:58:01.344 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:58:01 08:58:01.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:58:01 08:58:01.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:01 08:58:01.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:58:01 08:58:01.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:01 08:58:01.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:58:01 08:58:01.344 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:58:01 08:58:01.344 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:58:01 08:58:01.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:58:01 08:58:01.346 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:58:01 08:58:01.346 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:58:01 08:58:01.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:58:01 08:58:01.346 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:58:01 08:58:01.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:58:01 08:58:01.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:58:01 08:58:01.348 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:01 08:58:01.348 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:01 08:58:01.370 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:01 08:58:01.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:01 08:58:01.370 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:01 08:58:01.370 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:01 08:58:01.370 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:01 08:58:01.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:01 08:58:01.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:58:01 08:58:01.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:01 08:58:01.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:01 08:58:01.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:01 08:58:01.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:01 08:58:01.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:01 08:58:01.374 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:01 08:58:01.374 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:01 08:58:01.374 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:58:01 08:58:01.374 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:58:01 08:58:01.375 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:01 08:58:01.375 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:01 08:58:01.375 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:58:01 08:58:01.402 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:58:01 08:58:01.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:58:01 08:58:01.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:01 08:58:01.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:01 08:58:01.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:01 08:58:01.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:01 08:58:01.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:58:01 08:58:01.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:01 08:58:01.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:58:01 08:58:01.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:58:01 08:58:01.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:01 08:58:01.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:01 08:58:01.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:01 08:58:01.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:01 08:58:01.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:01 08:58:01.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:58:01 08:58:01.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:01 08:58:01.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:01 08:58:01.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:01 08:58:01.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:01 08:58:01.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:01 08:58:01.407 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:01 08:58:01.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:58:01 08:58:01.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:01 08:58:01.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:01 08:58:01.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:01 08:58:01.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:01 08:58:01.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:01 08:58:01.409 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:01 08:58:01.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:01 08:58:01.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:01 08:58:01.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:01 08:58:01.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:01 08:58:01.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:01 08:58:01.411 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:01 08:58:01.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:01 08:58:01.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:01 08:58:01.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:01 08:58:01.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:01 08:58:01.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:01 08:58:01.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:01 08:58:01.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:01 08:58:01.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:01 08:58:01.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:01 08:58:01.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:01 08:58:01.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:01 08:58:01.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:02 08:58:02.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:02 08:58:02.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:02 08:58:02.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:02 08:58:02.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:02 08:58:02.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:02 08:58:02.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:02 08:58:02.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:02 08:58:02.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:02 08:58:02.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:02 08:58:02.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:02 08:58:02.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:02 08:58:02.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:02 08:58:02.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:02 08:58:02.415 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:02 08:58:02.415 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:58:02 08:58:02.416 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
04:58:02 08:58:02.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:58:02 08:58:02.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:02 08:58:02.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:58:02 08:58:02.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:02 08:58:02.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:58:02 08:58:02.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:58:02 08:58:02.416 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:58:02 08:58:02.416 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:58:02 08:58:02.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:58:02 08:58:02.418 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
04:58:02 08:58:02.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
04:58:02 08:58:02.418 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
04:58:02 08:58:02.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
04:58:02 08:58:02.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
04:58:02 08:58:02.419 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:02 08:58:02.419 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:02 08:58:02.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:02 08:58:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:02 08:58:02.440 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:02 08:58:02.440 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:02 08:58:02.440 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:02 08:58:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:02 08:58:02.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:02 08:58:02.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:02 08:58:02.443 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
04:58:02 08:58:02.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:02 08:58:02.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:02 08:58:02.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:58:02 08:58:02.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:02 08:58:02.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:02 08:58:02.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:58:02 08:58:02.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
04:58:02 08:58:02.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:02 08:58:02.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:02 08:58:02.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:02 08:58:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:02 08:58:02.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:02 08:58:02.448 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:02 08:58:02.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:02 08:58:02.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:02 08:58:02.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:02 08:58:02.474 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:02 08:58:02.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:02 08:58:02.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:02 08:58:02.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:02 08:58:02.474 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:02 08:58:02.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:02 08:58:02.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:02 08:58:02.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:02 08:58:02.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:02 08:58:02.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:02 08:58:02.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:02 08:58:02.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:02 08:58:02.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:03 08:58:03.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:03 08:58:03.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:03 08:58:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:03 08:58:03.476 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
04:58:03 08:58:03.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
04:58:03 08:58:03.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:03 08:58:03.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:03 08:58:03.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:03 08:58:03.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:03 08:58:03.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:03 08:58:03.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:03 08:58:03.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:03 08:58:03.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:03 08:58:03.477 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:03 08:58:03.478 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
04:58:03 08:58:03.478 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject
04:58:03 08:58:03.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
04:58:03 08:58:03.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:03 08:58:03.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
04:58:03 08:58:03.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:03 08:58:03.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
04:58:03 08:58:03.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min
04:58:03 08:58:03.478 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min
04:58:03 08:58:03.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection
04:58:03 08:58:03.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min
04:58:03 08:58:03.480 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min
04:58:03 08:58:03.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min
04:58:03 08:58:03.480 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min
04:58:03 08:58:03.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection
04:58:03 08:58:03.481 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min
04:58:03 08:58:03.481 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:03 08:58:03.481 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:03 08:58:03.502 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:03 08:58:03.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:03 08:58:03.503 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:03 08:58:03.503 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:03 08:58:03.503 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:03 08:58:03.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:03 08:58:03.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a14a748 is found...
04:58:03 08:58:03.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a14a748 is found finished successfully
04:58:03 08:58:03.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E')
04:58:03 08:58:03.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:03 08:58:03.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:03 08:58:03.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:03 08:58:03.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:03 08:58:03.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:03 08:58:03.505 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:03 08:58:03.505 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:03 08:58:03.505 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:58:03 08:58:03.505 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:58:03 08:58:03.506 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:03 08:58:03.506 DEBUG [main][EditorHandler] 2 editor(s) found
04:58:03 08:58:03.506 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:58:03 08:58:03.517 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:58:03 08:58:03.517 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min
04:58:03 08:58:03.542 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed
04:58:03 08:58:03.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:58:03 08:58:03.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:03 08:58:03.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:03 08:58:03.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:03 08:58:03.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:03 08:58:03.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
04:58:03 08:58:03.543 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:03 08:58:03.543 DEBUG [main][EditorHandler] 0 editor(s) found
04:58:03 08:58:03.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:03 08:58:03.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:03 08:58:03.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:03 08:58:03.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:03 08:58:03.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:03 08:58:03.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:03 08:58:03.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:03 08:58:03.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:03 08:58:03.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:03 08:58:03.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:03 08:58:03.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:03 08:58:03.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:03 08:58:03.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:03 08:58:03.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:03 08:58:03.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:03 08:58:03.545 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:03 08:58:03.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:03 08:58:03.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:03 08:58:03.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:03 08:58:03.569 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:03 08:58:03.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:03 08:58:03.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:03 08:58:03.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:03 08:58:03.570 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:03 08:58:03.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:03 08:58:03.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:03 08:58:03.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:03 08:58:03.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:03 08:58:03.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:03 08:58:03.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:04 08:58:04.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:04 08:58:04.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:04 08:58:04.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:04 08:58:04.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:04 08:58:04.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:04 08:58:04.571 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:04 08:58:04.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:04 08:58:04.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:04 08:58:04.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:04 08:58:04.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:04 08:58:04.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:04 08:58:04.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:04 08:58:04.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:04 08:58:04.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:04 08:58:04.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:04 08:58:04.573 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:04 08:58:04.573 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:04 08:58:04.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:04 08:58:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:04 08:58:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:04 08:58:04.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:04 08:58:04.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:04 08:58:04.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:05 08:58:05.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:05 08:58:05.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:05 08:58:05.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:05 08:58:05.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:05 08:58:05.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:05 08:58:05.574 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:05 08:58:05.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:05 08:58:05.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:05 08:58:05.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:05 08:58:05.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
04:58:05 08:58:05.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:05 08:58:05.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:05 08:58:05.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:05 08:58:05.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:05 08:58:05.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:05 08:58:05.576 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:05 08:58:05.576 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:05 08:58:05.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:05 08:58:05.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:05 08:58:05.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:05 08:58:05.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:05 08:58:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:05 08:58:05.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:05 08:58:05.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:05 08:58:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:05 08:58:05.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:05 08:58:05.577 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
04:58:05 08:58:05.577 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
04:58:05 08:58:05.577 DEBUG [main][TreeItemHandler] Set Tree selection
04:58:05 08:58:05.577 DEBUG [main][TreeHandler] Notify Tree about selection event
04:58:05 08:58:05.585 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
04:58:05 08:58:05.589 DEBUG [WorkbenchTestable][TreeItemHandler]   testProject
04:58:05 08:58:05.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:58:05 08:58:05.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:05 08:58:05.620 DEBUG [main][MenuItemLookup] Found menu:'New'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:''
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:''
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Move...'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:''
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Import...'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Export...'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:''
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
04:58:05 08:58:05.621 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
04:58:05 08:58:05.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
04:58:05 08:58:05.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
04:58:05 08:58:05.621 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
04:58:05 08:58:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:05 08:58:05.622 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:05 08:58:05.622 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
04:58:06 08:58:06.122 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
04:58:06 08:58:06.122 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:06 08:58:06.122 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:06 08:58:06.122 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:06 08:58:06.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:06 08:58:06.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
04:58:06 08:58:06.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:06 08:58:06.142 DEBUG [main][MenuItemLookup] Found menu:'New'
04:58:06 08:58:06.142 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
04:58:06 08:58:06.142 DEBUG [main][MenuItemLookup] Found menu:''
04:58:06 08:58:06.142 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
04:58:06 08:58:06.142 DEBUG [main][MenuItemLookup] Found menu:''
04:58:06 08:58:06.142 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:58:06 08:58:06.142 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:58:06 08:58:06.142 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:58:06 08:58:06.142 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
04:58:06 08:58:06.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
04:58:06 08:58:06.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
04:58:06 08:58:06.142 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
04:58:06 08:58:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available....
04:58:06 08:58:06.723 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
04:58:06 08:58:06.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
04:58:06 08:58:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:06 08:58:06.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:06 08:58:06.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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)
04:58:06 08:58:06.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:58:06 08:58:06.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:06 08:58:06.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:06 08:58:06.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
04:58:06 08:58:06.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:58:06 08:58:06.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:06 08:58:06.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:06 08:58:06.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:06 08:58:06.727 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
04:58:06 08:58:06.727 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
04:58:06 08:58:06.727 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:06 08:58:06.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:06 08:58:06.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:06 08:58:06.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:58:06 08:58:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:06 08:58:06.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:06 08:58:06.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:06 08:58:06.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:06 08:58:06.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:06 08:58:06.728 INFO [WorkbenchTestable][AbstractButton] Click button OK
04:58:06 08:58:06.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:06 08:58:06.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:06 08:58:06.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:06 08:58:06.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:06 08:58:06.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
04:58:06 08:58:06.732 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
04:58:07 08:58:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
04:58:07 08:58:07.233 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
04:58:07 08:58:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:07 08:58:07.233 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:07 08:58:07.233 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
04:58:07 08:58:07.233 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
04:58:07 08:58:07.233 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:07 08:58:07.233 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:07 08:58:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:07 08:58:07.233 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:07 08:58:07.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:07 08:58:07.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:07 08:58:07.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
04:58:07 08:58:07.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:07 08:58:07.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:07 08:58:07.234 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
04:58:07 08:58:07.234 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:07 08:58:07.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:07 08:58:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:07 08:58:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:07 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.466 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest
04:58:07 getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.403 s
04:58:07 closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.089 s
04:58:07 getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 3.237 s
04:58:07 closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.108 s
04:58:07 testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.103 s
04:58:07 getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.12 s
04:58:07 closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.071 s
04:58:07 closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.633 s
04:58:07 noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.071 s
04:58:07 getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.208 s
04:58:07 testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.092 s
04:58:07 saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.121 s
04:58:07 isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.082 s
04:58:07 closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 12.165 s
04:58:07 closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.616 s
04:58:07 findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.618 s
04:58:07 saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.11 s
04:58:07 getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 11.07 s
04:58:07 noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.064 s
04:58:07 switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.172 s
04:58:07 testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.092 s
04:58:07 getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.094 s
04:58:07 getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.14 s
04:58:07 Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:07 08:58:07.243 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:07 08:58:07.244 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
04:58:07 08:58:07.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:07 08:58:07.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:07 08:58:07.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:07 08:58:07.245 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
04:58:07 08:58:07.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:07 08:58:07.245 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
04:58:07 08:58:07.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:07 08:58:07.245 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
04:58:07 08:58:07.245 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.*']
04:58:07 08:58:07.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.246 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.*']
04:58:07 08:58:07.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.246 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.*']
04:58:07 08:58:07.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:07 08:58:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:07 08:58:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:07 08:58:07.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:07 08:58:07.246 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Search'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Project'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Window'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Item match:Window
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'New Window'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Editor'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Show View'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
04:58:07 08:58:07.247 DEBUG [main][MenuItemLookup] Item match:Preferences
04:58:07 08:58:07.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
04:58:07 08:58:07.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
04:58:07 08:58:07.248 INFO [main][MenuItemHandler] Select menu item: &Preferences
04:58:07 08:58:07.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
04:58:07 08:58:07.322 DEBUG [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
04:58:07 08:58:07.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
04:58:07 08:58:07.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:07 08:58:07.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:07 08:58:07.323 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
04:58:07 08:58:07.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.323 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
04:58:07 08:58:07.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:07 08:58:07.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:07 08:58:07.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:07 08:58:07.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:58:07 08:58:07.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:58:07 08:58:07.324 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)
04:58:07 08:58:07.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:07 08:58:07.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:07 08:58:07.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:07 08:58:07.326 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
04:58:07 08:58:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:07 08:58:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:07 08:58:07.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:07 08:58:07.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:07 08:58:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:58:07 08:58:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:58:07 08:58:07.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:07 08:58:07.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:07 08:58:07.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:07 08:58:07.347 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:07 08:58:07.347 DEBUG [main][EditorHandler] 0 editor(s) found
04:58:07 08:58:07.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.348 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:07 08:58:07.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:07 08:58:07.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:07 08:58:07.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:07 08:58:07.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:07 08:58:07.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:07 08:58:07.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:07 08:58:07.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:07 08:58:07.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:07 08:58:07.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:07 08:58:07.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:07 08:58:07.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:07 08:58:07.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:07 08:58:07.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:07 08:58:07.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:07 08:58:07.350 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:07 08:58:07.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:07 08:58:07.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:07 08:58:07.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:58:07 To add a project: TooltipText=null
04:58:07 08:58:07.351 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:07 08:58:07.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:07 08:58:07.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:07 08:58:07.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:58:07 To add a project: TooltipText=null
04:58:07 08:58:07.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:07 08:58:07.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:07 08:58:07.352 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:07 08:58:07.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:07 08:58:07.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:07 08:58:07.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
04:58:07 To add a project: TooltipText=null
04:58:07 08:58:07.354 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:07 08:58:07.354 DEBUG [main][EditorHandler] 0 editor(s) found
04:58:07 08:58:07.354 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:07 08:58:07.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.354 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:07 08:58:07.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.354 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:58:07 08:58:07.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.354 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:07 08:58:07.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"]
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:07 08:58:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:07 08:58:07.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:07 08:58:07.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:07 08:58:07.356 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:58:07 08:58:07.356 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:07 08:58:07.356 DEBUG [main][MenuItemLookup] Item match:File
04:58:07 08:58:07.356 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:07 08:58:07.356 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:58:07 08:58:07.358 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:58:07 08:58:07.358 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.358 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:58:07 08:58:07.358 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:07 08:58:07.358 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
04:58:07 08:58:07.358 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.358 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
04:58:07 08:58:07.358 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
04:58:07 08:58:07.366 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
04:58:07 08:58:07.366 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
04:58:07 08:58:07.366 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
04:58:07 08:58:07.429 DEBUG [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....
04:58:07 08:58:07.433 DEBUG [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
04:58:07 08:58:07.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
04:58:07 08:58:07.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:07 08:58:07.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:07 08:58:07.435 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:58:07 08:58:07.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.440 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
04:58:07 08:58:07.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:07 08:58:07.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:07 08:58:07.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:07 08:58:07.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:58:07 08:58:07.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:07 08:58:07.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:07 08:58:07.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:58:07 08:58:07.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project
04:58:07 08:58:07.442 DEBUG [main][TreeItemHandler] Selecting tree item: Project
04:58:07 08:58:07.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection
04:58:07 08:58:07.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project
04:58:07 08:58:07.445 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:58:07 08:58:07.445 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
04:58:07 08:58:07.445 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)
04:58:07 08:58:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:07 08:58:07.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:07 08:58:07.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:07 08:58:07.447 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:58:07 08:58:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:07 08:58:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:07 08:58:07.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:07 08:58:07.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:07 08:58:07.471 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:07 08:58:07.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available....
04:58:07 08:58:07.471 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
04:58:07 08:58:07.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project
04:58:07 08:58:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:07 08:58:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:07 08:58:07.472 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
04:58:07 08:58:07.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.472 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject'
04:58:07 08:58:07.472 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:
04:58:07 is "Project name:")
04:58:07 08:58:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:07 08:58:07.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:07 08:58:07.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:58:07 08:58:07.474 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:58:07 08:58:07.475 INFO [WorkbenchTestable][AbstractText] Text set to: testProject
04:58:07 08:58:07.476 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
04:58:07 08:58:07.476 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard
04:58:07 08:58:07.476 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)
04:58:07 08:58:07.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:07 08:58:07.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:07 08:58:07.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:07 08:58:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:07 08:58:07.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:07 08:58:07.478 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:58:07 08:58:07.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:07 08:58:07.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:07 08:58:07.478 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:07 08:58:07.478 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:07 08:58:07.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:58:07 08:58:07.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:58:07 08:58:07.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:07 08:58:07.982 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Change cursor' is a system job, skipped
04:58:07 08:58:07.982 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Animation start' is a system job, skipped
04:58:07 08:58:07.982 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:07 08:58:07.982 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:07 08:58:07.982 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:07 08:58:07.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:07 08:58:07.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:58:07 08:58:07.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:58:07 08:58:07.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:07 08:58:07.986 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:07 08:58:07.987 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:58:07 08:58:07.987 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:07 08:58:07.987 DEBUG [main][MenuItemLookup] Item match:File
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Save As...'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Save All	Shift+Ctrl+S'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Revert'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Move...'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Print...	Ctrl+P'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:''
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Found menu:'Import...'
04:58:07 08:58:07.988 DEBUG [main][MenuItemLookup] Item match:Import...
04:58:07 08:58:07.988 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..."
04:58:07 08:58:07.988 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import...
04:58:07 08:58:07.988 INFO [main][MenuItemHandler] Select menu item: &Import...
04:58:08 08:58:08.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available....
04:58:08 08:58:08.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully
04:58:08 08:58:08.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import
04:58:08 08:58:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:08 08:58:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:08 08:58:08.050 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
04:58:08 08:58:08.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:08 08:58:08.050 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
04:58:08 08:58:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:08 08:58:08.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:08 08:58:08.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:08 08:58:08.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:08 08:58:08.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:08 08:58:08.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:58:08 08:58:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:58:08 08:58:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:58:08 08:58:08.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:58:08 08:58:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:08 08:58:08.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:08 08:58:08.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:58:08 08:58:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:58:08 08:58:08.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:58:08 08:58:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:08 08:58:08.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:58:08 08:58:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:08 08:58:08.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:58:08 08:58:08.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace
04:58:08 08:58:08.557 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace
04:58:08 08:58:08.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection
04:58:08 08:58:08.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace
04:58:08 08:58:08.560 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
04:58:08 08:58:08.560 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page
04:58:08 08:58:08.560 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)
04:58:08 08:58:08.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:08 08:58:08.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:08 08:58:08.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:08 08:58:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:08 08:58:08.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:08 08:58:08.561 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:58:08 08:58:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:08 08:58:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:08 08:58:08.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:08 08:58:08.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:08 08:58:08.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:58:08 08:58:08.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:08 08:58:08.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:08 08:58:08.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import
04:58:08 08:58:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:08 08:58:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:08 08:58:08.634 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
04:58:08 08:58:08.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:08 08:58:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available....
04:58:08 08:58:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully
04:58:08 08:58:08.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import
04:58:08 08:58:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:08 08:58:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:08 08:58:08.634 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed
04:58:08 08:58:08.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:08 08:58:08.637 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/'
04:58:08 08:58:08.646 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:")
04:58:08 08:58:08.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:08 08:58:08.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:08 08:58:08.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:08 08:58:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:08 08:58:08.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:08 08:58:08.647 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory:
04:58:08 08:58:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:08 08:58:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:08 08:58:08.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:08 08:58:08.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:08 08:58:08.650 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
04:58:08 08:58:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:08 08:58:08.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:08 08:58:08.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:08 08:58:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:08 08:58:08.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
04:58:08 08:58:08.652 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/
04:58:08 08:58:08.653 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")
04:58:08 08:58:08.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:08 08:58:08.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:08 08:58:08.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:08 08:58:08.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:08 08:58:08.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:08 08:58:08.675 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh
04:58:08 08:58:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:08 08:58:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:08 08:58:08.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:08 08:58:08.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:08 08:58:08.683 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
04:58:08 08:58:08.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:08 08:58:08.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:08 08:58:08.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:08 08:58:08.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:08 08:58:08.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:08 08:58:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded...
04:58:08 08:58:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully
04:58:08 08:58:08.697 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true
04:58:08 08:58:08.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:")
04:58:08 08:58:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:08 08:58:08.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:08 08:58:08.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:08 08:58:08.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:08 08:58:08.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:08 08:58:08.698 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")
04:58:08 08:58:08.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:08 08:58:08.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:08 08:58:08.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:08 08:58:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:08 08:58:08.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:08 08:58:08.699 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace
04:58:08 08:58:08.699 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace
04:58:08 08:58:08.699 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace
04:58:08 08:58:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:08 08:58:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:08 08:58:08.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:08 08:58:08.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:08 08:58:08.729 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed
04:58:08 08:58:08.729 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard
04:58:08 08:58:08.729 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)
04:58:08 08:58:08.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:08 08:58:08.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:08 08:58:08.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:08 08:58:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:08 08:58:08.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:08 08:58:08.731 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:58:08 08:58:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:08 08:58:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:08 08:58:08.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:08 08:58:08.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:08 08:58:08.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:58:09 08:58:09.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:58:09 08:58:09.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:09 08:58:09.249 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' has no excuses, wait for it
04:58:09 08:58:09.749 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' has no excuses, wait for it
04:58:10 08:58:10.250 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
04:58:10 08:58:10.250 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Change cursor' is a system job, skipped
04:58:10 08:58:10.250 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:10 08:58:10.250 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:10 08:58:10.250 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:10 08:58:10.250 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:10 08:58:10.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:10 08:58:10.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:10 08:58:10.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:10 08:58:10.251 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:10 08:58:10.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:10 08:58:10.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:10 08:58:10.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:10 08:58:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:10 08:58:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:10 08:58:10.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:10 08:58:10.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:10 08:58:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:10 08:58:10.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:10 08:58:10.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:10 08:58:10.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:10 08:58:10.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:10 08:58:10.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:10 08:58:10.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:10 08:58:10.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:10 08:58:10.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:10 08:58:10.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:10 08:58:10.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:10 08:58:10.255 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:10 08:58:10.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:10 08:58:10.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:10 08:58:10.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:10 08:58:10.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:10 08:58:10.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:10 08:58:10.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:10 08:58:10.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:10 08:58:10.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:10 08:58:10.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:10 08:58:10.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:10 08:58:10.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:10 08:58:10.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:11 08:58:11.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:11 08:58:11.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:11 08:58:11.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:11 08:58:11.280 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:11 08:58:11.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:11 08:58:11.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:11 08:58:11.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:11 08:58:11.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:11 08:58:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:11 08:58:11.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:11 08:58:11.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:11 08:58:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:11 08:58:11.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:11 08:58:11.282 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:11 08:58:11.282 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:11 08:58:11.282 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:11 08:58:11.283 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:11 08:58:11.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:11 08:58:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:11 08:58:11.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:11 08:58:11.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:11 08:58:11.829 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:11 08:58:11.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:11 08:58:11.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:12 08:58:12.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:12 08:58:12.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:12 08:58:12.330 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:12 08:58:12.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:12 08:58:12.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:12 08:58:12.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:12 08:58:12.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:12 08:58:12.832 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:12 08:58:12.832 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:12 08:58:12.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:12 08:58:12.866 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:12 08:58:12.867 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:12 08:58:12.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:12 08:58:12.867 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:12 08:58:12.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:12 08:58:12.875 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:12 08:58:12.875 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:12 08:58:12.875 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:13 08:58:13.856 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:13 08:58:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:13 08:58:13.856 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
04:58:13 08:58:13.856 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:13 08:58:13.856 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:13 08:58:13.856 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:13 08:58:13.856 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:13 08:58:13.856 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:13 08:58:13.856 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:13 08:58:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:13 08:58:13.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11e00496 is found...
04:58:13 08:58:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11e00496 is found finished successfully
04:58:13 08:58:13.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:13 08:58:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:13 08:58:13.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:13 08:58:13.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:13 08:58:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:13 08:58:13.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:13 08:58:13.951 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:13 08:58:13.951 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:13 package test;
04:58:13 public class JavaClass {
04:58:13 
04:58:13 	public JavaClass() {
04:58:13 		System.out.println("");
04:58:13 	}
04:58:13 
04:58:13 }
04:58:13  TooltipText=null
04:58:13 08:58:13.952 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13]
04:58:13 08:58:13.969 INFO [WorkbenchTestable][Keyboard] Type text "a"
04:58:14 08:58:14.146 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:14 08:58:14.146 INFO [WorkbenchTestable][Keyboard]     As char:a, as int:97
04:58:14 08:58:14.748 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:14 08:58:14.748 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a*******************************************************************
04:58:14  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:14  * This program and the accompanying materials are made available under the
04:58:14  * terms of the Eclipse Public License 2.0 which is available at
04:58:14  * http://www.eclipse.org/legal/epl-2.0.
04:58:14  *
04:58:14  * SPDX-License-Identifier: EPL-2.0
04:58:14  *
04:58:14  * Contributors:
04:58:14  *     Red Hat, Inc - initial API and implementation
04:58:14  *******************************************************************************/
04:58:14 package test;
04:58:14 public class JavaClass {
04:58:14 
04:58:14 	public JavaClass() {
04:58:14 		System.out.println("");
04:58:14 	}
04:58:14 
04:58:14 }
04:58:14  TooltipText=null
04:58:14 08:58:14.748 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:14 08:58:14.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:14 08:58:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:14 08:58:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:14 08:58:14.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:14 08:58:14.749 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:14 08:58:14.749 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:14 08:58:14.749 DEBUG [main][MenuItemLookup] Item match:File
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Found menu:''
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Found menu:''
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:14 08:58:14.751 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:14 08:58:14.751 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:14 08:58:14.751 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:14 08:58:14.751 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:14 08:58:14.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:14 08:58:14.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:14 08:58:14.849 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:14 08:58:14.849 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a*******************************************************************
04:58:14  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:14  * This program and the accompanying materials are made available under the
04:58:14  * terms of the Eclipse Public License 2.0 which is available at
04:58:14  * http://www.eclipse.org/legal/epl-2.0.
04:58:14  *
04:58:14  * SPDX-License-Identifier: EPL-2.0
04:58:14  *
04:58:14  * Contributors:
04:58:14  *     Red Hat, Inc - initial API and implementation
04:58:14  *******************************************************************************/
04:58:14 package test;
04:58:14 public class JavaClass {
04:58:14 
04:58:14 	public JavaClass() {
04:58:14 		System.out.println("");
04:58:14 	}
04:58:14 
04:58:14 }
04:58:14  TooltipText=null
04:58:14 08:58:14.849 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:14 08:58:14.850 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a*******************************************************************
04:58:14  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:14  * This program and the accompanying materials are made available under the
04:58:14  * terms of the Eclipse Public License 2.0 which is available at
04:58:14  * http://www.eclipse.org/legal/epl-2.0.
04:58:14  *
04:58:14  * SPDX-License-Identifier: EPL-2.0
04:58:14  *
04:58:14  * Contributors:
04:58:14  *     Red Hat, Inc - initial API and implementation
04:58:14  *******************************************************************************/
04:58:14 package test;
04:58:14 public class JavaClass {
04:58:14 
04:58:14 	public JavaClass() {
04:58:14 		System.out.println("");
04:58:14 	}
04:58:14 
04:58:14 }
04:58:14  TooltipText=null
04:58:14 08:58:14.850 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
04:58:14 08:58:14.850 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:15 08:58:15.033 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:15 08:58:15.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:15 08:58:15.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:15 08:58:15.060 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:15 08:58:15.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:15 08:58:15.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:15 08:58:15.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:15 08:58:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:15 08:58:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:15 08:58:15.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:15 08:58:15.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:15 08:58:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:15 08:58:15.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:15 08:58:15.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:15 08:58:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:15 08:58:15.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:15 08:58:15.062 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:15 08:58:15.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:15 08:58:15.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:15 08:58:15.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:15 08:58:15.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:15 08:58:15.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:15 08:58:15.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:15 08:58:15.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:15 08:58:15.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:15 08:58:15.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:15 08:58:15.065 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:15 08:58:15.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:15 08:58:15.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:15 08:58:15.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:15 08:58:15.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:15 08:58:15.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:15 08:58:15.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:15 08:58:15.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:15 08:58:15.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:16 08:58:16.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:16 08:58:16.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:16 08:58:16.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:16 08:58:16.104 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:16 08:58:16.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:16 08:58:16.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:16 08:58:16.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:16 08:58:16.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:16 08:58:16.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:16 08:58:16.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:16 08:58:16.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:16 08:58:16.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:16 08:58:16.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:16 08:58:16.105 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:16 08:58:16.105 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:16 08:58:16.106 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:16 08:58:16.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:16 08:58:16.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:16 08:58:16.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:16 08:58:16.107 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:16 08:58:16.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:16 08:58:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:16 08:58:16.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:16 08:58:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:16 08:58:16.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:16 08:58:16.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:16 08:58:16.107 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:16 08:58:16.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:16 08:58:16.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:16 08:58:16.115 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:16 08:58:16.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:16 08:58:16.115 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:16 08:58:16.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:16 08:58:16.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:16 08:58:16.120 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:16 08:58:16.124 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:16 08:58:16.445 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
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:16 08:58:16.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54664c85 is found...
04:58:16 08:58:16.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54664c85 is found finished successfully
04:58:16 08:58:16.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')
04:58:16 08:58:16.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:16 08:58:16.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:16 08:58:16.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:16 08:58:16.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:16 08:58:16.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:16 08:58:16.459 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:16 08:58:16.459 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a*******************************************************************
04:58:16 package test;
04:58:16 public class JavaClass {
04:58:16 
04:58:16 	public JavaClass() {
04:58:16 		System.out.println("");
04:58:16 	}
04:58:16 
04:58:16 }
04:58:16  TooltipText=null
04:58:16 08:58:16.459 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:16 08:58:16.537 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:16 08:58:16.537 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:16  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:16  * This program and the accompanying materials are made available under the
04:58:16  * terms of the Eclipse Public License 2.0 which is available at
04:58:16  * http://www.eclipse.org/legal/epl-2.0.
04:58:16  *
04:58:16  * SPDX-License-Identifier: EPL-2.0
04:58:16  *
04:58:16  * Contributors:
04:58:16  *     Red Hat, Inc - initial API and implementation
04:58:16  *******************************************************************************/
04:58:16 package test;
04:58:16 public class JavaClass {
04:58:16 
04:58:16 	public JavaClass() {
04:58:16 		System.out.println("");
04:58:16 	}
04:58:16 
04:58:16 }
04:58:16  TooltipText=null
04:58:16 08:58:16.537 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:16 08:58:16.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:16 08:58:16.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:16 08:58:16.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:16 08:58:16.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:16 08:58:16.538 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:16 08:58:16.538 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:16 08:58:16.538 DEBUG [main][MenuItemLookup] Item match:File
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Found menu:''
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Found menu:''
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:16 08:58:16.539 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:16 08:58:16.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:16 08:58:16.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:16 08:58:16.539 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:16 08:58:16.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:16 08:58:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:16 08:58:16.635 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:16 08:58:16.635 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:16  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:16  * This program and the accompanying materials are made available under the
04:58:16  * terms of the Eclipse Public License 2.0 which is available at
04:58:16  * http://www.eclipse.org/legal/epl-2.0.
04:58:16  *
04:58:16  * SPDX-License-Identifier: EPL-2.0
04:58:16  *
04:58:16  * Contributors:
04:58:16  *     Red Hat, Inc - initial API and implementation
04:58:16  *******************************************************************************/
04:58:16 package test;
04:58:16 public class JavaClass {
04:58:16 
04:58:16 	public JavaClass() {
04:58:16 		System.out.println("");
04:58:16 	}
04:58:16 
04:58:16 }
04:58:16  TooltipText=null
04:58:16 08:58:16.635 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:16 08:58:16.635 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:16 08:58:16.635 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:16 08:58:16.760 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:16 08:58:16.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:16 08:58:16.760 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:16 08:58:16.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:16 08:58:16.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:16 08:58:16.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:16 08:58:16.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:16 08:58:16.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:16 08:58:16.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:16 08:58:16.762 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:16 08:58:16.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:16 08:58:16.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:16 08:58:16.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:16 08:58:16.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:16 08:58:16.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:16 08:58:16.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:16 08:58:16.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:16 08:58:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:16 08:58:16.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:16 08:58:16.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:16 08:58:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:16 08:58:16.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:16 08:58:16.765 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:16 08:58:16.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:16 08:58:16.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:16 08:58:16.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:16 08:58:16.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:16 08:58:16.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:16 08:58:16.767 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:16 08:58:16.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:16 08:58:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:16 08:58:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:16 08:58:16.767 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:16 08:58:16.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:16 08:58:16.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:16 08:58:16.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:16 08:58:16.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:16 08:58:16.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:16 08:58:16.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:17 08:58:17.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:17 08:58:17.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:17 08:58:17.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:17 08:58:17.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:17 08:58:17.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:17 08:58:17.838 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:17 08:58:17.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:17 08:58:17.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:17 08:58:17.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:17 08:58:17.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:17 08:58:17.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:17 08:58:17.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:17 08:58:17.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:17 08:58:17.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:17 08:58:17.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:17 08:58:17.840 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:17 08:58:17.840 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:17 08:58:17.840 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:17 08:58:17.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:17 08:58:17.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:17 08:58:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:17 08:58:17.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:17 08:58:17.841 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:17 08:58:17.841 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:17 08:58:17.842 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:17 08:58:17.851 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:17 08:58:17.851 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:17 08:58:17.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:17 08:58:17.852 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:17 08:58:17.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:17 08:58:17.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:17 08:58:17.857 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:17 08:58:17.857 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:17 08:58:17.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10ad6b4c is found...
04:58:17 08:58:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10ad6b4c is found finished successfully
04:58:17 08:58:17.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 '\*?\QJavaClass.java\E')
04:58:17 08:58:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:17 08:58:17.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:17 08:58:17.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:17 08:58:17.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:17 08:58:17.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:17 08:58:17.997 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:17 08:58:17.997 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:17 package test;
04:58:17 public class JavaClass {
04:58:17 
04:58:17 	public JavaClass() {
04:58:17 		System.out.println("");
04:58:17 	}
04:58:17 
04:58:17 }
04:58:17  TooltipText=null
04:58:18 08:58:17.998 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:18 08:58:17.998 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:18 package test;
04:58:18 public class JavaClass {
04:58:18 
04:58:18 	public JavaClass() {
04:58:18 		System.out.println("");
04:58:18 	}
04:58:18 
04:58:18 }
04:58:18  TooltipText=null
04:58:18 08:58:17.999 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13]
04:58:18 08:58:18.011 INFO [WorkbenchTestable][Keyboard] Type text "testtext"
04:58:18 08:58:18.026 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:18 08:58:18.026 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:58:18 08:58:18.627 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:18 08:58:18.627 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:58:19 08:58:19.228 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:19 08:58:19.228 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
04:58:19 08:58:19.830 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:19 08:58:19.830 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:58:20 08:58:20.431 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:20 08:58:20.431 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:58:21 08:58:21.033 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:21 08:58:21.033 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:58:21 08:58:21.634 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:21 08:58:21.634 INFO [WorkbenchTestable][Keyboard]     As char:x, as int:120
04:58:22 08:58:22.236 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:22 08:58:22.236 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:58:22 08:58:22.837 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:22 08:58:22.838 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:22  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:22  * This program and the accompanying materials are made available under the
04:58:22  * terms of the Eclipse Public License 2.0 which is available at
04:58:22  * http://www.eclipse.org/legal/epl-2.0.
04:58:22  *
04:58:22  * SPDX-License-Identifier: EPL-2.0
04:58:22  *
04:58:22  * Contributors:
04:58:22  *     Red Hat, Inc - initial API and implementation
04:58:22  *******************************************************************************/
04:58:22 package test;testtext
04:58:22 public class JavaClass {
04:58:22 
04:58:22 	public JavaClass() {
04:58:22 		System.out.println("");
04:58:22 	}
04:58:22 
04:58:22 }
04:58:22  TooltipText=null
04:58:22 08:58:22.838 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:22 08:58:22.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:22 08:58:22.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:22 08:58:22.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:22 08:58:22.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:22 08:58:22.838 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:22 08:58:22.838 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:22 08:58:22.838 DEBUG [main][MenuItemLookup] Item match:File
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Found menu:''
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Found menu:''
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:22 08:58:22.839 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:22 08:58:22.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:22 08:58:22.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:22 08:58:22.840 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:22 08:58:22.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:22 08:58:22.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:22 08:58:22.868 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:22 08:58:22.868 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:22  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:22  * This program and the accompanying materials are made available under the
04:58:22  * terms of the Eclipse Public License 2.0 which is available at
04:58:22  * http://www.eclipse.org/legal/epl-2.0.
04:58:22  *
04:58:22  * SPDX-License-Identifier: EPL-2.0
04:58:22  *
04:58:22  * Contributors:
04:58:22  *     Red Hat, Inc - initial API and implementation
04:58:22  *******************************************************************************/
04:58:22 package test;testtext
04:58:22 public class JavaClass {
04:58:22 
04:58:22 	public JavaClass() {
04:58:22 		System.out.println("");
04:58:22 	}
04:58:22 
04:58:22 }
04:58:22  TooltipText=null
04:58:22 08:58:22.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:22 08:58:22.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:22 08:58:22.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:22 08:58:22.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:22 08:58:22.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:22 08:58:22.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:22 08:58:22.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:22 08:58:22.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:22 08:58:22.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:22 08:58:22.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:22 08:58:22.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:22 08:58:22.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:22 08:58:22.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:22 08:58:22.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:22 08:58:22.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:22 08:58:22.873 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:22 08:58:22.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:22 08:58:22.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:22 08:58:22.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:22 08:58:22.904 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:22 08:58:22.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:22 08:58:22.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:22 08:58:22.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:22 08:58:22.905 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:22 08:58:22.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:22 08:58:22.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:22 08:58:22.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:22 08:58:22.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:22 08:58:22.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:22 08:58:22.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:23 08:58:23.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:23 08:58:23.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:23 08:58:23.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:23 08:58:23.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:23 08:58:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:23 08:58:23.907 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:23 08:58:23.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:23 08:58:23.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:23 08:58:23.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:23 08:58:23.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:23 08:58:23.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:23 08:58:23.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:23 08:58:23.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:23 08:58:23.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:23 08:58:23.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:23 08:58:23.908 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:23 08:58:23.909 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:23 08:58:23.909 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:23 08:58:23.909 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:23 08:58:23.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:23 08:58:23.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:23 08:58:23.909 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:23 08:58:23.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:23 08:58:23.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:23 08:58:23.909 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:23 08:58:23.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:23 08:58:23.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:23 08:58:23.910 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:23 08:58:23.910 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:23 08:58:23.910 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:23 08:58:23.919 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:23 08:58:23.919 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:23 08:58:23.919 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:23 08:58:23.919 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:23 08:58:23.920 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:23 08:58:23.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:23 08:58:23.925 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:23 08:58:23.925 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:23 08:58:23.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@148ddb8a is found...
04:58:23 08:58:23.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@148ddb8a is found finished successfully
04:58:23 08:58:23.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:23 08:58:23.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:23 08:58:23.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:23 08:58:23.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:23 08:58:23.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:23 08:58:23.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:23 08:58:23.965 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:23 08:58:23.965 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:23  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:23  * This program and the accompanying materials are made available under the
04:58:23  * terms of the Eclipse Public License 2.0 which is available at
04:58:23  * http://www.eclipse.org/legal/epl-2.0.
04:58:23  *
04:58:23  * SPDX-License-Identifier: EPL-2.0
04:58:23  *
04:58:23  * Contributors:
04:58:23  *     Red Hat, Inc - initial API and implementation
04:58:23  *******************************************************************************/
04:58:23 package test;testtext
04:58:23 public class JavaClass {
04:58:23 
04:58:23 	public JavaClass() {
04:58:23 		System.out.println("");
04:58:23 	}
04:58:23 
04:58:23 }
04:58:23  TooltipText=null
04:58:23 08:58:23.965 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:23 08:58:23.980 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:23 08:58:23.981 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:23  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:23  * This program and the accompanying materials are made available under the
04:58:23  * terms of the Eclipse Public License 2.0 which is available at
04:58:23  * http://www.eclipse.org/legal/epl-2.0.
04:58:23  *
04:58:23  * SPDX-License-Identifier: EPL-2.0
04:58:23  *
04:58:23  * Contributors:
04:58:23  *     Red Hat, Inc - initial API and implementation
04:58:23  *******************************************************************************/
04:58:23 package test;
04:58:23 public class JavaClass {
04:58:23 
04:58:23 	public JavaClass() {
04:58:23 		System.out.println("");
04:58:23 	}
04:58:23 
04:58:23 }
04:58:23  TooltipText=null
04:58:23 08:58:23.981 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:23 08:58:23.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:23 08:58:23.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:23 08:58:23.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:23 08:58:23.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:23 08:58:23.981 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:23 08:58:23.981 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:23 08:58:23.981 DEBUG [main][MenuItemLookup] Item match:File
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Found menu:''
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Found menu:''
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:23 08:58:23.982 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:23 08:58:23.983 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:23 08:58:23.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:23 08:58:23.983 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:24 08:58:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:24 08:58:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:24 08:58:24.047 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:24 08:58:24.048 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:24  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:24  * This program and the accompanying materials are made available under the
04:58:24  * terms of the Eclipse Public License 2.0 which is available at
04:58:24  * http://www.eclipse.org/legal/epl-2.0.
04:58:24  *
04:58:24  * SPDX-License-Identifier: EPL-2.0
04:58:24  *
04:58:24  * Contributors:
04:58:24  *     Red Hat, Inc - initial API and implementation
04:58:24  *******************************************************************************/
04:58:24 package test;
04:58:24 public class JavaClass {
04:58:24 
04:58:24 	public JavaClass() {
04:58:24 		System.out.println("");
04:58:24 	}
04:58:24 
04:58:24 }
04:58:24  TooltipText=null
04:58:24 08:58:24.048 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:24 08:58:24.048 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:24 08:58:24.048 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:24 08:58:24.128 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:24 08:58:24.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:24 08:58:24.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:24 08:58:24.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:24 08:58:24.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:24 08:58:24.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:24 08:58:24.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:24 08:58:24.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:24 08:58:24.130 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:24 08:58:24.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:24 08:58:24.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:24 08:58:24.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:24 08:58:24.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:24 08:58:24.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:24 08:58:24.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:24 08:58:24.131 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:24 08:58:24.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:24 08:58:24.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:24 08:58:24.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:24 08:58:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:24 08:58:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:24 08:58:24.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:24 08:58:24.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:24 08:58:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:24 08:58:24.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:24 08:58:24.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:24 08:58:24.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:24 08:58:24.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:24 08:58:24.133 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:24 08:58:24.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:24 08:58:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:24 08:58:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:24 08:58:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:24 08:58:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:24 08:58:24.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:24 08:58:24.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:24 08:58:24.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:24 08:58:24.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:24 08:58:24.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:24 08:58:24.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:24 08:58:24.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:24 08:58:24.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:24 08:58:24.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:24 08:58:24.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:24 08:58:24.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:24 08:58:24.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:24 08:58:24.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:25 08:58:25.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:25 08:58:25.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:25 08:58:25.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:25 08:58:25.150 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:25 08:58:25.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:25 08:58:25.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:25 08:58:25.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:25 08:58:25.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:25 08:58:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:25 08:58:25.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:25 08:58:25.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:25 08:58:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:25 08:58:25.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:25 08:58:25.151 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:25 08:58:25.151 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:25 08:58:25.152 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:25 08:58:25.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:25 08:58:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:25 08:58:25.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:25 08:58:25.153 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:25 08:58:25.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:25 08:58:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:25 08:58:25.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:25 08:58:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:25 08:58:25.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:25 08:58:25.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:25 08:58:25.153 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:25 08:58:25.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:25 08:58:25.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:25 08:58:25.160 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:25 08:58:25.161 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:25 08:58:25.161 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:25 08:58:25.161 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:25 08:58:25.165 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:25 08:58:25.165 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:25 08:58:25.165 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:25 08:58:25.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d899431 is found...
04:58:25 08:58:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d899431 is found finished successfully
04:58:25 08:58:25.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:25 08:58:25.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:25 08:58:25.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:25 08:58:25.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:25 08:58:25.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:25 08:58:25.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:25 08:58:25.305 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:25 08:58:25.305 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:25 package test;
04:58:25 public class JavaClass {
04:58:25 
04:58:25 	public JavaClass() {
04:58:25 		System.out.println("");
04:58:25 	}
04:58:25 
04:58:25 }
04:58:25  TooltipText=null
04:58:25 08:58:25.306 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:25 08:58:25.306 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:25 package test;
04:58:25 public class JavaClass {
04:58:25 
04:58:25 	public JavaClass() {
04:58:25 		System.out.println("");
04:58:25 	}
04:58:25 
04:58:25 }
04:58:25  TooltipText=null
04:58:25 08:58:25.306 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:58:26 08:58:26.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:26 08:58:26.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:26 08:58:26.307 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:26 08:58:26.307 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:26 08:58:26.307 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:58:26 08:58:26.307 DEBUG [main][MenuItemLookup] Item match:Edit
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:''
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:''
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:''
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:''
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:''
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:''
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:''
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
04:58:26 08:58:26.308 DEBUG [main][MenuItemLookup] Item match:Content Assist
04:58:26 08:58:26.312 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default	Ctrl+Space"
04:58:26 08:58:26.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals"
04:58:26 08:58:26.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals"
04:58:26 08:58:26.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals"
04:58:26 08:58:26.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals"
04:58:26 08:58:26.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals"
04:58:26 08:58:26.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:""
04:58:26 08:58:26.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints	Shift+Ctrl+Space"
04:58:26 08:58:26.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:26 08:58:26.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:26 08:58:26.314 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:26 08:58:26.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:26 08:58:26.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:26 08:58:26.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:26 08:58:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:26 08:58:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:26 08:58:26.316 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:26 08:58:26.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:26 08:58:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:26 08:58:26.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:26 08:58:26.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:26 08:58:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:26 08:58:26.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:26 08:58:26.317 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:26 08:58:26.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:26 08:58:26.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:26 08:58:26.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:26 08:58:26.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:26 08:58:26.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:26 08:58:26.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:26 08:58:26.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:26 08:58:26.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:26 08:58:26.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:26 08:58:26.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:26 08:58:26.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:26 08:58:26.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:26 08:58:26.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:26 08:58:26.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:26 08:58:26.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:26 08:58:26.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:27 08:58:27.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:27 08:58:27.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:27 08:58:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:27 08:58:27.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:27 08:58:27.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:27 08:58:27.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:27 08:58:27.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:27 08:58:27.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:27 08:58:27.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:27 08:58:27.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:27 08:58:27.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:27 08:58:27.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:27 08:58:27.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:27 08:58:27.349 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:27 08:58:27.350 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:27 08:58:27.350 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:27 08:58:27.350 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:27 08:58:27.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:27 08:58:27.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:27 08:58:27.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:27 08:58:27.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:27 08:58:27.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:27 08:58:27.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:27 08:58:27.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:27 08:58:27.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:27 08:58:27.351 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:27 08:58:27.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:27 08:58:27.357 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:27 08:58:27.357 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:27 08:58:27.357 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:27 08:58:27.357 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:27 08:58:27.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:27 08:58:27.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:27 08:58:27.363 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:27 08:58:27.364 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:27 08:58:27.393 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:27 08:58:27.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:27 08:58:27.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:27 08:58:27.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:27 08:58:27.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:27 08:58:27.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:27 08:58:27.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:27 08:58:27.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:27 08:58:27.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:27 08:58:27.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13928a1 is found...
04:58:27 08:58:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13928a1 is found finished successfully
04:58:27 08:58:27.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:27 08:58:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:27 08:58:27.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:27 08:58:27.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:27 08:58:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:27 08:58:27.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:27 08:58:27.398 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:27 08:58:27.398 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:27 package test;
04:58:27 public class JavaClass {
04:58:27 
04:58:27 	public JavaClass() {
04:58:27 		System.out.println("");
04:58:27 	}
04:58:27 
04:58:27 }
04:58:27  TooltipText=null
04:58:27 08:58:27.398 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:27 08:58:27.425 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:27 08:58:27.426 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:27  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:27  * This program and the accompanying materials are made available under the
04:58:27  * terms of the Eclipse Public License 2.0 which is available at
04:58:27  * http://www.eclipse.org/legal/epl-2.0.
04:58:27  *
04:58:27  * SPDX-License-Identifier: EPL-2.0
04:58:27  *
04:58:27  * Contributors:
04:58:27  *     Red Hat, Inc - initial API and implementation
04:58:27  *******************************************************************************/
04:58:27 package test;
04:58:27 public class JavaClass {
04:58:27 
04:58:27 	public JavaClass() {
04:58:27 		System.out.println("");
04:58:27 	}
04:58:27 
04:58:27 }
04:58:27  TooltipText=null
04:58:27 08:58:27.426 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:27 08:58:27.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:27 08:58:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:27 08:58:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:27 08:58:27.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:27 08:58:27.438 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:27 08:58:27.439 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:27 08:58:27.439 DEBUG [main][MenuItemLookup] Item match:File
04:58:27 08:58:27.440 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:27 08:58:27.440 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:27 08:58:27.440 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:27 08:58:27.456 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:27 08:58:27.456 DEBUG [main][MenuItemLookup] Found menu:''
04:58:27 08:58:27.457 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:27 08:58:27.457 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:27 08:58:27.457 DEBUG [main][MenuItemLookup] Found menu:''
04:58:27 08:58:27.457 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:27 08:58:27.457 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:27 08:58:27.457 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:27 08:58:27.457 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:27 08:58:27.457 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:27 08:58:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:27 08:58:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:27 08:58:27.487 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:27 08:58:27.487 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:27  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:27  * This program and the accompanying materials are made available under the
04:58:27  * terms of the Eclipse Public License 2.0 which is available at
04:58:27  * http://www.eclipse.org/legal/epl-2.0.
04:58:27  *
04:58:27  * SPDX-License-Identifier: EPL-2.0
04:58:27  *
04:58:27  * Contributors:
04:58:27  *     Red Hat, Inc - initial API and implementation
04:58:27  *******************************************************************************/
04:58:27 package test;
04:58:27 public class JavaClass {
04:58:27 
04:58:27 	public JavaClass() {
04:58:27 		System.out.println("");
04:58:27 	}
04:58:27 
04:58:27 }
04:58:27  TooltipText=null
04:58:27 08:58:27.487 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:27 08:58:27.487 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:27 08:58:27.487 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:27 08:58:27.565 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:27 08:58:27.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:27 08:58:27.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:27 08:58:27.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:27 08:58:27.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:27 08:58:27.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:27 08:58:27.566 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:27 08:58:27.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:27 08:58:27.566 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:27 08:58:27.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:27 08:58:27.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:27 08:58:27.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:27 08:58:27.569 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:27 08:58:27.569 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:58:27 08:58:27.569 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:27 08:58:27.569 DEBUG [main][MenuItemLookup] Item match:File
04:58:27 08:58:27.570 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:27 08:58:27.570 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:58:27 08:58:27.571 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:58:27 08:58:27.571 DEBUG [main][MenuItemLookup] Found menu:''
04:58:27 08:58:27.571 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:58:27 08:58:27.571 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:27 08:58:27.571 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
04:58:27 08:58:27.571 DEBUG [main][MenuItemLookup] Found menu:''
04:58:27 08:58:27.571 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
04:58:27 08:58:27.571 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
04:58:27 08:58:27.572 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
04:58:27 08:58:27.572 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
04:58:27 08:58:27.572 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
04:58:27 08:58:27.646 DEBUG [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....
04:58:27 08:58:27.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
04:58:27 08:58:27.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
04:58:27 08:58:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:27 08:58:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:27 08:58:27.650 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:58:27 08:58:27.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.651 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
04:58:27 08:58:27.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:27 08:58:27.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:27 08:58:27.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:27 08:58:27.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:27 08:58:27.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:27 08:58:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:58:27 08:58:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:58:27 08:58:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:58:27 08:58:27.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:58:27 08:58:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:27 08:58:27.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:58:27 08:58:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:27 08:58:27.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:58:27 08:58:27.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:58:27 08:58:27.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:58:27 08:58:27.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:27 08:58:27.653 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:58:27 08:58:27.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:27 08:58:27.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:58:27 08:58:27.653 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
04:58:27 08:58:27.653 DEBUG [main][TreeItemHandler] Selecting tree item: File
04:58:27 08:58:27.653 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
04:58:27 08:58:27.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
04:58:27 08:58:27.656 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:58:27 08:58:27.656 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
04:58:27 08:58:27.656 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)
04:58:27 08:58:27.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:27 08:58:27.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:27 08:58:27.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:27 08:58:27.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:27 08:58:27.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:27 08:58:27.658 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:58:27 08:58:27.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:27 08:58:27.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:27 08:58:27.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:27 08:58:27.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:27 08:58:27.688 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:58:27 08:58:27.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
04:58:27 08:58:27.688 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
04:58:27 08:58:27.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
04:58:27 08:58:27.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:27 08:58:27.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:27 08:58:27.689 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:58:27 08:58:27.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:58:27 08:58:27.690 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:
04:58:27 is "File name:")
04:58:27 08:58:27.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:27 08:58:27.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:27 08:58:27.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:27 08:58:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:27 08:58:27.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:58:27 08:58:27.692 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:58:27 08:58:27.693 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min
04:58:27 08:58:27.693 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:
04:58:27 is "Enter or select the parent folder:")
04:58:27 08:58:27.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:27 08:58:27.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:27 08:58:27.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:27 08:58:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:27 08:58:27.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:58:27 08:58:27.695 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:58:27 08:58:27.695 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
04:58:27 08:58:27.695 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:58:27 08:58:27.695 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
04:58:27 08:58:27.695 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)
04:58:27 08:58:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:27 08:58:27.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:27 08:58:27.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:27 08:58:27.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:27 08:58:27.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:58:27 08:58:27.697 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:58:27 08:58:27.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:58:27 08:58:27.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:58:27 08:58:27.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:58:27 08:58:27.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:58:27 08:58:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:58:28 08:58:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:58:28 08:58:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:28 08:58:28.231 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
04:58:28 08:58:28.231 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:28 08:58:28.231 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:28 08:58:28.231 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:28 08:58:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:28 08:58:28.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
04:58:28 08:58:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:28 08:58:28.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:28 08:58:28.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:28 08:58:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:28 08:58:28.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:28 08:58:28.234 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min
04:58:28 08:58:28.238 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:28 08:58:28.238 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:28 08:58:28.238 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
04:58:28 08:58:28.238 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
04:58:28 08:58:28.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:28 08:58:28.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:28 08:58:28.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:28 08:58:28.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:28 08:58:28.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:28 08:58:28.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
04:58:28 08:58:28.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:28 08:58:28.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:28 08:58:28.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
04:58:28 08:58:28.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:28 08:58:28.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:28 08:58:28.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:28 08:58:28.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:28 08:58:28.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:28 08:58:28.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:28 08:58:28.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:28 08:58:28.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:28 08:58:28.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:28 08:58:28.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:28 08:58:28.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:28 08:58:28.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:28 08:58:28.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:28 08:58:28.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:28 08:58:28.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:28 08:58:28.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:28 08:58:28.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:28 08:58:28.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:28 08:58:28.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:28 08:58:28.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:28 08:58:28.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:28 08:58:28.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:28 08:58:28.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:29 08:58:29.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:29 08:58:29.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:29 08:58:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:29 08:58:29.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:29 08:58:29.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:29 08:58:29.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:29 08:58:29.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:29 08:58:29.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:29 08:58:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:29 08:58:29.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:29 08:58:29.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:29 08:58:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:29 08:58:29.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:29 08:58:29.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:29 08:58:29.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:29 08:58:29.272 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:29 08:58:29.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:29 08:58:29.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:29 08:58:29.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:29 08:58:29.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:29 08:58:29.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:29 08:58:29.274 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:29 08:58:29.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:29 08:58:29.281 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:29 08:58:29.282 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:29 08:58:29.282 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:29 08:58:29.282 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:29 08:58:29.282 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:29 08:58:29.287 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:29 08:58:29.287 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:29 08:58:29.287 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:29 08:58:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b67f9b1 is found...
04:58:29 08:58:29.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b67f9b1 is found finished successfully
04:58:29 08:58:29.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:29 08:58:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:29 08:58:29.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:29 08:58:29.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:29 08:58:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:29 08:58:29.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:29 08:58:29.416 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:29 08:58:29.416 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:29 package test;
04:58:29 public class JavaClass {
04:58:29 
04:58:29 	public JavaClass() {
04:58:29 		System.out.println("");
04:58:29 	}
04:58:29 
04:58:29 }
04:58:29  TooltipText=null
04:58:29 08:58:29.416 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:29 08:58:29.444 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:29 08:58:29.444 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:29  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:29  * This program and the accompanying materials are made available under the
04:58:29  * terms of the Eclipse Public License 2.0 which is available at
04:58:29  * http://www.eclipse.org/legal/epl-2.0.
04:58:29  *
04:58:29  * SPDX-License-Identifier: EPL-2.0
04:58:29  *
04:58:29  * Contributors:
04:58:29  *     Red Hat, Inc - initial API and implementation
04:58:29  *******************************************************************************/
04:58:29 package test;
04:58:29 public class JavaClass {
04:58:29 
04:58:29 	public JavaClass() {
04:58:29 		System.out.println("");
04:58:29 	}
04:58:29 
04:58:29 }
04:58:29  TooltipText=null
04:58:29 08:58:29.444 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:29 08:58:29.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:29 08:58:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:29 08:58:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:29 08:58:29.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:29 08:58:29.445 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:29 08:58:29.445 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:29 08:58:29.445 DEBUG [main][MenuItemLookup] Item match:File
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Found menu:''
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Found menu:''
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:29 08:58:29.446 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:29 08:58:29.446 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:29 08:58:29.446 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:29 08:58:29.446 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:29 08:58:29.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:29 08:58:29.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:29 08:58:29.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:29 08:58:29.475 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:29  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:29  * This program and the accompanying materials are made available under the
04:58:29  * terms of the Eclipse Public License 2.0 which is available at
04:58:29  * http://www.eclipse.org/legal/epl-2.0.
04:58:29  *
04:58:29  * SPDX-License-Identifier: EPL-2.0
04:58:29  *
04:58:29  * Contributors:
04:58:29  *     Red Hat, Inc - initial API and implementation
04:58:29  *******************************************************************************/
04:58:29 package test;
04:58:29 public class JavaClass {
04:58:29 
04:58:29 	public JavaClass() {
04:58:29 		System.out.println("");
04:58:29 	}
04:58:29 
04:58:29 }
04:58:29  TooltipText=null
04:58:29 08:58:29.475 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:29 08:58:29.475 DEBUG [main][EditorHandler] 2 editor(s) found
04:58:29 08:58:29.475 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
04:58:29 08:58:29.482 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
04:58:29 08:58:29.482 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:29 08:58:29.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:29 08:58:29.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:29 08:58:29.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:29 08:58:29.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:29 08:58:29.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:29 08:58:29.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:29 08:58:29.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:29 08:58:29.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:29 08:58:29.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:29 08:58:29.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:29 08:58:29.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:29 08:58:29.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:29 08:58:29.579 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:29 08:58:29.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:29 08:58:29.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:29 08:58:29.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:29 08:58:29.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:29 08:58:29.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:29 08:58:29.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:29 08:58:29.580 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:29 08:58:29.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:29 08:58:29.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:29 08:58:29.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:29 08:58:29.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:29 08:58:29.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:29 08:58:29.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:29 08:58:29.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:29 08:58:29.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:29 08:58:29.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:29 08:58:29.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:29 08:58:29.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:29 08:58:29.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:29 08:58:29.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:29 08:58:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:29 08:58:29.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:29 08:58:29.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:30 08:58:30.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:30 08:58:30.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:30 08:58:30.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:30 08:58:30.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:30 08:58:30.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:30 08:58:30.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:30 08:58:30.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:30 08:58:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:30 08:58:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:30 08:58:30.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:30 08:58:30.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:30 08:58:30.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:30 08:58:30.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:30 08:58:30.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:30 08:58:30.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:30 08:58:30.585 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:30 08:58:30.585 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:30 08:58:30.586 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:30 08:58:30.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:30 08:58:30.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:30 08:58:30.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:30 08:58:30.587 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:30 08:58:30.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:30 08:58:30.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:30 08:58:30.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:30 08:58:30.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:30 08:58:30.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:30 08:58:30.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:30 08:58:30.587 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:30 08:58:30.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:30 08:58:30.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:30 08:58:30.596 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:30 08:58:30.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:30 08:58:30.596 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:30 08:58:30.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:30 08:58:30.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:30 08:58:30.601 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:30 08:58:30.601 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:30 08:58:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1af9d8d8 is found...
04:58:30 08:58:30.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1af9d8d8 is found finished successfully
04:58:30 08:58:30.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:30 08:58:30.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:30 08:58:30.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:30 08:58:30.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:30 08:58:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:30 08:58:30.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:30 08:58:30.743 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:30 08:58:30.743 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:30 package test;
04:58:30 public class JavaClass {
04:58:30 
04:58:30 	public JavaClass() {
04:58:30 		System.out.println("");
04:58:30 	}
04:58:30 
04:58:30 }
04:58:30  TooltipText=null
04:58:30 08:58:30.743 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5
04:58:30 08:58:30.743 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0
04:58:30 08:58:30.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:30 08:58:30.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:30 08:58:30.749 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:30 08:58:30.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:30 08:58:30.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:30 08:58:30.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:30 08:58:30.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:30 08:58:30.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:30 08:58:30.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:30 08:58:30.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:30 08:58:30.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:30 08:58:30.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:30 08:58:30.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:30 08:58:30.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:30 08:58:30.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:30 08:58:30.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:30 08:58:30.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:30 08:58:30.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:30 08:58:30.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:30 08:58:30.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:30 08:58:30.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:30 08:58:30.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:30 08:58:30.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:30 08:58:30.784 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:30 08:58:30.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:30 08:58:30.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:30 08:58:30.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:30 08:58:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:30 08:58:30.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:30 08:58:30.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:31 08:58:31.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:31 08:58:31.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:31 08:58:31.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:31 08:58:31.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:31 08:58:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:31 08:58:31.786 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:31 08:58:31.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:31 08:58:31.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:31 08:58:31.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:31 08:58:31.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:31 08:58:31.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:31 08:58:31.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:31 08:58:31.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:31 08:58:31.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:31 08:58:31.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:31 08:58:31.787 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:31 08:58:31.787 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:31 08:58:31.787 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:31 08:58:31.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:31 08:58:31.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:31 08:58:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:31 08:58:31.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:31 08:58:31.788 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:31 08:58:31.788 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:31 08:58:31.789 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:31 08:58:31.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:31 08:58:31.795 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:31 08:58:31.795 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:31 08:58:31.795 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:31 08:58:31.795 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:31 08:58:31.799 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:31 08:58:31.799 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:31 08:58:31.799 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:31 08:58:31.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20193a52 is found...
04:58:31 08:58:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20193a52 is found finished successfully
04:58:31 08:58:31.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:31 08:58:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:31 08:58:31.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:31 08:58:31.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:31 08:58:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:31 08:58:31.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:31 08:58:31.834 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:31 08:58:31.835 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:31 package test;
04:58:31 public class JavaClass {
04:58:31 
04:58:31 	public JavaClass() {
04:58:31 		System.out.println("");
04:58:31 	}
04:58:31 
04:58:31 }
04:58:31  TooltipText=null
04:58:31 08:58:31.835 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:31 08:58:31.849 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:31 08:58:31.850 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:31  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:31  * This program and the accompanying materials are made available under the
04:58:31  * terms of the Eclipse Public License 2.0 which is available at
04:58:31  * http://www.eclipse.org/legal/epl-2.0.
04:58:31  *
04:58:31  * SPDX-License-Identifier: EPL-2.0
04:58:31  *
04:58:31  * Contributors:
04:58:31  *     Red Hat, Inc - initial API and implementation
04:58:31  *******************************************************************************/
04:58:31 package test;
04:58:31 public class JavaClass {
04:58:31 
04:58:31 	public JavaClass() {
04:58:31 		System.out.println("");
04:58:31 	}
04:58:31 
04:58:31 }
04:58:31  TooltipText=null
04:58:31 08:58:31.850 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:31 08:58:31.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:31 08:58:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:31 08:58:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:31 08:58:31.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:31 08:58:31.850 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:31 08:58:31.850 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:31 08:58:31.850 DEBUG [main][MenuItemLookup] Item match:File
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Found menu:''
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Found menu:''
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:31 08:58:31.851 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:31 08:58:31.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:31 08:58:31.852 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:31 08:58:31.852 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:31 08:58:31.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:31 08:58:31.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:31 08:58:31.892 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:31 08:58:31.937 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:31  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:31  * This program and the accompanying materials are made available under the
04:58:31  * terms of the Eclipse Public License 2.0 which is available at
04:58:31  * http://www.eclipse.org/legal/epl-2.0.
04:58:31  *
04:58:31  * SPDX-License-Identifier: EPL-2.0
04:58:31  *
04:58:31  * Contributors:
04:58:31  *     Red Hat, Inc - initial API and implementation
04:58:31  *******************************************************************************/
04:58:31 package test;
04:58:31 public class JavaClass {
04:58:31 
04:58:31 	public JavaClass() {
04:58:31 		System.out.println("");
04:58:31 	}
04:58:31 
04:58:31 }
04:58:31  TooltipText=null
04:58:31 08:58:31.937 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:31 08:58:31.937 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:31 08:58:31.937 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:32 08:58:32.049 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:32 08:58:32.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:32 08:58:32.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:32 08:58:32.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:32 08:58:32.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:32 08:58:32.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:32 08:58:32.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:32 08:58:32.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:32 08:58:32.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:32 08:58:32.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:32 08:58:32.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:32 08:58:32.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:32 08:58:32.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:32 08:58:32.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:32 08:58:32.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:32 08:58:32.051 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:32 08:58:32.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:32 08:58:32.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:32 08:58:32.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:32 08:58:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:32 08:58:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:32 08:58:32.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:32 08:58:32.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:32 08:58:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:32 08:58:32.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:32 08:58:32.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:32 08:58:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:32 08:58:32.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:32 08:58:32.052 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:32 08:58:32.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:32 08:58:32.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:32 08:58:32.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:32 08:58:32.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:32 08:58:32.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:32 08:58:32.054 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:32 08:58:32.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:32 08:58:32.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:32 08:58:32.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:32 08:58:32.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:32 08:58:32.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:32 08:58:32.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:32 08:58:32.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:32 08:58:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:32 08:58:32.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:32 08:58:32.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:32 08:58:32.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:32 08:58:32.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:33 08:58:33.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:33 08:58:33.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:33 08:58:33.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:33 08:58:33.056 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:33 08:58:33.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:33 08:58:33.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:33 08:58:33.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:33 08:58:33.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:33 08:58:33.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:33 08:58:33.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:33 08:58:33.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:33 08:58:33.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:33 08:58:33.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:33 08:58:33.058 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:33 08:58:33.058 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:33 08:58:33.058 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:33 08:58:33.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:33 08:58:33.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:33 08:58:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:33 08:58:33.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:33 08:58:33.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:33 08:58:33.059 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:33 08:58:33.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:33 08:58:33.067 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:33 08:58:33.067 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:33 08:58:33.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:33 08:58:33.067 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:33 08:58:33.067 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:33 08:58:33.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:33 08:58:33.072 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:33 08:58:33.072 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:33 08:58:33.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6fec3417 is found...
04:58:33 08:58:33.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6fec3417 is found finished successfully
04:58:33 08:58:33.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:33 08:58:33.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:33 08:58:33.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:33 08:58:33.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:33 08:58:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:33 08:58:33.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:33 08:58:33.199 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:33 08:58:33.199 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:33 package test;
04:58:33 public class JavaClass {
04:58:33 
04:58:33 	public JavaClass() {
04:58:33 		System.out.println("");
04:58:33 	}
04:58:33 
04:58:33 }
04:58:33  TooltipText=null
04:58:33 08:58:33.199 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:33 08:58:33.199 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:58:33 08:58:33.401 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:58:33 08:58:33.605 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:33 08:58:33.605 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:58:33 08:58:33.805 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:58:34 08:58:34.009 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:34 08:58:34.009 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:58:34 08:58:34.209 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:58:34 08:58:34.412 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:34 08:58:34.412 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:58:34 08:58:34.612 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:58:34 08:58:34.817 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:34 08:58:34.817 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
04:58:35 08:58:35.017 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
04:58:36 08:58:36.019 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 1
04:58:36 /*******************************************************************************
04:58:36  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:36  * This program and the accompanying materials are made available under the
04:58:36  * terms of the Eclipse Public License 2.0 which is available at
04:58:36  * http://www.eclipse.org/legal/epl-2.0.
04:58:36  *
04:58:36  * SPDX-License-Identifier: EPL-2.0
04:58:36  *
04:58:36  * Contributors:
04:58:36  *     Red Hat, Inc - initial API and implementation
04:58:36  *******************************************************************************/
04:58:36 package test;
04:58:36 public class JavaClass {
04:58:36 
04:58:36 	public JavaClass() {
04:58:36 08:58:36.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:36 08:58:36.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:36 08:58:36.039 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:36 08:58:36.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:36 08:58:36.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:36 08:58:36.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:36 08:58:36.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:36 08:58:36.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:36 08:58:36.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:36 08:58:36.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:36 08:58:36.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:36 08:58:36.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:36 08:58:36.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:36 08:58:36.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:36 08:58:36.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:36 08:58:36.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:36 08:58:36.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:36 08:58:36.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:36 08:58:36.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:36 08:58:36.071 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:36 08:58:36.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:36 08:58:36.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:36 08:58:36.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:36 08:58:36.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:36 08:58:36.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:36 08:58:36.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:36 08:58:36.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:36 08:58:36.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:36 08:58:36.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:36 08:58:36.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:36 08:58:36.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:36 08:58:36.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:37 08:58:37.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:37 08:58:37.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:37 08:58:37.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:37 08:58:37.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:37 08:58:37.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:37 08:58:37.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:37 08:58:37.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:37 08:58:37.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:37 08:58:37.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:37 08:58:37.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:37 08:58:37.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:37 08:58:37.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:37 08:58:37.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:37 08:58:37.075 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:37 08:58:37.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:37 08:58:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:37 08:58:37.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:37 08:58:37.076 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:37 08:58:37.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:37 08:58:37.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:37 08:58:37.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:37 08:58:37.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:37 08:58:37.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:37 08:58:37.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:37 08:58:37.076 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:37 08:58:37.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:37 08:58:37.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:37 08:58:37.084 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:37 08:58:37.084 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:37 08:58:37.084 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:37 08:58:37.084 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:37 08:58:37.089 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:37 08:58:37.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:37 08:58:37.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:37 08:58:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@516faf9d is found...
04:58:37 08:58:37.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@516faf9d is found finished successfully
04:58:37 08:58:37.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:37 08:58:37.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:37 08:58:37.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:37 08:58:37.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:37 08:58:37.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:37 08:58:37.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:37 08:58:37.124 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:37 08:58:37.124 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:37 package test;
04:58:37 public class JavaClass {
04:58:37 
04:58:37 	public JavaClass() {
04:58:37 		System.out.println("");
04:58:37 	}
04:58:37 
04:58:37 }
04:58:37  TooltipText=null
04:58:37 08:58:37.124 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:37 08:58:37.145 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:37 08:58:37.145 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:37  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:37  * This program and the accompanying materials are made available under the
04:58:37  * terms of the Eclipse Public License 2.0 which is available at
04:58:37  * http://www.eclipse.org/legal/epl-2.0.
04:58:37  *
04:58:37  * SPDX-License-Identifier: EPL-2.0
04:58:37  *
04:58:37  * Contributors:
04:58:37  *     Red Hat, Inc - initial API and implementation
04:58:37  *******************************************************************************/
04:58:37 package test;
04:58:37 public class JavaClass {
04:58:37 
04:58:37 	public JavaClass() {
04:58:37 		System.out.println("");
04:58:37 	}
04:58:37 
04:58:37 }
04:58:37  TooltipText=null
04:58:37 08:58:37.145 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:37 08:58:37.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:37 08:58:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:37 08:58:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:37 08:58:37.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:37 08:58:37.146 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:37 08:58:37.146 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:37 08:58:37.146 DEBUG [main][MenuItemLookup] Item match:File
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Found menu:''
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Found menu:''
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:37 08:58:37.147 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:37 08:58:37.147 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:37 08:58:37.147 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:37 08:58:37.147 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:37 08:58:37.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:37 08:58:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:37 08:58:37.176 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:37 08:58:37.176 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:37  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:37  * This program and the accompanying materials are made available under the
04:58:37  * terms of the Eclipse Public License 2.0 which is available at
04:58:37  * http://www.eclipse.org/legal/epl-2.0.
04:58:37  *
04:58:37  * SPDX-License-Identifier: EPL-2.0
04:58:37  *
04:58:37  * Contributors:
04:58:37  *     Red Hat, Inc - initial API and implementation
04:58:37  *******************************************************************************/
04:58:37 package test;
04:58:37 public class JavaClass {
04:58:37 
04:58:37 	public JavaClass() {
04:58:37 		System.out.println("");
04:58:37 	}
04:58:37 
04:58:37 }
04:58:37  TooltipText=null
04:58:37 08:58:37.176 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:37 08:58:37.176 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:37 08:58:37.176 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:37 08:58:37.268 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:37 08:58:37.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:37 08:58:37.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:37 08:58:37.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:37 08:58:37.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:37 08:58:37.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:37 08:58:37.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:37 08:58:37.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:37 08:58:37.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:37 08:58:37.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:37 08:58:37.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:37 08:58:37.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:37 08:58:37.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:37 08:58:37.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:37 08:58:37.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:37 08:58:37.270 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:37 08:58:37.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:37 08:58:37.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:37 08:58:37.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:37 08:58:37.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:37 08:58:37.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:37 08:58:37.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:37 08:58:37.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:37 08:58:37.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:37 08:58:37.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:37 08:58:37.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:37 08:58:37.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:37 08:58:37.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:37 08:58:37.272 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:37 08:58:37.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:37 08:58:37.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:37 08:58:37.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:37 08:58:37.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:37 08:58:37.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:37 08:58:37.274 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:37 08:58:37.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:37 08:58:37.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:37 08:58:37.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:37 08:58:37.274 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:37 08:58:37.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:37 08:58:37.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:37 08:58:37.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:37 08:58:37.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:37 08:58:37.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:37 08:58:37.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:37 08:58:37.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:37 08:58:37.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:38 08:58:38.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:38 08:58:38.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:38 08:58:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:38 08:58:38.276 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:38 08:58:38.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:38 08:58:38.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:38 08:58:38.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:38 08:58:38.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:38 08:58:38.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:38 08:58:38.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:38 08:58:38.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:38 08:58:38.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:38 08:58:38.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:38 08:58:38.277 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:38 08:58:38.278 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:38 08:58:38.278 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:38 08:58:38.278 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:38 08:58:38.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:38 08:58:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:38 08:58:38.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:38 08:58:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:38 08:58:38.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:38 08:58:38.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:38 08:58:38.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:38 08:58:38.279 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:38 08:58:38.279 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:38 08:58:38.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:38 08:58:38.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:38 08:58:38.286 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:38 08:58:38.286 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:38 08:58:38.286 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:38 08:58:38.287 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:38 08:58:38.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:38 08:58:38.291 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:38 08:58:38.291 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:38 08:58:38.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@445e2460 is found...
04:58:38 08:58:38.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@445e2460 is found finished successfully
04:58:38 08:58:38.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:38 08:58:38.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:38 08:58:38.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:38 08:58:38.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:38 08:58:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:38 08:58:38.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:38 08:58:38.446 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:38 08:58:38.446 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:38 package test;
04:58:38 public class JavaClass {
04:58:38 
04:58:38 	public JavaClass() {
04:58:38 		System.out.println("");
04:58:38 	}
04:58:38 
04:58:38 }
04:58:38  TooltipText=null
04:58:38 08:58:38.446 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:38 08:58:38.446 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:58:38 08:58:38.647 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:58:38 08:58:38.849 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:38 08:58:38.849 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:58:39 08:58:39.050 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:58:39 08:58:39.252 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:39 08:58:39.252 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:58:39 08:58:39.453 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:58:39 08:58:39.657 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:39 08:58:39.657 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:58:39 08:58:39.858 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:58:40 08:58:40.060 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:58:40 08:58:40.060 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
04:58:40 08:58:40.261 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
04:58:41 08:58:41.262 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 2
04:58:41 /*******************************************************************************
04:58:41  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:41  * This program and the accompanying materials are made available under the
04:58:41  * terms of the Eclipse Public License 2.0 which is available at
04:58:41  * http://www.eclipse.org/legal/epl-2.0.
04:58:41  *
04:58:41  * SPDX-License-Identifier: EPL-2.0
04:58:41  *
04:58:41  * Contributors:
04:58:41  *     Red Hat, Inc - initial API and implementation
04:58:41  *******************************************************************************/
04:58:41 package test;
04:58:41 public class JavaClass {
04:58:41 
04:58:41 	public JavaClass() {
04:58:41 		System.out.println("");
04:58:41 	}
04:58:41 
04:58:41 }
04:58:41 
04:58:41 08:58:41.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:41 08:58:41.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:41 08:58:41.264 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:41 08:58:41.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:41 08:58:41.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:41 08:58:41.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:41 08:58:41.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:41 08:58:41.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:41 08:58:41.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:41 08:58:41.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:41 08:58:41.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:41 08:58:41.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:41 08:58:41.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:41 08:58:41.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:41 08:58:41.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:41 08:58:41.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:41 08:58:41.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:41 08:58:41.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:41 08:58:41.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:41 08:58:41.294 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:41 08:58:41.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:41 08:58:41.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:41 08:58:41.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:41 08:58:41.295 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:41 08:58:41.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:41 08:58:41.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:41 08:58:41.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:41 08:58:41.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:41 08:58:41.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:41 08:58:41.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:41 08:58:41.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:41.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:44 08:58:42.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:42.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:44 08:58:42.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:44 08:58:42.297 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:44 08:58:42.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:44 08:58:42.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:42.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:44 08:58:42.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
04:58:44 08:58:42.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:44 08:58:42.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:42.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:44 08:58:42.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:44 08:58:42.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:44 08:58:42.298 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:44 08:58:42.298 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:44 08:58:42.299 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:44 08:58:42.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:44 08:58:42.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:44 08:58:42.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:44 08:58:42.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:44 08:58:42.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:44 08:58:42.299 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:44 08:58:42.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:44 08:58:42.307 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:44 08:58:42.307 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:44 08:58:42.307 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:44 08:58:42.307 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:44 08:58:42.307 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:44 08:58:42.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:44 08:58:42.312 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:44 08:58:42.312 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:44 08:58:42.341 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:44 08:58:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:44 08:58:42.342 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:44 08:58:42.342 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:44 08:58:42.342 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:44 08:58:42.342 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:44 08:58:42.342 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:44 08:58:42.342 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:44 08:58:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:44 08:58:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36e9d545 is found...
04:58:44 08:58:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36e9d545 is found finished successfully
04:58:44 08:58:42.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:44 08:58:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:44 08:58:42.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:42.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:44 08:58:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:44 08:58:42.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:44 08:58:42.345 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:42.345 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:44 package test;
04:58:44 public class JavaClass {
04:58:44 
04:58:44 	public JavaClass() {
04:58:44 
04:58:44 }
04:58:44  TooltipText=null
04:58:44 08:58:42.345 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:44 08:58:42.364 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:42.364 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:44  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:44  * This program and the accompanying materials are made available under the
04:58:44  * terms of the Eclipse Public License 2.0 which is available at
04:58:44  * http://www.eclipse.org/legal/epl-2.0.
04:58:44  *
04:58:44  * SPDX-License-Identifier: EPL-2.0
04:58:44  *
04:58:44  * Contributors:
04:58:44  *     Red Hat, Inc - initial API and implementation
04:58:44  *******************************************************************************/
04:58:44 package test;
04:58:44 public class JavaClass {
04:58:44 
04:58:44 	public JavaClass() {
04:58:44 		System.out.println("");
04:58:44 	}
04:58:44 
04:58:44 }
04:58:44  TooltipText=null
04:58:44 08:58:42.364 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:44 08:58:42.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:44 08:58:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:44 08:58:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:44 08:58:42.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:44 08:58:42.365 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:44 08:58:42.365 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:44 08:58:42.365 DEBUG [main][MenuItemLookup] Item match:File
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Found menu:''
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Found menu:''
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:44 08:58:42.366 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:44 08:58:42.366 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:44 08:58:42.366 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:44 08:58:42.366 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:44 08:58:42.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:44 08:58:42.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:44 08:58:42.429 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:42.430 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:44  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:44  * This program and the accompanying materials are made available under the
04:58:44  * terms of the Eclipse Public License 2.0 which is available at
04:58:44  * http://www.eclipse.org/legal/epl-2.0.
04:58:44  *
04:58:44  * SPDX-License-Identifier: EPL-2.0
04:58:44  *
04:58:44  * Contributors:
04:58:44  *     Red Hat, Inc - initial API and implementation
04:58:44  *******************************************************************************/
04:58:44 package test;
04:58:44 public class JavaClass {
04:58:44 
04:58:44 	public JavaClass() {
04:58:44 		System.out.println("");
04:58:44 	}
04:58:44 
04:58:44 }
04:58:44  TooltipText=null
04:58:44 08:58:42.430 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:44 08:58:42.430 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:44 08:58:42.430 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:44 08:58:42.527 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:44 08:58:42.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:44 08:58:42.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:44 08:58:42.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:44 08:58:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:44 08:58:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:44 08:58:42.528 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:44 08:58:42.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:44 08:58:42.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:44 08:58:42.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:44 08:58:42.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:44 08:58:42.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:44 08:58:42.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:44 08:58:42.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:42.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:44 08:58:42.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:44 08:58:42.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:42.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:44 08:58:42.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:44 08:58:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:44 08:58:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:44 08:58:42.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:44 08:58:42.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:44 08:58:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:44 08:58:42.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:42.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:44 08:58:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:44 08:58:42.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:44 08:58:42.531 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:44 08:58:42.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:44 08:58:42.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:42.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:44 08:58:42.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:44 08:58:42.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:44 08:58:42.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:44 08:58:42.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:44 08:58:42.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:42.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:44 08:58:42.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:44 08:58:42.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:44 08:58:42.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:42.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:44 08:58:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:44 08:58:42.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:42.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:44 08:58:43.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:43.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:44 08:58:43.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:43.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:44 08:58:44.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:44.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:44 08:58:44.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:44 08:58:44.035 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:44 08:58:44.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:44 08:58:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:44 08:58:44.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:44 08:58:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:44 08:58:44.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:44.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:44 08:58:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:44 08:58:44.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:44 08:58:44.036 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:44 08:58:44.036 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:44 08:58:44.037 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:44 08:58:44.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:44 08:58:44.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:44 08:58:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:44 08:58:44.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:44 08:58:44.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:44 08:58:44.038 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:44 08:58:44.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:44 08:58:44.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:44 08:58:44.044 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:44 08:58:44.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:44 08:58:44.044 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:44 08:58:44.045 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:44 08:58:44.049 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:44 08:58:44.049 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:44 08:58:44.049 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:44 08:58:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ed3c58e is found...
04:58:44 08:58:44.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ed3c58e is found finished successfully
04:58:44 08:58:44.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 '\*?\QJavaClass.java\E')
04:58:44 08:58:44.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:44 08:58:44.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:44 08:58:44.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:44 08:58:44.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:44 08:58:44.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:44 08:58:44.176 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:44.176 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:44 package test;
04:58:44 public class JavaClass {
04:58:44 
04:58:44 	public JavaClass() {
04:58:44 		System.out.println("");
04:58:44 	}
04:58:44 
04:58:44 }
04:58:44  TooltipText=null
04:58:44 08:58:44.176 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:44 08:58:44.209 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:44.209 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:44  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:44  * This program and the accompanying materials are made available under the
04:58:44  * terms of the Eclipse Public License 2.0 which is available at
04:58:44  * http://www.eclipse.org/legal/epl-2.0.
04:58:44  *
04:58:44  * SPDX-License-Identifier: EPL-2.0
04:58:44  *
04:58:44  * Contributors:
04:58:44  *     Red Hat, Inc - initial API and implementation
04:58:44  *******************************************************************************/
04:58:44 package test;
04:58:44 public class JavaClass {
04:58:44 
04:58:44 	public JavaClass() {
04:58:44 		System.out.println("");
04:58:44 	}
04:58:44 
04:58:44 }
04:58:44  TooltipText=null
04:58:44 08:58:44.209 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:44 08:58:44.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:44 08:58:44.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:44 08:58:44.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:44 08:58:44.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:44 08:58:44.210 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:44 08:58:44.210 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:44 08:58:44.210 DEBUG [main][MenuItemLookup] Item match:File
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Found menu:''
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Found menu:''
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:44 08:58:44.223 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:44 08:58:44.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:44 08:58:44.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:44 08:58:44.240 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:44 08:58:44.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:44 08:58:44.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:44 08:58:44.266 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:44 08:58:44.266 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:44  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:44  * This program and the accompanying materials are made available under the
04:58:44  * terms of the Eclipse Public License 2.0 which is available at
04:58:44  * http://www.eclipse.org/legal/epl-2.0.
04:58:44  *
04:58:44  * SPDX-License-Identifier: EPL-2.0
04:58:44  *
04:58:44  * Contributors:
04:58:44  *     Red Hat, Inc - initial API and implementation
04:58:44  *******************************************************************************/
04:58:44 package test;
04:58:44 public class JavaClass {
04:58:44 
04:58:44 	public JavaClass() {
04:58:44 		System.out.println("");
04:58:44 	}
04:58:44 
04:58:44 }
04:58:44  TooltipText=null
04:58:44 08:58:44.266 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:58:45 08:58:45.267 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:45 08:58:45.273 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:58:46 08:58:46.274 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:46 08:58:46.274 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:46  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:46  * This program and the accompanying materials are made available under the
04:58:46  * terms of the Eclipse Public License 2.0 which is available at
04:58:46  * http://www.eclipse.org/legal/epl-2.0.
04:58:46  *
04:58:46  * SPDX-License-Identifier: EPL-2.0
04:58:46  *
04:58:46  * Contributors:
04:58:46  *     Red Hat, Inc - initial API and implementation
04:58:46  *******************************************************************************/
04:58:46 package test;
04:58:46 public class JavaClass {
04:58:46 
04:58:46 	public JavaClass() {
04:58:46 		SystemY.out.println("");
04:58:46 	}
04:58:46 
04:58:46 }
04:58:46  TooltipText=null
04:58:46 08:58:46.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:46 08:58:46.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:46 08:58:46.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:46 08:58:46.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:46 08:58:46.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:46 08:58:46.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:46 08:58:46.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:46 08:58:46.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:46 08:58:46.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:46 08:58:46.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:46 08:58:46.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:46 08:58:46.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:46 08:58:46.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:46 08:58:46.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:46 08:58:46.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:46 08:58:46.278 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:46 08:58:46.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:46 08:58:46.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:46 08:58:46.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:46 08:58:46.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:46 08:58:46.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:46 08:58:46.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:46 08:58:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:46 08:58:46.319 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:46 08:58:46.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:46 08:58:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:46 08:58:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:46 08:58:46.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:46 08:58:46.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:46 08:58:46.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:46 08:58:46.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:46 08:58:46.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:47 08:58:47.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:47 08:58:47.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:47 08:58:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:47 08:58:47.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:47 08:58:47.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:47 08:58:47.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:47 08:58:47.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:47 08:58:47.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:47 08:58:47.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:47 08:58:47.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:47 08:58:47.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:47 08:58:47.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:47 08:58:47.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:47 08:58:47.322 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:47 08:58:47.322 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:47 08:58:47.322 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:47 08:58:47.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:47 08:58:47.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:47 08:58:47.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:47 08:58:47.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:47 08:58:47.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:47 08:58:47.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:47 08:58:47.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:47 08:58:47.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:47 08:58:47.323 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:47 08:58:47.323 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:47 08:58:47.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:47 08:58:47.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:47 08:58:47.331 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:47 08:58:47.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:47 08:58:47.331 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:47 08:58:47.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:47 08:58:47.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:47 08:58:47.336 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:47 08:58:47.336 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:47 08:58:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a4b9bb5 is found...
04:58:47 08:58:47.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a4b9bb5 is found finished successfully
04:58:47 08:58:47.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:47 08:58:47.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:47 08:58:47.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:47 08:58:47.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:47 08:58:47.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:47 08:58:47.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:47 08:58:47.370 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:47 08:58:47.370 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:47  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:47  * This program and the accompanying materials are made available under the
04:58:47  * terms of the Eclipse Public License 2.0 which is available at
04:58:47  * http://www.eclipse.org/legal/epl-2.0.
04:58:47  *
04:58:47  * SPDX-License-Identifier: EPL-2.0
04:58:47  *
04:58:47  * Contributors:
04:58:47  *     Red Hat, Inc - initial API and implementation
04:58:47  *******************************************************************************/
04:58:47 package test;
04:58:47 public class JavaClass {
04:58:47 
04:58:47 	public JavaClass() {
04:58:47 		SystemY.out.println("");
04:58:47 	}
04:58:47 
04:58:47 }
04:58:47  TooltipText=null
04:58:47 08:58:47.370 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:47 08:58:47.376 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:47 08:58:47.376 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:47  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:47  * This program and the accompanying materials are made available under the
04:58:47  * terms of the Eclipse Public License 2.0 which is available at
04:58:47  * http://www.eclipse.org/legal/epl-2.0.
04:58:47  *
04:58:47  * SPDX-License-Identifier: EPL-2.0
04:58:47  *
04:58:47  * Contributors:
04:58:47  *     Red Hat, Inc - initial API and implementation
04:58:47  *******************************************************************************/
04:58:47 package test;
04:58:47 public class JavaClass {
04:58:47 
04:58:47 	public JavaClass() {
04:58:47 		System.out.println("");
04:58:47 	}
04:58:47 
04:58:47 }
04:58:47  TooltipText=null
04:58:47 08:58:47.376 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:47 08:58:47.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:47 08:58:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:47 08:58:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:47 08:58:47.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:47 08:58:47.377 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:47 08:58:47.377 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:47 08:58:47.377 DEBUG [main][MenuItemLookup] Item match:File
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Found menu:''
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Found menu:''
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:47 08:58:47.378 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:47 08:58:47.391 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:47 08:58:47.391 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:47 08:58:47.391 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:47 08:58:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:47 08:58:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:47 08:58:47.439 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:47 08:58:47.439 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:47  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:47  * This program and the accompanying materials are made available under the
04:58:47  * terms of the Eclipse Public License 2.0 which is available at
04:58:47  * http://www.eclipse.org/legal/epl-2.0.
04:58:47  *
04:58:47  * SPDX-License-Identifier: EPL-2.0
04:58:47  *
04:58:47  * Contributors:
04:58:47  *     Red Hat, Inc - initial API and implementation
04:58:47  *******************************************************************************/
04:58:47 package test;
04:58:47 public class JavaClass {
04:58:47 
04:58:47 	public JavaClass() {
04:58:47 		System.out.println("");
04:58:47 	}
04:58:47 
04:58:47 }
04:58:47  TooltipText=null
04:58:47 08:58:47.439 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:47 08:58:47.439 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:47 08:58:47.439 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:47 08:58:47.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:47 08:58:47.497 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:47 08:58:47.497 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:47 08:58:47.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:47 08:58:47.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:47 08:58:47.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:47 08:58:47.498 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:47 08:58:47.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:47 08:58:47.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:47 08:58:47.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:47 08:58:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:47 08:58:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:47 08:58:47.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:47 08:58:47.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:47 08:58:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:47 08:58:47.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:47 08:58:47.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:47 08:58:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:47 08:58:47.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:47 08:58:47.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:47 08:58:47.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:47 08:58:47.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:47 08:58:47.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:47 08:58:47.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:47 08:58:47.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:47 08:58:47.537 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:47 08:58:47.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:47 08:58:47.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:47 08:58:47.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:47 08:58:47.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:47 08:58:47.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:47 08:58:47.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:47 08:58:47.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:47 08:58:47.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:47 08:58:47.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:47 08:58:47.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:48 08:58:48.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:48 08:58:48.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:48 08:58:48.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:48 08:58:48.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:48 08:58:48.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:48 08:58:48.539 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:48 08:58:48.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:48 08:58:48.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:48 08:58:48.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:48 08:58:48.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:48 08:58:48.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:48 08:58:48.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:48 08:58:48.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:48 08:58:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:48 08:58:48.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:48 08:58:48.541 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:48 08:58:48.541 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:48 08:58:48.541 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:48 08:58:48.541 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:48 08:58:48.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:48 08:58:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:48 08:58:48.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:48 08:58:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:48 08:58:48.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:48 08:58:48.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:48 08:58:48.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:48 08:58:48.542 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:48 08:58:48.542 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:48 08:58:48.542 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:48 08:58:48.548 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:48 08:58:48.548 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:48 08:58:48.548 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:48 08:58:48.549 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:48 08:58:48.549 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:48 08:58:48.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:48 08:58:48.553 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:48 08:58:48.553 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:48 08:58:48.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5771a59a is found...
04:58:48 08:58:48.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5771a59a is found finished successfully
04:58:48 08:58:48.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:48 08:58:48.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:48 08:58:48.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:48 08:58:48.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:48 08:58:48.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:48 08:58:48.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:48 08:58:48.666 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:48 08:58:48.666 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:48 package test;
04:58:48 public class JavaClass {
04:58:48 
04:58:48 	public JavaClass() {
04:58:48 		System.out.println("");
04:58:48 	}
04:58:48 
04:58:48 }
04:58:48  TooltipText=null
04:58:48 08:58:48.666 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:48 08:58:48.666 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:48 package test;
04:58:48 public class JavaClass {
04:58:48 
04:58:48 	public JavaClass() {
04:58:48 		System.out.println("");
04:58:48 	}
04:58:48 
04:58:48 }
04:58:48  TooltipText=null
04:58:48 08:58:48.666 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13]
04:58:48 08:58:48.685 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:48 08:58:48.686 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:48  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:48  * This program and the accompanying materials are made available under the
04:58:48  * terms of the Eclipse Public License 2.0 which is available at
04:58:48  * http://www.eclipse.org/legal/epl-2.0.
04:58:48  *
04:58:48  * SPDX-License-Identifier: EPL-2.0
04:58:48  *
04:58:48  * Contributors:
04:58:48  *     Red Hat, Inc - initial API and implementation
04:58:48  *******************************************************************************/
04:58:48 package test;
04:58:48 public class JavaClass {
04:58:48 
04:58:48 	public JavaClass() {
04:58:48 		System.out.println("");
04:58:48 	}
04:58:48 
04:58:48 }
04:58:48  TooltipText=null
04:58:48 08:58:48.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:48 08:58:48.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:48 08:58:48.691 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:48 08:58:48.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:48 08:58:48.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:48 08:58:48.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:48 08:58:48.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:48 08:58:48.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:48 08:58:48.692 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:48 08:58:48.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:48 08:58:48.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:48 08:58:48.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:48 08:58:48.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:48 08:58:48.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:48 08:58:48.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:48 08:58:48.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:48 08:58:48.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:48 08:58:48.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:48 08:58:48.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:48 08:58:48.702 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:48 08:58:48.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:48 08:58:48.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:48 08:58:48.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:48 08:58:48.703 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:48 08:58:48.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:48 08:58:48.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:48 08:58:48.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:48 08:58:48.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:48 08:58:48.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:48 08:58:48.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:49 08:58:49.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:49 08:58:49.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:49 08:58:49.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:49 08:58:49.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:49 08:58:49.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:49 08:58:49.704 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:49 08:58:49.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:49 08:58:49.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:49 08:58:49.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:49 08:58:49.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:49 08:58:49.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:49 08:58:49.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:49 08:58:49.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:49 08:58:49.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:49 08:58:49.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:49 08:58:49.705 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:49 08:58:49.706 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:49 08:58:49.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:49 08:58:49.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:49 08:58:49.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:49 08:58:49.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:49 08:58:49.707 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:49 08:58:49.707 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:49 08:58:49.707 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:49 08:58:49.712 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:49 08:58:49.713 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:49 08:58:49.713 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:49 08:58:49.713 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:49 08:58:49.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:49 08:58:49.717 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:49 08:58:49.717 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:49 08:58:49.717 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:49 08:58:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62de5336 is found...
04:58:49 08:58:49.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62de5336 is found finished successfully
04:58:49 08:58:49.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:49 08:58:49.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:49 08:58:49.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:49 08:58:49.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:49 08:58:49.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:49 08:58:49.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:49 08:58:49.751 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:49 08:58:49.751 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:49  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:49  * This program and the accompanying materials are made available under the
04:58:49  * terms of the Eclipse Public License 2.0 which is available at
04:58:49  * http://www.eclipse.org/legal/epl-2.0.
04:58:49  *
04:58:49  * SPDX-License-Identifier: EPL-2.0
04:58:49  *
04:58:49  * Contributors:
04:58:49  *     Red Hat, Inc - initial API and implementation
04:58:49  *******************************************************************************/
04:58:49 package test;
04:58:49 public class JavaClass {
04:58:49 
04:58:49 	public JavaClass() {
04:58:49 		System.out.println("");
04:58:49 	}
04:58:49 
04:58:49 }
04:58:49  TooltipText=null
04:58:49 08:58:49.751 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:49 08:58:49.758 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:49 08:58:49.758 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:49  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:49  * This program and the accompanying materials are made available under the
04:58:49  * terms of the Eclipse Public License 2.0 which is available at
04:58:49  * http://www.eclipse.org/legal/epl-2.0.
04:58:49  *
04:58:49  * SPDX-License-Identifier: EPL-2.0
04:58:49  *
04:58:49  * Contributors:
04:58:49  *     Red Hat, Inc - initial API and implementation
04:58:49  *******************************************************************************/
04:58:49 package test;
04:58:49 public class JavaClass {
04:58:49 
04:58:49 	public JavaClass() {
04:58:49 		System.out.println("");
04:58:49 	}
04:58:49 
04:58:49 }
04:58:49  TooltipText=null
04:58:49 08:58:49.758 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:49 08:58:49.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:49 08:58:49.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:49 08:58:49.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:49 08:58:49.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:49 08:58:49.763 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:49 08:58:49.763 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:49 08:58:49.763 DEBUG [main][MenuItemLookup] Item match:File
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Found menu:''
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Found menu:''
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:49 08:58:49.764 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:49 08:58:49.764 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:49 08:58:49.764 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:49 08:58:49.764 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:49 08:58:49.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:49 08:58:49.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:49 08:58:49.774 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:49 08:58:49.775 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:49  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:49  * This program and the accompanying materials are made available under the
04:58:49  * terms of the Eclipse Public License 2.0 which is available at
04:58:49  * http://www.eclipse.org/legal/epl-2.0.
04:58:49  *
04:58:49  * SPDX-License-Identifier: EPL-2.0
04:58:49  *
04:58:49  * Contributors:
04:58:49  *     Red Hat, Inc - initial API and implementation
04:58:49  *******************************************************************************/
04:58:49 package test;
04:58:49 public class JavaClass {
04:58:49 
04:58:49 	public JavaClass() {
04:58:49 		System.out.println("");
04:58:49 	}
04:58:49 
04:58:49 }
04:58:49  TooltipText=null
04:58:49 08:58:49.775 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:49 08:58:49.791 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:49 08:58:49.792 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:49 08:58:49.848 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:49 08:58:49.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:49 08:58:49.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:49 08:58:49.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:49 08:58:49.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:49 08:58:49.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:49 08:58:49.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:49 08:58:49.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:49 08:58:49.849 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:49 08:58:49.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:49 08:58:49.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:49 08:58:49.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:49 08:58:49.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:49 08:58:49.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:49 08:58:49.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:49 08:58:49.849 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:49 08:58:49.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:49 08:58:49.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:49 08:58:49.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:49 08:58:49.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:49 08:58:49.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:49 08:58:49.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:49 08:58:49.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:49 08:58:49.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:49 08:58:49.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:49 08:58:49.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:49 08:58:49.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:49 08:58:49.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:49 08:58:49.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:49 08:58:49.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:49 08:58:49.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:49 08:58:49.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:49 08:58:49.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:49 08:58:49.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:49 08:58:49.853 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:49 08:58:49.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:49 08:58:49.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:49 08:58:49.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:49 08:58:49.853 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:49 08:58:49.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:49 08:58:49.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:49 08:58:49.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:49 08:58:49.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:49 08:58:49.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:49 08:58:49.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:50 08:58:50.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:50 08:58:50.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:50 08:58:50.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:50 08:58:50.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:50 08:58:50.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:50 08:58:50.854 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:50 08:58:50.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:50 08:58:50.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:50 08:58:50.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:50 08:58:50.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:50 08:58:50.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:50 08:58:50.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:50 08:58:50.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:50 08:58:50.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:50 08:58:50.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:50 08:58:50.856 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:50 08:58:50.856 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:50 08:58:50.856 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:50 08:58:50.856 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:50 08:58:50.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:50 08:58:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:50 08:58:50.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:50 08:58:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:50 08:58:50.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:50 08:58:50.856 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:50 08:58:50.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:50 08:58:50.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:50 08:58:50.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:50 08:58:50.857 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:50 08:58:50.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:50 08:58:50.866 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:50 08:58:50.866 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:50 08:58:50.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:50 08:58:50.866 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:50 08:58:50.866 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:50 08:58:50.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:50 08:58:50.871 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:50 08:58:50.871 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:50 08:58:50.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:50 08:58:50.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@dca3959 is found...
04:58:50 08:58:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@dca3959 is found finished successfully
04:58:50 08:58:50.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:50 08:58:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:50 08:58:50.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:50 08:58:50.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:50 08:58:50.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:50 08:58:50.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:50 08:58:50.983 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:50 08:58:50.983 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:50 package test;
04:58:50 public class JavaClass {
04:58:50 
04:58:50 	public JavaClass() {
04:58:50 		System.out.println("");
04:58:50 	}
04:58:50 
04:58:50 }
04:58:50  TooltipText=null
04:58:50 08:58:50.983 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19
04:58:50 08:58:50.983 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0
04:58:50 08:58:50.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 '\*?\QJavaClass.java\E')
04:58:50 08:58:50.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:50 08:58:50.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:50 08:58:50.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:50 08:58:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:50 08:58:50.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:50 08:58:50.999 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:50 08:58:50.999 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:50 package test;
04:58:50 public class JavaClass {
04:58:50 
04:58:50 	public JavaClass() {
04:58:50 		System.out.println("");
04:58:50 	}
04:58:50 
04:58:50 }
04:58:50 newText
04:58:50  TooltipText=null
04:58:51 08:58:50.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:51 08:58:51.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:51 08:58:51.000 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:51 08:58:51.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:51 08:58:51.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:51 08:58:51.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:51 08:58:51.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:51 08:58:51.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:51 08:58:51.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:51 08:58:51.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:51 08:58:51.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:51 08:58:51.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:51 08:58:51.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:51 08:58:51.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:51 08:58:51.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:51 08:58:51.001 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:51 08:58:51.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:51 08:58:51.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:51 08:58:51.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:51 08:58:51.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:51 08:58:51.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:51 08:58:51.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:51 08:58:51.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:51 08:58:51.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:51 08:58:51.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:51 08:58:51.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:51 08:58:51.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:51 08:58:51.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:51 08:58:51.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:51 08:58:51.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:51 08:58:51.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:51 08:58:51.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:52 08:58:52.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:52 08:58:52.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:52 08:58:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:52 08:58:52.049 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:52 08:58:52.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:52 08:58:52.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:52 08:58:52.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:52 08:58:52.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:52 08:58:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:52 08:58:52.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:52 08:58:52.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:52 08:58:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:52 08:58:52.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:52 08:58:52.050 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:52 08:58:52.051 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:52 08:58:52.051 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:52 08:58:52.051 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:52 08:58:52.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:52 08:58:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:52 08:58:52.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:52 08:58:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:52 08:58:52.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:52 08:58:52.051 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:52 08:58:52.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:52 08:58:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:52 08:58:52.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:52 08:58:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:52 08:58:52.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:52 08:58:52.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:52 08:58:52.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:52 08:58:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:52 08:58:52.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:52 08:58:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:52 08:58:52.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:52 08:58:52.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:52 08:58:52.052 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:52 08:58:52.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:52 08:58:52.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:52 08:58:52.059 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:52 08:58:52.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:52 08:58:52.059 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:52 08:58:52.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:52 08:58:52.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:52 08:58:52.064 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:52 08:58:52.064 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:52 08:58:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22d0a1d1 is found...
04:58:52 08:58:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22d0a1d1 is found finished successfully
04:58:52 08:58:52.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:52 08:58:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:52 08:58:52.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:52 08:58:52.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:52 08:58:52.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:52 08:58:52.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:52 08:58:52.098 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:52 08:58:52.098 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:52 package test;
04:58:52 public class JavaClass {
04:58:52 
04:58:52 	public JavaClass() {
04:58:52 		System.out.println("");
04:58:52 	}
04:58:52 
04:58:52 }
04:58:52 newText
04:58:52  TooltipText=null
04:58:52 08:58:52.098 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:52 08:58:52.113 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:52 08:58:52.113 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:52  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:52  * This program and the accompanying materials are made available under the
04:58:52  * terms of the Eclipse Public License 2.0 which is available at
04:58:52  * http://www.eclipse.org/legal/epl-2.0.
04:58:52  *
04:58:52  * SPDX-License-Identifier: EPL-2.0
04:58:52  *
04:58:52  * Contributors:
04:58:52  *     Red Hat, Inc - initial API and implementation
04:58:52  *******************************************************************************/
04:58:52 package test;
04:58:52 public class JavaClass {
04:58:52 
04:58:52 	public JavaClass() {
04:58:52 		System.out.println("");
04:58:52 	}
04:58:52 
04:58:52 }
04:58:52  TooltipText=null
04:58:52 08:58:52.113 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:52 08:58:52.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:52 08:58:52.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:52 08:58:52.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:52 08:58:52.113 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:52 08:58:52.113 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Item match:File
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:''
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:''
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:52 08:58:52.114 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:52 08:58:52.115 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:52 08:58:52.115 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:52 08:58:52.115 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:52 08:58:52.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:52 08:58:52.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:52 08:58:52.143 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:52 08:58:52.143 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:52  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:52  * This program and the accompanying materials are made available under the
04:58:52  * terms of the Eclipse Public License 2.0 which is available at
04:58:52  * http://www.eclipse.org/legal/epl-2.0.
04:58:52  *
04:58:52  * SPDX-License-Identifier: EPL-2.0
04:58:52  *
04:58:52  * Contributors:
04:58:52  *     Red Hat, Inc - initial API and implementation
04:58:52  *******************************************************************************/
04:58:52 package test;
04:58:52 public class JavaClass {
04:58:52 
04:58:52 	public JavaClass() {
04:58:52 		System.out.println("");
04:58:52 	}
04:58:52 
04:58:52 }
04:58:52  TooltipText=null
04:58:52 08:58:52.143 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:52 08:58:52.143 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:52 08:58:52.143 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:52 08:58:52.231 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:52 08:58:52.231 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:52 08:58:52.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:52 08:58:52.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:52 08:58:52.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:52 08:58:52.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:52 08:58:52.232 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:52 08:58:52.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:52 08:58:52.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:52 08:58:52.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:52 08:58:52.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:52 08:58:52.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:52 08:58:52.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:52 08:58:52.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:52 08:58:52.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:52 08:58:52.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:52 08:58:52.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:52 08:58:52.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:52 08:58:52.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:52 08:58:52.234 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:52 08:58:52.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:52 08:58:52.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:52 08:58:52.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:52 08:58:52.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:52 08:58:52.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:52 08:58:52.248 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:52 08:58:52.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:52 08:58:52.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:52 08:58:52.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:52 08:58:52.249 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:52 08:58:52.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:52 08:58:52.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:52 08:58:52.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:52 08:58:52.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:52 08:58:52.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:52 08:58:52.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:52 08:58:52.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:52 08:58:52.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:53 08:58:53.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:53 08:58:53.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:53 08:58:53.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:53 08:58:53.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:53 08:58:53.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:53 08:58:53.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:53 08:58:53.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:53 08:58:53.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:53 08:58:53.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:53 08:58:53.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:53 08:58:53.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:53 08:58:53.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:53 08:58:53.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:53 08:58:53.252 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:53 08:58:53.252 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:53 08:58:53.252 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:53 08:58:53.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:53 08:58:53.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:53 08:58:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:53 08:58:53.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:53 08:58:53.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:53 08:58:53.253 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:53 08:58:53.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:53 08:58:53.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:53 08:58:53.261 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:53 08:58:53.261 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:53 08:58:53.261 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:53 08:58:53.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:53 08:58:53.265 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:53 08:58:53.265 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:53 08:58:53.265 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:53 08:58:53.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:53 08:58:53.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14a13588 is found...
04:58:53 08:58:53.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14a13588 is found finished successfully
04:58:53 08:58:53.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:53 08:58:53.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:53 08:58:53.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:53 08:58:53.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:53 08:58:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:53 08:58:53.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:53 08:58:53.389 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:53 08:58:53.389 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:53 package test;
04:58:53 public class JavaClass {
04:58:53 
04:58:53 	public JavaClass() {
04:58:53 		System.out.println("");
04:58:53 	}
04:58:53 
04:58:53 }
04:58:53  TooltipText=null
04:58:53 08:58:53.389 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0]
04:58:53 08:58:53.397 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0
04:58:53 08:58:53.397 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0
04:58:53 08:58:53.405 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:53 08:58:53.405 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=
04:58:53 /*******************************************************************************
04:58:53  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:53  * This program and the accompanying materials are made available under the
04:58:53  * terms of the Eclipse Public License 2.0 which is available at
04:58:53  * http://www.eclipse.org/legal/epl-2.0.
04:58:53  *
04:58:53  * SPDX-License-Identifier: EPL-2.0
04:58:53  *
04:58:53  * Contributors:
04:58:53  *     Red Hat, Inc - initial API and implementation
04:58:53  *******************************************************************************/
04:58:53 package test;
04:58:53 public class JavaClass {
04:58:53 
04:58:53 	public JavaClass() {
04:58:53 		System.out.println("");
04:58:53 	}
04:58:53 
04:58:53 }
04:58:53  TooltipText=null
04:58:53 08:58:53.405 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:53 08:58:53.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:53 08:58:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:53 08:58:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:53 08:58:53.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:53 08:58:53.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:53 08:58:53.406 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:53 08:58:53.406 DEBUG [main][MenuItemLookup] Item match:File
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Found menu:''
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Found menu:''
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:53 08:58:53.407 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:53 08:58:53.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:53 08:58:53.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:53 08:58:53.407 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:53 08:58:53.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:53 08:58:53.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:53 08:58:53.449 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:53 08:58:53.449 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=
04:58:53 /*******************************************************************************
04:58:53  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:53  * This program and the accompanying materials are made available under the
04:58:53  * terms of the Eclipse Public License 2.0 which is available at
04:58:53  * http://www.eclipse.org/legal/epl-2.0.
04:58:53  *
04:58:53  * SPDX-License-Identifier: EPL-2.0
04:58:53  *
04:58:53  * Contributors:
04:58:53  *     Red Hat, Inc - initial API and implementation
04:58:53  *******************************************************************************/
04:58:53 package test;
04:58:53 public class JavaClass {
04:58:53 
04:58:53 	public JavaClass() {
04:58:53 		System.out.println("");
04:58:53 	}
04:58:53 
04:58:53 }
04:58:53  TooltipText=null
04:58:53 08:58:53.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:53 08:58:53.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:53 08:58:53.450 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:53 08:58:53.450 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:53 08:58:53.450 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:58:53 08:58:53.450 DEBUG [main][MenuItemLookup] Item match:Edit
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing	Ctrl+Z'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:''
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:''
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:''
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:''
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:''
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:''
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:''
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
04:58:53 08:58:53.451 DEBUG [main][MenuItemLookup] Item match:Content Assist
04:58:53 08:58:53.452 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:53 08:58:53.452 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=
04:58:53 /*******************************************************************************
04:58:53  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:53  * This program and the accompanying materials are made available under the
04:58:53  * terms of the Eclipse Public License 2.0 which is available at
04:58:53  * http://www.eclipse.org/legal/epl-2.0.
04:58:53  *
04:58:53  * SPDX-License-Identifier: EPL-2.0
04:58:53  *
04:58:53  * Contributors:
04:58:53  *     Red Hat, Inc - initial API and implementation
04:58:53  *******************************************************************************/
04:58:53 package test;
04:58:53 public class JavaClass {
04:58:53 
04:58:53 	public JavaClass() {
04:58:53 		System.out.println("");
04:58:53 	}
04:58:53 
04:58:53 }
04:58:53  TooltipText=null
04:58:53 08:58:53.452 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant
04:58:53 08:58:53.452 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:58:54 08:58:54.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:54 08:58:54.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:54 08:58:54.452 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:54 08:58:54.452 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:54 08:58:54.452 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:58:54 08:58:54.452 DEBUG [main][MenuItemLookup] Item match:Edit
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing	Ctrl+Z'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:''
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:''
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:''
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:''
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:''
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:''
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:''
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
04:58:54 08:58:54.453 DEBUG [main][MenuItemLookup] Item match:Content Assist
04:58:54 08:58:54.454 DEBUG [main][MenuItemLookup] Found menu:'Default	Ctrl+Space'
04:58:54 08:58:54.454 DEBUG [main][MenuItemLookup] Item match:Default	Ctrl+Space
04:58:54 08:58:54.455 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default	Ctrl+Space"
04:58:54 08:58:54.455 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default	Ctrl+Space
04:58:54 08:58:54.455 INFO [main][MenuItemHandler] Select menu item: &Default	Ctrl+Space
04:58:54 08:58:54.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
04:58:54 08:58:54.567 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
04:58:54 08:58:54.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:58:54 08:58:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:54 08:58:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:54 08:58:54.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
04:58:54 08:58:54.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:58:54 08:58:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:54 08:58:54.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:54 08:58:54.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:54 08:58:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:54 08:58:54.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:58:54 08:58:54.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:58:54 08:58:54.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:58:54 08:58:54.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
04:58:54 08:58:54.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
04:58:54 08:58:54.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:54 08:58:54.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:54 08:58:54.630 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
04:58:54 08:58:54.630 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
04:58:54 08:58:54.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:58:54 08:58:54.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:58:54 08:58:54.631 DEBUG [WorkbenchTestable][ContentAssistant]   abstract
04:58:54 08:58:54.631 DEBUG [WorkbenchTestable][ContentAssistant]   class
04:58:54 08:58:54.631 DEBUG [WorkbenchTestable][ContentAssistant]   enum
04:58:54 08:58:54.631 DEBUG [WorkbenchTestable][ContentAssistant]   final
04:58:54 08:58:54.631 DEBUG [WorkbenchTestable][ContentAssistant]   import
04:58:54 08:58:54.631 DEBUG [WorkbenchTestable][ContentAssistant]   interface
04:58:54 08:58:54.631 DEBUG [WorkbenchTestable][ContentAssistant]   non-sealed
04:58:54 08:58:54.631 DEBUG [WorkbenchTestable][ContentAssistant]   public
04:58:54 08:58:54.631 DEBUG [WorkbenchTestable][ContentAssistant]   record
04:58:54 08:58:54.632 DEBUG [WorkbenchTestable][ContentAssistant]   sealed
04:58:54 08:58:54.632 DEBUG [WorkbenchTestable][ContentAssistant]   new - create new object
04:58:54 08:58:54.633 DEBUG [WorkbenchTestable][ContentAssistant]   nls - non-externalized string marker
04:58:54 08:58:54.633 DEBUG [WorkbenchTestable][ContentAssistant]   runnable - runnable
04:58:54 08:58:54.634 DEBUG [WorkbenchTestable][ContentAssistant]   switch - switch case expression
04:58:54 08:58:54.634 DEBUG [WorkbenchTestable][ContentAssistant]   switch - switch labeled expression
04:58:54 08:58:54.635 DEBUG [WorkbenchTestable][ContentAssistant]   toarray - convert collection to array
04:58:54 08:58:54.635 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum
04:58:54 08:58:54.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:58:54 08:58:54.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:58:54 08:58:54.638 TRACE [main][WidgetHandler] Notify Table with event 13
04:58:54 08:58:54.638 TRACE [main][WidgetHandler] Wait for synchronization
04:58:54 08:58:54.638 TRACE [main][WidgetHandler] Notify Table with event 14
04:58:54 08:58:54.638 TRACE [main][WidgetHandler] Wait for synchronization
04:58:54 08:58:54.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:58:54 08:58:54.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:58:54 08:58:54.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:54 08:58:54.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:54 08:58:54.665 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:54 08:58:54.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:54 08:58:54.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:54 08:58:54.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:54 08:58:54.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:54 08:58:54.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:54 08:58:54.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:54 08:58:54.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:54 08:58:54.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:54 08:58:54.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:54 08:58:54.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:54 08:58:54.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:54 08:58:54.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:54 08:58:54.667 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:54 08:58:54.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:54 08:58:54.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:54 08:58:54.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:54 08:58:54.697 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:54 08:58:54.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:54 08:58:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:54 08:58:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:54 08:58:54.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:54 08:58:54.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:54 08:58:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:54 08:58:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:54 08:58:54.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:54 08:58:54.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:54 08:58:54.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:55 08:58:55.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:55 08:58:55.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:55 08:58:55.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:55 08:58:55.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:55 08:58:55.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:55 08:58:55.699 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:55 08:58:55.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:55 08:58:55.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:55 08:58:55.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:55 08:58:55.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:55 08:58:55.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:55 08:58:55.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:55 08:58:55.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:55 08:58:55.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:55 08:58:55.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:55 08:58:55.701 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:55 08:58:55.701 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:55 08:58:55.701 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:55 08:58:55.701 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:55 08:58:55.701 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:55 08:58:55.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:55 08:58:55.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:55 08:58:55.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:55 08:58:55.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:55 08:58:55.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:55 08:58:55.702 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:55 08:58:55.702 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:55 08:58:55.703 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:55 08:58:55.708 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:55 08:58:55.708 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:55 08:58:55.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:55 08:58:55.708 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:55 08:58:55.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:55 08:58:55.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:55 08:58:55.714 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:55 08:58:55.715 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:55 08:58:55.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c632c92 is found...
04:58:55 08:58:55.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c632c92 is found finished successfully
04:58:55 08:58:55.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:55 08:58:55.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:55 08:58:55.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:55 08:58:55.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:55 08:58:55.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:55 08:58:55.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:55 08:58:55.749 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:55 08:58:55.749 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=enum
04:58:55 /*******************************************************************************
04:58:55  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:55  * This program and the accompanying materials are made available under the
04:58:55  * terms of the Eclipse Public License 2.0 which is available at
04:58:55  * http://www.eclipse.org/legal/epl-2.0.
04:58:55  *
04:58:55  * SPDX-License-Identifier: EPL-2.0
04:58:55  *
04:58:55  * Contributors:
04:58:55  *     Red Hat, Inc - initial API and implementation
04:58:55  *******************************************************************************/
04:58:55 package test;
04:58:55 public class JavaClass {
04:58:55 
04:58:55 	public JavaClass() {
04:58:55 		System.out.println("");
04:58:55 	}
04:58:55 
04:58:55 }
04:58:55  TooltipText=null
04:58:55 08:58:55.749 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:55 08:58:55.754 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:55 08:58:55.755 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:55  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:55  * This program and the accompanying materials are made available under the
04:58:55  * terms of the Eclipse Public License 2.0 which is available at
04:58:55  * http://www.eclipse.org/legal/epl-2.0.
04:58:55  *
04:58:55  * SPDX-License-Identifier: EPL-2.0
04:58:55  *
04:58:55  * Contributors:
04:58:55  *     Red Hat, Inc - initial API and implementation
04:58:55  *******************************************************************************/
04:58:55 package test;
04:58:55 public class JavaClass {
04:58:55 
04:58:55 	public JavaClass() {
04:58:55 		System.out.println("");
04:58:55 	}
04:58:55 
04:58:55 }
04:58:55  TooltipText=null
04:58:55 08:58:55.755 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:55 08:58:55.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:55 08:58:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:55 08:58:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:55 08:58:55.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:55 08:58:55.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:55 08:58:55.755 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:55 08:58:55.755 DEBUG [main][MenuItemLookup] Item match:File
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Found menu:''
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Found menu:''
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:55 08:58:55.756 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:55 08:58:55.756 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:55 08:58:55.756 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:55 08:58:55.756 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:55 08:58:55.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:55 08:58:55.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:55 08:58:55.786 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:55 08:58:55.786 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:55  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:55  * This program and the accompanying materials are made available under the
04:58:55  * terms of the Eclipse Public License 2.0 which is available at
04:58:55  * http://www.eclipse.org/legal/epl-2.0.
04:58:55  *
04:58:55  * SPDX-License-Identifier: EPL-2.0
04:58:55  *
04:58:55  * Contributors:
04:58:55  *     Red Hat, Inc - initial API and implementation
04:58:55  *******************************************************************************/
04:58:55 package test;
04:58:55 public class JavaClass {
04:58:55 
04:58:55 	public JavaClass() {
04:58:55 		System.out.println("");
04:58:55 	}
04:58:55 
04:58:55 }
04:58:55  TooltipText=null
04:58:55 08:58:55.786 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:55 08:58:55.786 DEBUG [main][EditorHandler] 1 editor(s) found
04:58:55 08:58:55.786 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:55 08:58:55.856 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:55 08:58:55.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:55 08:58:55.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:55 08:58:55.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:55 08:58:55.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:55 08:58:55.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:55 08:58:55.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:55 08:58:55.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:55 08:58:55.857 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:55 08:58:55.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:55 08:58:55.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:55 08:58:55.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:55 08:58:55.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:55 08:58:55.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:55 08:58:55.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:55 08:58:55.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:55 08:58:55.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:55 08:58:55.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:55 08:58:55.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:55 08:58:55.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:55 08:58:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:55 08:58:55.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:55 08:58:55.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:55 08:58:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:55 08:58:55.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:55 08:58:55.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:55 08:58:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:55 08:58:55.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:55 08:58:55.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:55 08:58:55.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:55 08:58:55.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:55 08:58:55.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:55 08:58:55.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:55 08:58:55.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:55 08:58:55.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:55 08:58:55.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:55 08:58:55.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:55 08:58:55.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:55 08:58:55.863 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:55 08:58:55.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:55 08:58:55.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:55 08:58:55.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:55 08:58:55.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:55 08:58:55.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:55 08:58:55.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:56 08:58:56.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:56 08:58:56.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:56 08:58:56.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:56 08:58:56.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:56 08:58:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:56 08:58:56.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:56 08:58:56.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:56 08:58:56.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:56 08:58:56.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:56 08:58:56.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:56 08:58:56.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:56 08:58:56.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:56 08:58:56.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:56 08:58:56.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:56 08:58:56.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:56 08:58:56.866 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:56 08:58:56.866 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:56 08:58:56.867 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:56 08:58:56.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:56 08:58:56.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:56 08:58:56.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test
04:58:56 08:58:56.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:56 08:58:56.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:56 08:58:56.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:56 08:58:56.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:56 08:58:56.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:56 08:58:56.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java
04:58:56 08:58:56.868 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java
04:58:56 08:58:56.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection
04:58:56 08:58:56.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java
04:58:56 08:58:56.877 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java
04:58:56 08:58:56.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java
04:58:56 08:58:56.877 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java
04:58:56 08:58:56.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection
04:58:56 08:58:56.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java
04:58:56 08:58:56.886 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:56 08:58:56.886 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:57 08:58:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:57 08:58:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6952721e is found...
04:58:57 08:58:57.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6952721e is found finished successfully
04:58:57 08:58:57.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass1+.java\E')
04:58:57 08:58:57.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:57 08:58:57.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:57 08:58:57.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:57 08:58:57.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:57 08:58:57.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:57 08:58:57.038 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:57 08:58:57.038 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:57 package test;
04:58:57 public class JavaClass1 {
04:58:57 
04:58:57 	public JavaClass1() {
04:58:57 		System.out.println("");
04:58:57 	}
04:58:57 
04:58:57 }
04:58:57  TooltipText=null
04:58:57 08:58:57.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:57 08:58:57.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:57 08:58:57.048 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:57 08:58:57.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:57 08:58:57.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:57 08:58:57.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform
04:58:57 08:58:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:57 08:58:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:57 08:58:57.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform'
04:58:57 08:58:57.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:57 08:58:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:57 08:58:57.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:57 08:58:57.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:57 08:58:57.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:57 08:58:57.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:57 08:58:57.050 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:57 08:58:57.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:57 08:58:57.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:57 08:58:57.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:57 08:58:57.079 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:57 08:58:57.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:57 08:58:57.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:57 08:58:57.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:57 08:58:57.080 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:57 08:58:57.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:57 08:58:57.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:57 08:58:57.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:57 08:58:57.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:57 08:58:57.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:57 08:58:57.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:57 08:58:57.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:57 08:58:57.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:58 08:58:58.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:58 08:58:58.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:58 08:58:58.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:58 08:58:58.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:58 08:58:58.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:58 08:58:58.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:58 08:58:58.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:58 08:58:58.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:58 08:58:58.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:58 08:58:58.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:58 08:58:58.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:58 08:58:58.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:58 08:58:58.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:58 08:58:58.083 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:58 08:58:58.083 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:58 08:58:58.083 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:58 08:58:58.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:58 08:58:58.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:58 08:58:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:58 08:58:58.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:58 08:58:58.084 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:58 08:58:58.085 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:58 08:58:58.085 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:58 08:58:58.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:58 08:58:58.095 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:58 08:58:58.095 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:58 08:58:58.095 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:58 08:58:58.095 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:58 08:58:58.100 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:58 08:58:58.100 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:58 08:58:58.100 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:58 08:58:58.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51c9839f is found...
04:58:58 08:58:58.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51c9839f is found finished successfully
04:58:58 08:58:58.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:58 08:58:58.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:58 08:58:58.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:58 08:58:58.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:58 08:58:58.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:58 08:58:58.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:58 08:58:58.193 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:58 08:58:58.193 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:58 package test;
04:58:58 public class JavaClass {
04:58:58 
04:58:58 	public JavaClass() {
04:58:58 		System.out.println("");
04:58:58 	}
04:58:58 
04:58:58 }
04:58:58  TooltipText=null
04:58:58 08:58:58.193 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:58:58 08:58:58.224 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:58 08:58:58.224 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:58  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:58  * This program and the accompanying materials are made available under the
04:58:58  * terms of the Eclipse Public License 2.0 which is available at
04:58:58  * http://www.eclipse.org/legal/epl-2.0.
04:58:58  *
04:58:58  * SPDX-License-Identifier: EPL-2.0
04:58:58  *
04:58:58  * Contributors:
04:58:58  *     Red Hat, Inc - initial API and implementation
04:58:58  *******************************************************************************/
04:58:58 package test;
04:58:58 public class JavaClass {
04:58:58 
04:58:58 	public JavaClass() {
04:58:58 		System.out.println("");
04:58:58 	}
04:58:58 
04:58:58 }
04:58:58  TooltipText=null
04:58:58 08:58:58.224 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:58:58 08:58:58.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:58:58 08:58:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:58 08:58:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:58 08:58:58.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:58 08:58:58.225 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:58:58 08:58:58.225 DEBUG [main][MenuItemLookup] Found menu:'File'
04:58:58 08:58:58.225 DEBUG [main][MenuItemLookup] Item match:File
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Found menu:''
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Found menu:''
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:58:58 08:58:58.226 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:58:58 08:58:58.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:58:58 08:58:58.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:58:58 08:58:58.226 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:58:58 08:58:58.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:58:58 08:58:58.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:58:58 08:58:58.255 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:58 08:58:58.255 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:58:58  * Copyright (c) 2017 Red Hat, Inc and others.
04:58:58  * This program and the accompanying materials are made available under the
04:58:58  * terms of the Eclipse Public License 2.0 which is available at
04:58:58  * http://www.eclipse.org/legal/epl-2.0.
04:58:58  *
04:58:58  * SPDX-License-Identifier: EPL-2.0
04:58:58  *
04:58:58  * Contributors:
04:58:58  *     Red Hat, Inc - initial API and implementation
04:58:58  *******************************************************************************/
04:58:58 package test;
04:58:58 public class JavaClass {
04:58:58 
04:58:58 	public JavaClass() {
04:58:58 		System.out.println("");
04:58:58 	}
04:58:58 
04:58:58 }
04:58:58  TooltipText=null
04:58:58 08:58:58.255 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:58:58 08:58:58.255 DEBUG [main][EditorHandler] 2 editor(s) found
04:58:58 08:58:58.255 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java
04:58:58 08:58:58.292 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed
04:58:58 08:58:58.328 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:58:58 08:58:58.386 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:58:58 08:58:58.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:58 08:58:58.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:58:58 08:58:58.386 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:58:58 08:58:58.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:58:58 08:58:58.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:58:58 08:58:58.386 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:58 08:58:58.387 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:58:58 08:58:58.387 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:58:58 08:58:58.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:58:58 08:58:58.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:58:58 08:58:58.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:58:58 08:58:58.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:58:58 08:58:58.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:58 08:58:58.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:58 08:58:58.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:58:58 08:58:58.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:58 08:58:58.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:58 08:58:58.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:58:58 08:58:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:58:58 08:58:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:58:58 08:58:58.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:58:58 08:58:58.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:58:58 08:58:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:58 08:58:58.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:58 08:58:58.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:58 08:58:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:58 08:58:58.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:58 08:58:58.389 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:58 08:58:58.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:58 08:58:58.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:58 08:58:58.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:58:58 08:58:58.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:58:58 08:58:58.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:58:58 08:58:58.391 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:58 08:58:58.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:58 08:58:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:58 08:58:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:58 08:58:58.392 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:58 08:58:58.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:58 08:58:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:58 08:58:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:58 08:58:58.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:58 08:58:58.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:58 08:58:58.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:58 08:58:58.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:58 08:58:58.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:59 08:58:59.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:59 08:58:59.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:58:59 08:58:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:58:59 08:58:59.394 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:58:59 08:58:59.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:58:59 08:58:59.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:59 08:58:59.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:58:59 08:58:59.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:58:59 08:58:59.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:59 08:58:59.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:59 08:58:59.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:59 08:58:59.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:59 08:58:59.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:58:59 08:58:59.395 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:58:59 08:58:59.395 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:58:59 08:58:59.395 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:59 08:58:59.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:58:59 08:58:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:59 08:58:59.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:58:59 08:58:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:58:59 08:58:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:58:59 08:58:59.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:58:59 08:58:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:58:59 08:58:59.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:58:59 08:58:59.397 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:58:59 08:58:59.397 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:59 08:58:59.397 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:59 08:58:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:59 08:58:59.404 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:59 08:58:59.404 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:58:59 08:58:59.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:58:59 08:58:59.404 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:58:59 08:58:59.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:58:59 08:58:59.409 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:58:59 08:58:59.409 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:58:59 08:58:59.409 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:58:59 08:58:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c979398 is found...
04:58:59 08:58:59.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c979398 is found finished successfully
04:58:59 08:58:59.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:58:59 08:58:59.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:58:59 08:58:59.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:58:59 08:58:59.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:58:59 08:58:59.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:58:59 08:58:59.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:58:59 08:58:59.572 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:58:59 08:58:59.572 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:58:59 package test;
04:58:59 public class JavaClass {
04:58:59 
04:58:59 	public JavaClass() {
04:58:59 		System.out.println("");
04:58:59 	}
04:58:59 
04:58:59 }
04:58:59  TooltipText=null
04:58:59 08:58:59.572 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:59 08:58:59.572 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:58:59 08:58:59.773 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:58:59 08:58:59.975 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:58:59 08:58:59.975 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:00 08:59:00.176 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:00 08:59:00.378 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:00 08:59:00.378 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:00 08:59:00.578 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:00 08:59:00.781 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:00 08:59:00.781 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:00 08:59:00.982 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:01 08:59:01.186 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:01 08:59:01.186 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
04:59:01 08:59:01.386 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
04:59:02 08:59:02.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:02 08:59:02.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:02 08:59:02.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:02 08:59:02.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:02 08:59:02.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:02 08:59:02.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:02 08:59:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:02 08:59:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:02 08:59:02.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:02 08:59:02.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:02 08:59:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:02 08:59:02.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:02 08:59:02.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:02 08:59:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:02 08:59:02.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:02 08:59:02.391 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:02 08:59:02.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:02 08:59:02.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:02 08:59:02.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:02 08:59:02.422 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:02 08:59:02.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:02 08:59:02.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:02 08:59:02.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:02 08:59:02.423 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:02 08:59:02.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:02 08:59:02.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:02 08:59:02.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:02 08:59:02.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:02 08:59:02.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:02 08:59:02.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:02 08:59:02.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:02 08:59:02.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:03 08:59:03.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:03 08:59:03.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:03 08:59:03.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:03 08:59:03.425 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:03 08:59:03.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:03 08:59:03.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:03 08:59:03.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:03 08:59:03.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:03 08:59:03.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:03 08:59:03.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:03 08:59:03.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:03 08:59:03.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:03 08:59:03.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:03 08:59:03.426 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:03 08:59:03.426 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:03 08:59:03.426 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:03 08:59:03.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:03 08:59:03.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:03 08:59:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:03 08:59:03.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:03 08:59:03.427 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:03 08:59:03.427 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:03 08:59:03.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:03 08:59:03.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:03 08:59:03.435 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:03 08:59:03.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:03 08:59:03.435 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:03 08:59:03.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:03 08:59:03.439 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:03 08:59:03.439 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:03 08:59:03.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:03 08:59:03.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79452d24 is found...
04:59:03 08:59:03.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79452d24 is found finished successfully
04:59:03 08:59:03.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:03 08:59:03.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:03 08:59:03.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:03 08:59:03.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:03 08:59:03.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:03 08:59:03.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:03 08:59:03.473 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:03 08:59:03.473 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:03 package test;
04:59:03 public class JavaClass {
04:59:03 
04:59:03 	public JavaClass() {
04:59:03 
04:59:03 }
04:59:03  TooltipText=null
04:59:03 08:59:03.473 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:03 08:59:03.495 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:03 08:59:03.495 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:03  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:03  * This program and the accompanying materials are made available under the
04:59:03  * terms of the Eclipse Public License 2.0 which is available at
04:59:03  * http://www.eclipse.org/legal/epl-2.0.
04:59:03  *
04:59:03  * SPDX-License-Identifier: EPL-2.0
04:59:03  *
04:59:03  * Contributors:
04:59:03  *     Red Hat, Inc - initial API and implementation
04:59:03  *******************************************************************************/
04:59:03 package test;
04:59:03 public class JavaClass {
04:59:03 
04:59:03 	public JavaClass() {
04:59:03 		System.out.println("");
04:59:03 	}
04:59:03 
04:59:03 }
04:59:03  TooltipText=null
04:59:03 08:59:03.495 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:03 08:59:03.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:03 08:59:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:03 08:59:03.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:03 08:59:03.496 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:03 08:59:03.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:03 08:59:03.496 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:03 08:59:03.496 DEBUG [main][MenuItemLookup] Item match:File
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Found menu:''
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Found menu:''
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:03 08:59:03.497 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:03 08:59:03.497 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:03 08:59:03.497 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:03 08:59:03.497 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:03 08:59:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:03 08:59:03.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:03 08:59:03.536 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:03 08:59:03.536 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:03  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:03  * This program and the accompanying materials are made available under the
04:59:03  * terms of the Eclipse Public License 2.0 which is available at
04:59:03  * http://www.eclipse.org/legal/epl-2.0.
04:59:03  *
04:59:03  * SPDX-License-Identifier: EPL-2.0
04:59:03  *
04:59:03  * Contributors:
04:59:03  *     Red Hat, Inc - initial API and implementation
04:59:03  *******************************************************************************/
04:59:03 package test;
04:59:03 public class JavaClass {
04:59:03 
04:59:03 	public JavaClass() {
04:59:03 		System.out.println("");
04:59:03 	}
04:59:03 
04:59:03 }
04:59:03  TooltipText=null
04:59:03 08:59:03.536 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:03 08:59:03.536 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:03 08:59:03.536 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:03 08:59:03.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:03 08:59:03.596 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:03 08:59:03.596 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:03 08:59:03.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:03 08:59:03.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:03 08:59:03.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:03 08:59:03.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:03 08:59:03.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:03 08:59:03.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:03 08:59:03.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:03 08:59:03.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:03 08:59:03.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:03 08:59:03.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:03 08:59:03.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:03 08:59:03.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:03 08:59:03.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:03 08:59:03.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:03 08:59:03.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:03 08:59:03.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:03 08:59:03.599 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:03 08:59:03.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:03 08:59:03.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:03 08:59:03.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:03 08:59:03.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:03 08:59:03.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:03 08:59:03.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:03 08:59:03.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:03 08:59:03.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:03 08:59:03.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:03 08:59:03.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:03 08:59:03.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:03 08:59:03.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:03 08:59:03.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:03 08:59:03.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:03 08:59:03.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:03 08:59:03.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:04 08:59:04.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:04 08:59:04.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:04 08:59:04.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:04 08:59:04.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:04 08:59:04.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:04 08:59:04.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:04 08:59:04.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:04 08:59:04.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:04 08:59:04.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:04 08:59:04.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:04 08:59:04.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:04 08:59:04.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:04 08:59:04.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:04 08:59:04.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:04 08:59:04.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:04 08:59:04.604 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:04 08:59:04.604 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:04 08:59:04.604 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:04 08:59:04.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:04 08:59:04.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:04 08:59:04.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:04 08:59:04.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:04 08:59:04.605 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:04 08:59:04.605 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:04 08:59:04.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:04 08:59:04.614 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:04 08:59:04.614 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:04 08:59:04.614 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:04 08:59:04.614 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:04 08:59:04.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:04 08:59:04.618 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:04 08:59:04.618 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:04 08:59:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37d7290 is found...
04:59:04 08:59:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37d7290 is found finished successfully
04:59:04 08:59:04.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:04 08:59:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:04 08:59:04.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:04 08:59:04.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:04 08:59:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:04 08:59:04.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:04 08:59:04.732 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:04 08:59:04.733 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:04 package test;
04:59:04 public class JavaClass {
04:59:04 
04:59:04 	public JavaClass() {
04:59:04 		System.out.println("");
04:59:04 	}
04:59:04 
04:59:04 }
04:59:04  TooltipText=null
04:59:04 08:59:04.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:04 08:59:04.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:04 08:59:04.733 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:04 08:59:04.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:04 08:59:04.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:04 08:59:04.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:04 08:59:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:04 08:59:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:04 08:59:04.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:04 08:59:04.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:04 08:59:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:04 08:59:04.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:04 08:59:04.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:04 08:59:04.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:04 08:59:04.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:04 08:59:04.750 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:04 08:59:04.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:04 08:59:04.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:04 08:59:04.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:04 08:59:04.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:04 08:59:04.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:04 08:59:04.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:04 08:59:04.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:04 08:59:04.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:04 08:59:04.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:04 08:59:04.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:04 08:59:04.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:04 08:59:04.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:04 08:59:04.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:04 08:59:04.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:05 08:59:05.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:05 08:59:05.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:05 08:59:05.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:05 08:59:05.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:05 08:59:05.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:05 08:59:05.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:05 08:59:05.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:05 08:59:05.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:05 08:59:05.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:05 08:59:05.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
04:59:05 08:59:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:05 08:59:05.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:05 08:59:05.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:05 08:59:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:05 08:59:05.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:05 08:59:05.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:05 08:59:05.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:05 08:59:05.778 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:05 08:59:05.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:05 08:59:05.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:05 08:59:05.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:05 08:59:05.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:05 08:59:05.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:05 08:59:05.779 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:05 08:59:05.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:05 08:59:05.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:05 08:59:05.784 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:05 08:59:05.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:05 08:59:05.784 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:05 08:59:05.784 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:05 08:59:05.790 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:05 08:59:05.790 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:05 08:59:05.790 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:05 08:59:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1eb5dc1b is found...
04:59:05 08:59:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1eb5dc1b is found finished successfully
04:59:05 08:59:05.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:05 08:59:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:05 08:59:05.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:05 08:59:05.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:05 08:59:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:05 08:59:05.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:05 08:59:05.822 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:05 08:59:05.822 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:05 package test;
04:59:05 public class JavaClass {
04:59:05 
04:59:05 	public JavaClass() {
04:59:05 		System.out.println("");
04:59:05 	}
04:59:05 
04:59:05 }
04:59:05  TooltipText=null
04:59:05 08:59:05.822 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:05 08:59:05.833 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:05 08:59:05.833 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:05  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:05  * This program and the accompanying materials are made available under the
04:59:05  * terms of the Eclipse Public License 2.0 which is available at
04:59:05  * http://www.eclipse.org/legal/epl-2.0.
04:59:05  *
04:59:05  * SPDX-License-Identifier: EPL-2.0
04:59:05  *
04:59:05  * Contributors:
04:59:05  *     Red Hat, Inc - initial API and implementation
04:59:05  *******************************************************************************/
04:59:05 package test;
04:59:05 public class JavaClass {
04:59:05 
04:59:05 	public JavaClass() {
04:59:05 		System.out.println("");
04:59:05 	}
04:59:05 
04:59:05 }
04:59:05  TooltipText=null
04:59:05 08:59:05.833 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:05 08:59:05.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:05 08:59:05.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:05 08:59:05.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:05 08:59:05.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:05 08:59:05.834 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Item match:File
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:''
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:''
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:05 08:59:05.834 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:05 08:59:05.848 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:05 08:59:05.848 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:05 08:59:05.848 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:05 08:59:05.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:05 08:59:05.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:05 08:59:05.868 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:05 08:59:05.868 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:05  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:05  * This program and the accompanying materials are made available under the
04:59:05  * terms of the Eclipse Public License 2.0 which is available at
04:59:05  * http://www.eclipse.org/legal/epl-2.0.
04:59:05  *
04:59:05  * SPDX-License-Identifier: EPL-2.0
04:59:05  *
04:59:05  * Contributors:
04:59:05  *     Red Hat, Inc - initial API and implementation
04:59:05  *******************************************************************************/
04:59:05 package test;
04:59:05 public class JavaClass {
04:59:05 
04:59:05 	public JavaClass() {
04:59:05 		System.out.println("");
04:59:05 	}
04:59:05 
04:59:05 }
04:59:05  TooltipText=null
04:59:05 08:59:05.868 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:05 08:59:05.868 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:05 08:59:05.868 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:05 08:59:05.955 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:05 08:59:05.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:05 08:59:05.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:05 08:59:05.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:05 08:59:05.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:05 08:59:05.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:05 08:59:05.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:05 08:59:05.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:05 08:59:05.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:05 08:59:05.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:05 08:59:05.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:05 08:59:05.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:05 08:59:05.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:05 08:59:05.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:05 08:59:05.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:05 08:59:05.957 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:05 08:59:05.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:05 08:59:05.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:05 08:59:05.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:05 08:59:05.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:05 08:59:05.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:05 08:59:05.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:05 08:59:05.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')
04:59:05 08:59:05.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:05 08:59:05.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:05 08:59:05.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:05 08:59:05.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:05 08:59:05.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:05 08:59:05.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:05 08:59:05.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:05 08:59:05.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:05 08:59:05.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:05 08:59:05.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:05 08:59:05.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:05 08:59:05.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:05 08:59:05.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:05 08:59:05.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:05 08:59:05.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:05 08:59:05.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:05 08:59:05.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:05 08:59:05.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:05 08:59:05.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:05 08:59:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:05 08:59:05.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:05 08:59:05.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:06 08:59:06.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:06 08:59:06.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:06 08:59:06.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:06 08:59:06.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:06 08:59:06.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:06 08:59:06.963 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:06 08:59:06.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:06 08:59:06.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:06 08:59:06.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:06 08:59:06.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:06 08:59:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:06 08:59:06.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:06 08:59:06.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:06 08:59:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:06 08:59:06.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:06 08:59:06.964 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:06 08:59:06.964 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:06 08:59:06.964 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:06 08:59:06.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:06 08:59:06.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:06 08:59:06.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:06 08:59:06.965 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:06 08:59:06.965 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:06 08:59:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:06 08:59:06.974 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:06 08:59:06.974 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:06 08:59:06.974 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:06 08:59:06.974 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:06 08:59:06.974 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:06 08:59:06.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:06 08:59:06.979 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:06 08:59:06.979 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:07 08:59:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e2e8706 is found...
04:59:07 08:59:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e2e8706 is found finished successfully
04:59:07 08:59:07.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:07 08:59:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:07 08:59:07.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:07 08:59:07.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:07 08:59:07.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:07 08:59:07.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:07 08:59:07.098 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:07 08:59:07.099 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:07 package test;
04:59:07 public class JavaClass {
04:59:07 
04:59:07 	public JavaClass() {
04:59:07 		System.out.println("");
04:59:07 	}
04:59:07 
04:59:07 }
04:59:07  TooltipText=null
04:59:07 08:59:07.101 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35
04:59:07 08:59:07.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Revert File'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:''
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration	F3'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy	F4'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy	Ctrl+Alt+H'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb	Shift+Alt+B'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline	Ctrl+O'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy	Ctrl+T'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Open With'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:''
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:''
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix	Ctrl+1'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Source	Shift+Alt+S'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Refactor	Shift+Alt+T'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Local History'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:''
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'References'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Declarations'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:''
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Run As'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Debug As'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Team'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Compare With'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Replace With'
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:''
04:59:07 08:59:07.198 DEBUG [main][MenuItemLookup] Found menu:'Preferences...'
04:59:07 08:59:07.199 DEBUG [main][MenuItemLookup] Item match:Preferences...
04:59:07 08:59:07.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:07 08:59:07.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:07 08:59:07.199 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:07 08:59:07.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:07 08:59:07.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:07 08:59:07.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:07 08:59:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:07 08:59:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:07 08:59:07.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:07 08:59:07.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:07 08:59:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:07 08:59:07.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:07 08:59:07.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:07 08:59:07.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:07 08:59:07.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:07 08:59:07.201 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:07 08:59:07.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:07 08:59:07.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:07 08:59:07.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:07 08:59:07.210 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:07 08:59:07.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:07 08:59:07.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:07 08:59:07.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:07 08:59:07.210 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:07 08:59:07.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:07 08:59:07.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:07 08:59:07.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:07 08:59:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:07 08:59:07.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:07 08:59:07.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:07 08:59:07.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:07 08:59:07.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:08 08:59:08.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:08 08:59:08.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:08 08:59:08.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:08 08:59:08.231 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:08 08:59:08.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:08 08:59:08.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:08 08:59:08.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:08 08:59:08.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:08 08:59:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:08 08:59:08.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:08 08:59:08.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:08 08:59:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:08 08:59:08.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:08 08:59:08.233 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:08 08:59:08.233 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:08 08:59:08.233 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:08 08:59:08.233 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:08 08:59:08.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:08 08:59:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:08 08:59:08.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:08 08:59:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:08 08:59:08.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:08 08:59:08.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:08 08:59:08.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:08 08:59:08.234 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:08 08:59:08.234 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:08 08:59:08.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:08 08:59:08.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:08 08:59:08.240 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:08 08:59:08.240 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:08 08:59:08.240 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:08 08:59:08.240 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:08 08:59:08.246 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:08 08:59:08.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:08 08:59:08.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:08 08:59:08.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@97680d6 is found...
04:59:08 08:59:08.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@97680d6 is found finished successfully
04:59:08 08:59:08.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:08 08:59:08.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:08 08:59:08.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:08 08:59:08.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:08 08:59:08.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:08 08:59:08.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:08 08:59:08.280 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:08 08:59:08.281 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:08 package test;
04:59:08 public class JavaClass {
04:59:08 
04:59:08 	public JavaClass() {
04:59:08 		System.out.println("");
04:59:08 	}
04:59:08 
04:59:08 }
04:59:08  TooltipText=null
04:59:08 08:59:08.281 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:08 08:59:08.292 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:08 08:59:08.292 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:08  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:08  * This program and the accompanying materials are made available under the
04:59:08  * terms of the Eclipse Public License 2.0 which is available at
04:59:08  * http://www.eclipse.org/legal/epl-2.0.
04:59:08  *
04:59:08  * SPDX-License-Identifier: EPL-2.0
04:59:08  *
04:59:08  * Contributors:
04:59:08  *     Red Hat, Inc - initial API and implementation
04:59:08  *******************************************************************************/
04:59:08 package test;
04:59:08 public class JavaClass {
04:59:08 
04:59:08 	public JavaClass() {
04:59:08 		System.out.println("");
04:59:08 	}
04:59:08 
04:59:08 }
04:59:08  TooltipText=null
04:59:08 08:59:08.292 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:08 08:59:08.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:08 08:59:08.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:08 08:59:08.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:08 08:59:08.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:08 08:59:08.297 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Item match:File
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:''
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:''
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:08 08:59:08.298 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:08 08:59:08.299 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:08 08:59:08.299 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:08 08:59:08.299 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:08 08:59:08.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:08 08:59:08.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:08 08:59:08.329 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:08 08:59:08.330 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:08  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:08  * This program and the accompanying materials are made available under the
04:59:08  * terms of the Eclipse Public License 2.0 which is available at
04:59:08  * http://www.eclipse.org/legal/epl-2.0.
04:59:08  *
04:59:08  * SPDX-License-Identifier: EPL-2.0
04:59:08  *
04:59:08  * Contributors:
04:59:08  *     Red Hat, Inc - initial API and implementation
04:59:08  *******************************************************************************/
04:59:08 package test;
04:59:08 public class JavaClass {
04:59:08 
04:59:08 	public JavaClass() {
04:59:08 		System.out.println("");
04:59:08 	}
04:59:08 
04:59:08 }
04:59:08  TooltipText=null
04:59:08 08:59:08.330 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:08 08:59:08.330 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:08 08:59:08.330 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:08 08:59:08.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:08 08:59:08.390 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:08 08:59:08.390 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:08 08:59:08.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:08 08:59:08.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:08 08:59:08.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:08 08:59:08.391 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:08 08:59:08.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:08 08:59:08.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:08 08:59:08.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:08 08:59:08.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:08 08:59:08.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:08 08:59:08.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:08 08:59:08.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')
04:59:08 08:59:08.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:08 08:59:08.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:08 08:59:08.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:08 08:59:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:08 08:59:08.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:08 08:59:08.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:08 08:59:08.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:08 08:59:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:08 08:59:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:08 08:59:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:08 08:59:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:08 08:59:08.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:08 08:59:08.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:08 08:59:08.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:08 08:59:08.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:08 08:59:08.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:08 08:59:08.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:08 08:59:08.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:08 08:59:08.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:08 08:59:08.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:08 08:59:08.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:08 08:59:08.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:08 08:59:08.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:08 08:59:08.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:09 08:59:09.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:09 08:59:09.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:09 08:59:09.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:09 08:59:09.397 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:09 08:59:09.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:09 08:59:09.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:09 08:59:09.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:09 08:59:09.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:09 08:59:09.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:09 08:59:09.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:09 08:59:09.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:09 08:59:09.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:09 08:59:09.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:09 08:59:09.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:09 08:59:09.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:09 08:59:09.399 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:09 08:59:09.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:09 08:59:09.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:09 08:59:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:09 08:59:09.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:09 08:59:09.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:09 08:59:09.399 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:09 08:59:09.400 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:09 08:59:09.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:09 08:59:09.407 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:09 08:59:09.407 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:09 08:59:09.408 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:09 08:59:09.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:09 08:59:09.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:09 08:59:09.412 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:09 08:59:09.412 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:09 08:59:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28e9758d is found...
04:59:09 08:59:09.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28e9758d is found finished successfully
04:59:09 08:59:09.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:09 08:59:09.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:09 08:59:09.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:09 08:59:09.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:09 08:59:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:09 08:59:09.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:09 08:59:09.537 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:09 08:59:09.537 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:09 package test;
04:59:09 public class JavaClass {
04:59:09 
04:59:09 	public JavaClass() {
04:59:09 		System.out.println("");
04:59:09 	}
04:59:09 
04:59:09 }
04:59:09  TooltipText=null
04:59:09 08:59:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:09 08:59:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:09 08:59:09.537 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:09 08:59:09.537 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:09 08:59:09.537 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:59:09 08:59:09.537 DEBUG [main][MenuItemLookup] Item match:Edit
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:''
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:''
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:''
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:''
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:''
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:''
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:''
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
04:59:09 08:59:09.538 DEBUG [main][MenuItemLookup] Item match:Content Assist
04:59:09 08:59:09.539 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:09 08:59:09.539 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:09 package test;
04:59:09 public class JavaClass {
04:59:09 
04:59:09 	public JavaClass() {
04:59:09 		System.out.println("");
04:59:09 	}
04:59:09 
04:59:09 }
04:59:09  TooltipText=null
04:59:09 08:59:09.539 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant
04:59:09 08:59:09.539 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:59:10 08:59:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:10 08:59:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:10 08:59:10.539 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:10 08:59:10.539 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:10 08:59:10.539 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:59:10 08:59:10.539 DEBUG [main][MenuItemLookup] Item match:Edit
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:''
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:''
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:''
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:''
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:''
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:''
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:''
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
04:59:10 08:59:10.540 DEBUG [main][MenuItemLookup] Item match:Content Assist
04:59:10 08:59:10.541 DEBUG [main][MenuItemLookup] Found menu:'Default	Ctrl+Space'
04:59:10 08:59:10.541 DEBUG [main][MenuItemLookup] Item match:Default	Ctrl+Space
04:59:10 08:59:10.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default	Ctrl+Space"
04:59:10 08:59:10.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default	Ctrl+Space
04:59:10 08:59:10.541 INFO [main][MenuItemHandler] Select menu item: &Default	Ctrl+Space
04:59:10 08:59:10.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
04:59:10 08:59:10.562 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
04:59:10 08:59:10.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:59:10 08:59:10.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:10 08:59:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:10 08:59:10.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
04:59:10 08:59:10.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:59:10 08:59:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:10 08:59:10.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:10 08:59:10.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:10 08:59:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:10 08:59:10.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:59:10 08:59:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:59:10 08:59:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:59:10 08:59:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
04:59:10 08:59:10.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
04:59:10 08:59:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:10 08:59:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:10 08:59:10.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:10 08:59:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:10 08:59:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:10 08:59:10.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 
04:59:10 08:59:10.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
04:59:10 08:59:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:10 08:59:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:10 08:59:10.570 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")
04:59:10 08:59:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:10 08:59:10.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:10 08:59:10.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:11 08:59:11.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:11 08:59:11.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:11 08:59:11.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:11 08:59:11.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:11 08:59:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:59:11 08:59:11.573 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
04:59:11 08:59:11.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
04:59:11 08:59:11.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:59:11 08:59:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
04:59:12 08:59:12.086 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
04:59:12 08:59:12.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:12 08:59:12.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:12 08:59:12.087 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:12 08:59:12.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:12 08:59:12.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:12 08:59:12.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:12 08:59:12.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:12 08:59:12.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:12 08:59:12.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:12 08:59:12.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:12 08:59:12.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:12 08:59:12.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:12 08:59:12.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:12 08:59:12.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:12 08:59:12.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:12 08:59:12.089 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:12 08:59:12.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:12 08:59:12.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:12 08:59:12.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:12 08:59:12.116 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:12 08:59:12.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:12 08:59:12.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:12 08:59:12.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:12 08:59:12.117 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:12 08:59:12.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:12 08:59:12.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:12 08:59:12.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:12 08:59:12.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:12 08:59:12.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:12 08:59:12.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:12 08:59:12.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:12 08:59:12.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:13 08:59:13.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:13 08:59:13.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:13 08:59:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:13 08:59:13.119 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:13 08:59:13.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:13 08:59:13.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:13 08:59:13.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:13 08:59:13.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:13 08:59:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:13 08:59:13.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:13 08:59:13.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:13 08:59:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:13 08:59:13.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:13 08:59:13.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:13 08:59:13.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:13 08:59:13.120 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:13 08:59:13.120 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:13 08:59:13.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:13 08:59:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:13 08:59:13.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:13 08:59:13.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:13 08:59:13.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:13 08:59:13.121 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:13 08:59:13.121 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:13 08:59:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:13 08:59:13.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:13 08:59:13.129 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:13 08:59:13.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:13 08:59:13.129 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:13 08:59:13.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:13 08:59:13.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:13 08:59:13.133 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:13 08:59:13.134 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:13 08:59:13.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7deec6b2 is found...
04:59:13 08:59:13.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7deec6b2 is found finished successfully
04:59:13 08:59:13.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:13 08:59:13.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:13 08:59:13.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:13 08:59:13.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:13 08:59:13.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:13 08:59:13.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:13 08:59:13.180 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:13 08:59:13.180 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:13 package test;
04:59:13 public class JavaClass {
04:59:13 
04:59:13 	public JavaClass() {
04:59:13 		System.out.println("");
04:59:13 	}
04:59:13 
04:59:13 }
04:59:13  TooltipText=null
04:59:13 08:59:13.180 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:13 08:59:13.202 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:13 08:59:13.202 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:13  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:13  * This program and the accompanying materials are made available under the
04:59:13  * terms of the Eclipse Public License 2.0 which is available at
04:59:13  * http://www.eclipse.org/legal/epl-2.0.
04:59:13  *
04:59:13  * SPDX-License-Identifier: EPL-2.0
04:59:13  *
04:59:13  * Contributors:
04:59:13  *     Red Hat, Inc - initial API and implementation
04:59:13  *******************************************************************************/
04:59:13 package test;
04:59:13 public class JavaClass {
04:59:13 
04:59:13 	public JavaClass() {
04:59:13 		System.out.println("");
04:59:13 	}
04:59:13 
04:59:13 }
04:59:13  TooltipText=null
04:59:13 08:59:13.202 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:13 08:59:13.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:13 08:59:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:13 08:59:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:13 08:59:13.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:13 08:59:13.203 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:13 08:59:13.203 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:13 08:59:13.203 DEBUG [main][MenuItemLookup] Item match:File
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Found menu:''
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Found menu:''
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:13 08:59:13.204 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:13 08:59:13.204 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:13 08:59:13.204 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:13 08:59:13.204 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:13 08:59:13.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:13 08:59:13.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:13 08:59:13.244 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:13 08:59:13.244 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:13  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:13  * This program and the accompanying materials are made available under the
04:59:13  * terms of the Eclipse Public License 2.0 which is available at
04:59:13  * http://www.eclipse.org/legal/epl-2.0.
04:59:13  *
04:59:13  * SPDX-License-Identifier: EPL-2.0
04:59:13  *
04:59:13  * Contributors:
04:59:13  *     Red Hat, Inc - initial API and implementation
04:59:13  *******************************************************************************/
04:59:13 package test;
04:59:13 public class JavaClass {
04:59:13 
04:59:13 	public JavaClass() {
04:59:13 		System.out.println("");
04:59:13 	}
04:59:13 
04:59:13 }
04:59:13  TooltipText=null
04:59:13 08:59:13.244 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:13 08:59:13.244 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:13 08:59:13.244 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:13 08:59:13.339 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:13 08:59:13.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:13 08:59:13.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:13 08:59:13.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:13 08:59:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:13 08:59:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:13 08:59:13.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:13 08:59:13.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:13 08:59:13.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:13 08:59:13.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:13 08:59:13.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:13 08:59:13.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:13 08:59:13.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:13 08:59:13.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:13 08:59:13.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:13 08:59:13.340 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:13 08:59:13.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:13 08:59:13.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:13 08:59:13.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:13 08:59:13.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:13 08:59:13.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:13 08:59:13.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:13 08:59:13.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:13 08:59:13.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:13 08:59:13.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:13 08:59:13.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:13 08:59:13.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:13 08:59:13.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:13 08:59:13.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:13 08:59:13.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:13 08:59:13.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:13 08:59:13.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:13 08:59:13.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:13 08:59:13.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:13 08:59:13.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:13 08:59:13.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:13 08:59:13.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:13 08:59:13.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:13 08:59:13.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:13 08:59:13.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:13 08:59:13.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:13 08:59:13.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:13 08:59:13.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:13 08:59:13.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:13 08:59:13.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:13 08:59:13.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:13 08:59:13.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:14 08:59:14.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:14 08:59:14.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:14 08:59:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:14 08:59:14.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:14 08:59:14.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:14 08:59:14.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:14 08:59:14.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:14 08:59:14.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:14 08:59:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:14 08:59:14.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:14 08:59:14.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:14 08:59:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:14 08:59:14.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:14 08:59:14.347 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:14 08:59:14.348 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:14 08:59:14.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:14 08:59:14.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:14 08:59:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:14 08:59:14.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:14 08:59:14.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:14 08:59:14.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:14 08:59:14.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:14 08:59:14.349 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:14 08:59:14.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:14 08:59:14.357 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:14 08:59:14.357 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:14 08:59:14.357 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:14 08:59:14.357 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:14 08:59:14.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:14 08:59:14.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:14 08:59:14.361 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:14 08:59:14.361 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:14 08:59:14.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f94818d is found...
04:59:14 08:59:14.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f94818d is found finished successfully
04:59:14 08:59:14.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:14 08:59:14.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:14 08:59:14.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:14 08:59:14.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:14 08:59:14.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:14 08:59:14.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:14 08:59:14.471 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:14 08:59:14.472 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:14 package test;
04:59:14 public class JavaClass {
04:59:14 
04:59:14 	public JavaClass() {
04:59:14 		System.out.println("");
04:59:14 	}
04:59:14 
04:59:14 }
04:59:14  TooltipText=null
04:59:14 08:59:14.472 INFO [WorkbenchTestable][TextEditor] Select text in editor
04:59:14 /*******************************************************************************
04:59:14  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:14  * This program and the accompanying materials are made available under the
04:59:14  * terms of the Eclipse Public License 2.0 which is available at
04:59:14  * http://www.eclipse.org/legal/epl-2.0.
04:59:14  *
04:59:14  * SPDX-License-Identifier: EPL-2.0
04:59:14  *
04:59:14  * Contributors:
04:59:14  *     Red Hat, Inc - initial API and implementation
04:59:14  *******************************************************************************/
04:59:14 package test;
04:59:14 public class JavaClass {
04:59:14 08:59:14.476 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:14 08:59:14.476 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:14 package test;
04:59:14 public class JavaClass {
04:59:14 
04:59:14 	public JavaClass() {
04:59:14 		System.out.println("");
04:59:14 	}
04:59:14 
04:59:14 }
04:59:14  TooltipText=null
04:59:14 08:59:14.476 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant
04:59:14 08:59:14.476 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:59:15 08:59:15.478 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:15 08:59:15.478 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
04:59:15 08:59:15.678 INFO [WorkbenchTestable][Keyboard]     As char:1, as int:49
04:59:16 08:59:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
04:59:16 08:59:16.680 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
04:59:16 08:59:16.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:59:16 08:59:16.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:16 08:59:16.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:16 08:59:16.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
04:59:16 08:59:16.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:59:16 08:59:16.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:16 08:59:16.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:16 08:59:16.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:17 08:59:17.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:17 08:59:17.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:17 08:59:17.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:17 08:59:17.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:17 08:59:17.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
04:59:17 08:59:17.696 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found
04:59:17 08:59:17.696 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
04:59:17 08:59:17.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:59:17 08:59:17.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:17 08:59:17.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:17 08:59:17.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
04:59:17 08:59:17.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:59:17 08:59:17.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:17 08:59:17.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:17 08:59:17.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:17 08:59:17.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:17 08:59:17.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant]   Rename in file (Ctrl+2 R)
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant]   Rename in workspace (Shift+Alt+R)
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant]   Create new JUnit test case for 'JavaClass.java'
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant]   Rename in file (Ctrl+2 R)
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant]   Rename in workspace (Shift+Alt+R)
04:59:17 08:59:17.701 DEBUG [WorkbenchTestable][ContentAssistant]   Create new JUnit test case for 'JavaClass.java'
04:59:17 08:59:17.701 INFO [WorkbenchTestable][AbstractShell] Close shell 
04:59:17 08:59:17.701 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
04:59:17 08:59:17.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:59:17 08:59:17.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:59:17 08:59:17.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:17 08:59:17.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:17 08:59:17.722 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:17 08:59:17.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:17 08:59:17.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:17 08:59:17.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:17 08:59:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:17 08:59:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:17 08:59:17.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:17 08:59:17.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:17 08:59:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:17 08:59:17.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:17 08:59:17.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:17 08:59:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:17 08:59:17.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:17 08:59:17.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:17 08:59:17.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:17 08:59:17.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:17 08:59:17.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:17 08:59:17.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:17 08:59:17.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:17 08:59:17.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:17 08:59:17.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:17 08:59:17.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:17 08:59:17.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:17 08:59:17.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:17 08:59:17.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:17 08:59:17.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:17 08:59:17.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:17 08:59:17.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:18 08:59:18.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:18 08:59:18.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:18 08:59:18.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:18 08:59:18.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:18 08:59:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:18 08:59:18.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:18 08:59:18.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:18 08:59:18.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:18 08:59:18.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:18 08:59:18.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:18 08:59:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:18 08:59:18.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:18 08:59:18.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:18 08:59:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:18 08:59:18.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:18 08:59:18.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:18 08:59:18.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:18 08:59:18.755 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:18 08:59:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:18 08:59:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:18 08:59:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:18 08:59:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:18 08:59:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:18 08:59:18.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:18 08:59:18.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:18 08:59:18.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:18 08:59:18.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:18 08:59:18.756 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:18 08:59:18.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:18 08:59:18.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:18 08:59:18.762 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:18 08:59:18.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:18 08:59:18.762 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:18 08:59:18.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:18 08:59:18.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:18 08:59:18.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:18 08:59:18.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:18 08:59:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@224794c3 is found...
04:59:18 08:59:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@224794c3 is found finished successfully
04:59:18 08:59:18.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:18 08:59:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:18 08:59:18.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:18 08:59:18.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:18 08:59:18.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:18 08:59:18.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:18 08:59:18.802 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:18 08:59:18.802 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:18 package test;
04:59:18 public class JavaClass {
04:59:18 
04:59:18 	public JavaClass() {
04:59:18 		System.out.println("");
04:59:18 	}
04:59:18 
04:59:18 }
04:59:18  TooltipText=null
04:59:18 08:59:18.802 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:18 08:59:18.820 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:18 08:59:18.820 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:18  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:18  * This program and the accompanying materials are made available under the
04:59:18  * terms of the Eclipse Public License 2.0 which is available at
04:59:18  * http://www.eclipse.org/legal/epl-2.0.
04:59:18  *
04:59:18  * SPDX-License-Identifier: EPL-2.0
04:59:18  *
04:59:18  * Contributors:
04:59:18  *     Red Hat, Inc - initial API and implementation
04:59:18  *******************************************************************************/
04:59:18 package test;
04:59:18 public class JavaClass {
04:59:18 
04:59:18 	public JavaClass() {
04:59:18 		System.out.println("");
04:59:18 	}
04:59:18 
04:59:18 }
04:59:18  TooltipText=null
04:59:18 08:59:18.820 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:18 08:59:18.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:18 08:59:18.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:18 08:59:18.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:18 08:59:18.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:18 08:59:18.820 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:18 08:59:18.820 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:18 08:59:18.820 DEBUG [main][MenuItemLookup] Item match:File
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Found menu:''
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Found menu:''
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:18 08:59:18.821 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:18 08:59:18.821 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:18 08:59:18.821 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:18 08:59:18.821 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:18 08:59:18.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:18 08:59:18.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:18 08:59:18.855 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:18 08:59:18.855 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:18  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:18  * This program and the accompanying materials are made available under the
04:59:18  * terms of the Eclipse Public License 2.0 which is available at
04:59:18  * http://www.eclipse.org/legal/epl-2.0.
04:59:18  *
04:59:18  * SPDX-License-Identifier: EPL-2.0
04:59:18  *
04:59:18  * Contributors:
04:59:18  *     Red Hat, Inc - initial API and implementation
04:59:18  *******************************************************************************/
04:59:18 package test;
04:59:18 public class JavaClass {
04:59:18 
04:59:18 	public JavaClass() {
04:59:18 		System.out.println("");
04:59:18 	}
04:59:18 
04:59:18 }
04:59:18  TooltipText=null
04:59:18 08:59:18.855 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:18 08:59:18.855 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:18 08:59:18.855 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:18 08:59:18.954 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:18 08:59:18.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:18 08:59:18.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:18 08:59:18.954 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:18 08:59:18.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:18 08:59:18.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:18 08:59:18.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:18 08:59:18.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:18 08:59:18.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:18 08:59:18.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:18 08:59:18.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:18 08:59:18.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:18 08:59:18.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:18 08:59:18.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:18 08:59:18.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:18 08:59:18.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:18 08:59:18.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:18 08:59:18.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:18 08:59:18.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:18 08:59:18.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:18 08:59:18.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:18 08:59:18.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:18 08:59:18.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')
04:59:18 08:59:18.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:18 08:59:18.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:18 08:59:18.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:18 08:59:18.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:18 08:59:18.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:18 08:59:18.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:18 08:59:18.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:18 08:59:18.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:18 08:59:18.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:18 08:59:18.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:18 08:59:18.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:18 08:59:18.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:18 08:59:18.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:18 08:59:18.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:18 08:59:18.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:18 08:59:18.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:18 08:59:18.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:18 08:59:18.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:18 08:59:18.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:18 08:59:18.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:18 08:59:18.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:18 08:59:18.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:19 08:59:19.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:19 08:59:19.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:19 08:59:19.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:19 08:59:19.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:19 08:59:19.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:19 08:59:19.964 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:19 08:59:19.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:19 08:59:19.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:19 08:59:19.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:19 08:59:19.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
04:59:19 08:59:19.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:19 08:59:19.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:19 08:59:19.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:19 08:59:19.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:19 08:59:19.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:19 08:59:19.965 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:19 08:59:19.965 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:19 08:59:19.965 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:19 08:59:19.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:19 08:59:19.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:19 08:59:19.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:19 08:59:19.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:19 08:59:19.966 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:19 08:59:19.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:19 08:59:19.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:19 08:59:19.973 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:19 08:59:19.973 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:19 08:59:19.973 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:19 08:59:19.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:19 08:59:19.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:19 08:59:19.977 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:19 08:59:19.977 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:20 08:59:20.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:20 08:59:20.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:20 08:59:20.089 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:20 08:59:20.089 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:20 08:59:20.089 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:20 08:59:20.089 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:20 08:59:20.089 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:20 08:59:20.089 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:20 08:59:20.089 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:20 08:59:20.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:20 08:59:20.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@974e1ef is found...
04:59:20 08:59:20.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@974e1ef is found finished successfully
04:59:20 08:59:20.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:20 08:59:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:20 08:59:20.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:20 08:59:20.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:20 08:59:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:20 08:59:20.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:20 08:59:20.106 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:20 08:59:20.106 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:20 package test;
04:59:20 public class JavaClass {
04:59:20 
04:59:20 	public JavaClass() {
04:59:20 		System.out.println("");
04:59:20 	}
04:59:20 
04:59:20 }
04:59:20  TooltipText=null
04:59:20 08:59:20.106 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:20 08:59:20.106 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:20 08:59:20.306 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:20 08:59:20.509 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:20 08:59:20.509 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:20 08:59:20.709 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:20 08:59:20.913 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:20 08:59:20.913 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:21 08:59:21.114 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:21 08:59:21.316 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:21 08:59:21.316 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:21 08:59:21.517 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:21 08:59:21.719 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:21 08:59:21.719 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
04:59:21 08:59:21.920 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
04:59:22 08:59:22.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:22 08:59:22.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:22 08:59:22.923 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:22 08:59:22.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:22 08:59:22.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:22 08:59:22.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:22 08:59:22.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:22 08:59:22.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:22 08:59:22.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:22 08:59:22.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')
04:59:22 08:59:22.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:22 08:59:22.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:22 08:59:22.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:22 08:59:22.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:22 08:59:22.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:22 08:59:22.925 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:22 08:59:22.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:22 08:59:22.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:22 08:59:22.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:22 08:59:22.935 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:22 08:59:22.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:22 08:59:22.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:22 08:59:22.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:22 08:59:22.936 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:22 08:59:22.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:22 08:59:22.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:22 08:59:22.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:22 08:59:22.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:22 08:59:22.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:22 08:59:22.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:23 08:59:23.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:23 08:59:23.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:23 08:59:23.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:23 08:59:23.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:23 08:59:23.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:23 08:59:23.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:23 08:59:23.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:23 08:59:23.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:23 08:59:23.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:23 08:59:23.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:23 08:59:23.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:23 08:59:23.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:23 08:59:23.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:23 08:59:23.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:23 08:59:23.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:23 08:59:23.938 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:23 08:59:23.939 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:23 08:59:23.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:23 08:59:23.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:23 08:59:23.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:23 08:59:23.940 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:23 08:59:23.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:23 08:59:23.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:23 08:59:23.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:23 08:59:23.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:23 08:59:23.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:23 08:59:23.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:23 08:59:23.940 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:23 08:59:23.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:23 08:59:23.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:23 08:59:23.945 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:23 08:59:23.945 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:23 08:59:23.945 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:23 08:59:23.946 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:23 08:59:23.949 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:23 08:59:23.949 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:23 08:59:23.950 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:23 08:59:23.978 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:23 08:59:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:23 08:59:23.979 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:23 08:59:23.979 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:23 08:59:23.979 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:23 08:59:23.979 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:23 08:59:23.979 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:23 08:59:23.979 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:23 08:59:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:23 08:59:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7dec8698 is found...
04:59:23 08:59:23.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7dec8698 is found finished successfully
04:59:23 08:59:23.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')
04:59:23 08:59:23.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:23 08:59:23.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:23 08:59:23.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:23 08:59:23.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:23 08:59:23.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:23 08:59:23.982 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:23 08:59:23.982 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:23 package test;
04:59:23 public class JavaClass {
04:59:23 
04:59:23 	public JavaClass() {
04:59:23 
04:59:23 }
04:59:23  TooltipText=null
04:59:23 08:59:23.982 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:23 08:59:23.998 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:23 08:59:23.998 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:23  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:23  * This program and the accompanying materials are made available under the
04:59:23  * terms of the Eclipse Public License 2.0 which is available at
04:59:23  * http://www.eclipse.org/legal/epl-2.0.
04:59:23  *
04:59:23  * SPDX-License-Identifier: EPL-2.0
04:59:23  *
04:59:23  * Contributors:
04:59:23  *     Red Hat, Inc - initial API and implementation
04:59:23  *******************************************************************************/
04:59:23 package test;
04:59:23 public class JavaClass {
04:59:23 
04:59:23 	public JavaClass() {
04:59:23 		System.out.println("");
04:59:23 	}
04:59:23 
04:59:23 }
04:59:23  TooltipText=null
04:59:23 08:59:23.998 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:23 08:59:23.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:23 08:59:23.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:23 08:59:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:23 08:59:23.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:23 08:59:23.999 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:23 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:23 08:59:23.999 DEBUG [main][MenuItemLookup] Item match:File
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:''
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:''
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:24 08:59:23.999 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:24 08:59:24.000 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:24 08:59:24.000 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:24 08:59:24.000 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:24 08:59:24.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:24 08:59:24.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:24 08:59:24.027 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:24 08:59:24.027 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:24  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:24  * This program and the accompanying materials are made available under the
04:59:24  * terms of the Eclipse Public License 2.0 which is available at
04:59:24  * http://www.eclipse.org/legal/epl-2.0.
04:59:24  *
04:59:24  * SPDX-License-Identifier: EPL-2.0
04:59:24  *
04:59:24  * Contributors:
04:59:24  *     Red Hat, Inc - initial API and implementation
04:59:24  *******************************************************************************/
04:59:24 package test;
04:59:24 public class JavaClass {
04:59:24 
04:59:24 	public JavaClass() {
04:59:24 		System.out.println("");
04:59:24 	}
04:59:24 
04:59:24 }
04:59:24  TooltipText=null
04:59:24 08:59:24.027 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:24 08:59:24.027 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:24 08:59:24.027 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:24 08:59:24.088 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:24 08:59:24.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:24 08:59:24.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:24 08:59:24.088 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:24 08:59:24.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:24 08:59:24.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:24 08:59:24.089 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:24 08:59:24.089 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:24 08:59:24.089 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:24 08:59:24.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:24 08:59:24.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:24 08:59:24.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:24 08:59:24.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:24 08:59:24.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:24 08:59:24.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:24 08:59:24.090 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:24 08:59:24.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:24 08:59:24.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:24 08:59:24.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:24 08:59:24.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:24 08:59:24.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:24 08:59:24.092 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:24 08:59:24.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:24 08:59:24.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:24 08:59:24.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:24 08:59:24.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:24 08:59:24.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:24 08:59:24.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:24 08:59:24.093 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:24 08:59:24.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:24 08:59:24.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:24 08:59:24.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:24 08:59:24.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:24 08:59:24.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:24 08:59:24.095 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:24 08:59:24.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:24 08:59:24.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:24 08:59:24.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:24 08:59:24.096 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:24 08:59:24.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:24 08:59:24.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:24 08:59:24.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:24 08:59:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:24 08:59:24.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:24 08:59:24.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:24 08:59:24.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:24 08:59:24.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:25 08:59:25.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:25 08:59:25.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:25 08:59:25.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:25 08:59:25.098 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:25 08:59:25.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:25 08:59:25.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:25 08:59:25.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:25 08:59:25.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:25 08:59:25.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:25 08:59:25.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:25 08:59:25.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:25 08:59:25.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:25 08:59:25.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:25 08:59:25.099 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:25 08:59:25.099 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:25 08:59:25.099 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:25 08:59:25.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:25 08:59:25.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:25 08:59:25.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:25 08:59:25.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:25 08:59:25.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:25 08:59:25.100 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:25 08:59:25.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:25 08:59:25.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:25 08:59:25.107 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:25 08:59:25.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:25 08:59:25.107 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:25 08:59:25.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:25 08:59:25.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:25 08:59:25.112 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:25 08:59:25.112 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:25 08:59:25.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@12970746 is found...
04:59:25 08:59:25.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@12970746 is found finished successfully
04:59:25 08:59:25.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:25 08:59:25.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:25 08:59:25.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:25 08:59:25.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:25 08:59:25.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:25 08:59:25.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:25 08:59:25.262 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:25 08:59:25.262 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:25 package test;
04:59:25 public class JavaClass {
04:59:25 
04:59:25 	public JavaClass() {
04:59:25 		System.out.println("");
04:59:25 	}
04:59:25 
04:59:25 }
04:59:25  TooltipText=null
04:59:25 08:59:25.262 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:25 08:59:25.262 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:25 08:59:25.462 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:25 08:59:25.665 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:25 08:59:25.665 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:25 08:59:25.866 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:26 08:59:26.071 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:26 08:59:26.071 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:26 08:59:26.272 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:26 08:59:26.475 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
04:59:26 08:59:26.475 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
04:59:26 08:59:26.675 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
04:59:26 08:59:26.878 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:26 08:59:26.878 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
04:59:27 08:59:27.079 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
04:59:28 08:59:28.080 INFO [WorkbenchTestable][TextEditor] Select text in editor
04:59:28 /*******************************************************************************
04:59:28  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:28  * This program and the accompanying materials are made available under the
04:59:28  * terms of the Eclipse Public License 2.0 which is available at
04:59:28  * http://www.eclipse.org/legal/epl-2.0.
04:59:28  *
04:59:28  * SPDX-License-Identifier: EPL-2.0
04:59:28  *
04:59:28  * Contributors:
04:59:28  *     Red Hat, Inc - initial API and implementation
04:59:28  *******************************************************************************/
04:59:28 package test;
04:59:28 public class JavaClass {
04:59:28 08:59:28.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:28 08:59:28.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:28 08:59:28.087 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:28 08:59:28.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:28 08:59:28.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:28 08:59:28.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:28 08:59:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:28 08:59:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:28 08:59:28.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:28 08:59:28.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:28 08:59:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:28 08:59:28.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:28 08:59:28.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:28 08:59:28.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:28 08:59:28.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:28 08:59:28.090 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:28 08:59:28.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:28 08:59:28.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:28 08:59:28.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:28 08:59:28.128 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:28 08:59:28.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:28 08:59:28.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:28 08:59:28.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:28 08:59:28.128 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:28 08:59:28.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:28 08:59:28.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:28 08:59:28.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:28 08:59:28.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:28 08:59:28.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:28 08:59:28.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:28 08:59:28.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:28 08:59:28.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:29 08:59:29.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:29 08:59:29.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:29 08:59:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:29 08:59:29.130 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:29 08:59:29.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:29 08:59:29.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:29 08:59:29.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:29 08:59:29.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:29 08:59:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:29 08:59:29.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:29 08:59:29.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:29 08:59:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:29 08:59:29.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:29 08:59:29.131 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:29 08:59:29.132 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:29 08:59:29.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:29 08:59:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:29 08:59:29.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:29 08:59:29.133 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:29 08:59:29.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:29 08:59:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:29 08:59:29.133 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:29 08:59:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:29 08:59:29.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:29 08:59:29.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:29 08:59:29.133 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:29 08:59:29.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:29 08:59:29.138 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:29 08:59:29.138 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:29 08:59:29.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:29 08:59:29.138 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:29 08:59:29.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:29 08:59:29.142 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:29 08:59:29.142 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:29 08:59:29.142 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:29 08:59:29.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2705c9a4 is found...
04:59:29 08:59:29.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2705c9a4 is found finished successfully
04:59:29 08:59:29.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')
04:59:29 08:59:29.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:29 08:59:29.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:29 08:59:29.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:29 08:59:29.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:29 08:59:29.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:29 08:59:29.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:29 08:59:29.174 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:29 package test;
04:59:29 public class JavaClass {
04:59:29 
04:59:29 	public JavaClass() {
04:59:29 		System.out.println("");
04:59:29 	}
04:59:29 
04:59:29 }
04:59:29  TooltipText=null
04:59:29 08:59:29.174 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:29 08:59:29.190 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:29 08:59:29.190 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:29  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:29  * This program and the accompanying materials are made available under the
04:59:29  * terms of the Eclipse Public License 2.0 which is available at
04:59:29  * http://www.eclipse.org/legal/epl-2.0.
04:59:29  *
04:59:29  * SPDX-License-Identifier: EPL-2.0
04:59:29  *
04:59:29  * Contributors:
04:59:29  *     Red Hat, Inc - initial API and implementation
04:59:29  *******************************************************************************/
04:59:29 package test;
04:59:29 public class JavaClass {
04:59:29 
04:59:29 	public JavaClass() {
04:59:29 		System.out.println("");
04:59:29 	}
04:59:29 
04:59:29 }
04:59:29  TooltipText=null
04:59:29 08:59:29.190 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:29 08:59:29.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:29 08:59:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:29 08:59:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:29 08:59:29.190 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:29 08:59:29.191 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Item match:File
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:''
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:''
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:29 08:59:29.191 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:29 08:59:29.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:29 08:59:29.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:29 08:59:29.192 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:29 08:59:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:29 08:59:29.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:29 08:59:29.218 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:29 08:59:29.218 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:29  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:29  * This program and the accompanying materials are made available under the
04:59:29  * terms of the Eclipse Public License 2.0 which is available at
04:59:29  * http://www.eclipse.org/legal/epl-2.0.
04:59:29  *
04:59:29  * SPDX-License-Identifier: EPL-2.0
04:59:29  *
04:59:29  * Contributors:
04:59:29  *     Red Hat, Inc - initial API and implementation
04:59:29  *******************************************************************************/
04:59:29 package test;
04:59:29 public class JavaClass {
04:59:29 
04:59:29 	public JavaClass() {
04:59:29 		System.out.println("");
04:59:29 	}
04:59:29 
04:59:29 }
04:59:29  TooltipText=null
04:59:29 08:59:29.218 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:29 08:59:29.218 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:29 08:59:29.218 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:29 08:59:29.285 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:29 08:59:29.285 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:29 08:59:29.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:29 08:59:29.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:29 08:59:29.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:29 08:59:29.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:29 08:59:29.286 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:29 08:59:29.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:29 08:59:29.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:29 08:59:29.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:29 08:59:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:29 08:59:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:29 08:59:29.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:29 08:59:29.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:29 08:59:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:29 08:59:29.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:29 08:59:29.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:29 08:59:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:29 08:59:29.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:29 08:59:29.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:29 08:59:29.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:29 08:59:29.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:29 08:59:29.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:29 08:59:29.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:29 08:59:29.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:29 08:59:29.289 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:29 08:59:29.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:29 08:59:29.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:29 08:59:29.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:29 08:59:29.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:29 08:59:29.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:29 08:59:29.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:29 08:59:29.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:29 08:59:29.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:29 08:59:29.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:29 08:59:29.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:29 08:59:29.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:29 08:59:29.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:30 08:59:30.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:30 08:59:30.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:30 08:59:30.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:30 08:59:30.291 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:30 08:59:30.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:30 08:59:30.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:30 08:59:30.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:30 08:59:30.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:30 08:59:30.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:30 08:59:30.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:30 08:59:30.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:30 08:59:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:30 08:59:30.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:30 08:59:30.293 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:30 08:59:30.293 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:30 08:59:30.293 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:30 08:59:30.293 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:30 08:59:30.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:30 08:59:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:30 08:59:30.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:30 08:59:30.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:30 08:59:30.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:30 08:59:30.294 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:30 08:59:30.294 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:30 08:59:30.294 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:30 08:59:30.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:30 08:59:30.302 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:30 08:59:30.302 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:30 08:59:30.302 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:30 08:59:30.303 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:30 08:59:30.307 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:30 08:59:30.307 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:30 08:59:30.307 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:30 08:59:30.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bc492e9 is found...
04:59:30 08:59:30.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bc492e9 is found finished successfully
04:59:30 08:59:30.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:30 08:59:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:30 08:59:30.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:30 08:59:30.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:30 08:59:30.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:30 08:59:30.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:30 08:59:30.434 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:30 08:59:30.434 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:30 package test;
04:59:30 public class JavaClass {
04:59:30 
04:59:30 	public JavaClass() {
04:59:30 		System.out.println("");
04:59:30 	}
04:59:30 
04:59:30 }
04:59:30  TooltipText=null
04:59:30 08:59:30.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:30 08:59:30.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:30 08:59:30.435 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:30 08:59:30.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:30 08:59:30.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:30 08:59:30.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:30 08:59:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:30 08:59:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:30 08:59:30.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:30 08:59:30.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:30 08:59:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:30 08:59:30.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:30 08:59:30.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:30 08:59:30.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:30 08:59:30.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:30 08:59:30.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:30 08:59:30.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:30 08:59:30.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:30 08:59:30.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:30 08:59:30.467 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:30 08:59:30.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:30 08:59:30.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:30 08:59:30.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:30 08:59:30.467 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:30 08:59:30.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:30 08:59:30.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:30 08:59:30.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:30 08:59:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:30 08:59:30.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:30 08:59:30.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:30 08:59:30.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:30 08:59:30.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:31 08:59:31.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:31 08:59:31.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:31 08:59:31.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:31 08:59:31.469 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:31 08:59:31.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:31 08:59:31.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:31 08:59:31.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:31 08:59:31.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:31 08:59:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:31 08:59:31.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:31 08:59:31.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:31 08:59:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:31 08:59:31.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:31 08:59:31.470 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:31 08:59:31.470 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:31 08:59:31.470 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:31 08:59:31.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:31 08:59:31.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:31 08:59:31.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:31 08:59:31.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:31 08:59:31.471 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:31 08:59:31.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:31 08:59:31.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:31 08:59:31.476 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:31 08:59:31.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:31 08:59:31.477 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:31 08:59:31.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:31 08:59:31.482 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:31 08:59:31.482 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:31 08:59:31.483 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:31 08:59:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5205054f is found...
04:59:31 08:59:31.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5205054f is found finished successfully
04:59:31 08:59:31.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 '\*?\QJavaClass.java\E')
04:59:31 08:59:31.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:31 08:59:31.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:31 08:59:31.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:31 08:59:31.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:31 08:59:31.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:31 08:59:31.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:31 08:59:31.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:31 package test;
04:59:31 public class JavaClass {
04:59:31 
04:59:31 	public JavaClass() {
04:59:31 		System.out.println("");
04:59:31 	}
04:59:31 
04:59:31 }
04:59:31  TooltipText=null
04:59:31 08:59:31.515 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:31 08:59:31.527 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:31 08:59:31.528 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:31  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:31  * This program and the accompanying materials are made available under the
04:59:31  * terms of the Eclipse Public License 2.0 which is available at
04:59:31  * http://www.eclipse.org/legal/epl-2.0.
04:59:31  *
04:59:31  * SPDX-License-Identifier: EPL-2.0
04:59:31  *
04:59:31  * Contributors:
04:59:31  *     Red Hat, Inc - initial API and implementation
04:59:31  *******************************************************************************/
04:59:31 package test;
04:59:31 public class JavaClass {
04:59:31 
04:59:31 	public JavaClass() {
04:59:31 		System.out.println("");
04:59:31 	}
04:59:31 
04:59:31 }
04:59:31  TooltipText=null
04:59:31 08:59:31.528 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:31 08:59:31.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:31 08:59:31.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:31 08:59:31.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:31 08:59:31.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:31 08:59:31.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:31 08:59:31.543 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:31 08:59:31.543 DEBUG [main][MenuItemLookup] Item match:File
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Found menu:''
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Found menu:''
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:31 08:59:31.544 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:31 08:59:31.544 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:31 08:59:31.544 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:31 08:59:31.544 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:31 08:59:31.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:31 08:59:31.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:31 08:59:31.564 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:31 08:59:31.564 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:31  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:31  * This program and the accompanying materials are made available under the
04:59:31  * terms of the Eclipse Public License 2.0 which is available at
04:59:31  * http://www.eclipse.org/legal/epl-2.0.
04:59:31  *
04:59:31  * SPDX-License-Identifier: EPL-2.0
04:59:31  *
04:59:31  * Contributors:
04:59:31  *     Red Hat, Inc - initial API and implementation
04:59:31  *******************************************************************************/
04:59:31 package test;
04:59:31 public class JavaClass {
04:59:31 
04:59:31 	public JavaClass() {
04:59:31 		System.out.println("");
04:59:31 	}
04:59:31 
04:59:31 }
04:59:31  TooltipText=null
04:59:31 08:59:31.565 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:31 08:59:31.565 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:31 08:59:31.565 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:31 08:59:31.650 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:31 08:59:31.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:31 08:59:31.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:31 08:59:31.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:31 08:59:31.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:31 08:59:31.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:31 08:59:31.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:31 08:59:31.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:31 08:59:31.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:31 08:59:31.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:31 08:59:31.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:31 08:59:31.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:31 08:59:31.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:31 08:59:31.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:31 08:59:31.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:31 08:59:31.652 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:31 08:59:31.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:31 08:59:31.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:31 08:59:31.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:31 08:59:31.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:31 08:59:31.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:31 08:59:31.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:31 08:59:31.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')
04:59:31 08:59:31.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:31 08:59:31.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:31 08:59:31.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:31 08:59:31.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:31 08:59:31.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:31 08:59:31.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:31 08:59:31.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:31 08:59:31.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:31 08:59:31.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:31 08:59:31.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:31 08:59:31.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:31 08:59:31.657 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:31 08:59:31.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:31 08:59:31.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:31 08:59:31.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:31 08:59:31.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:31 08:59:31.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:31 08:59:31.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:31 08:59:31.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:31 08:59:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:31 08:59:31.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:31 08:59:31.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:32 08:59:32.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:32 08:59:32.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:32 08:59:32.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:32 08:59:32.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:32 08:59:32.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:32 08:59:32.659 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:32 08:59:32.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:32 08:59:32.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:32 08:59:32.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:32 08:59:32.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:32 08:59:32.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:32 08:59:32.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:32 08:59:32.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:32 08:59:32.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:32 08:59:32.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:32 08:59:32.661 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:32 08:59:32.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:32 08:59:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:32 08:59:32.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:32 08:59:32.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:32 08:59:32.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:32 08:59:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:32 08:59:32.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:32 08:59:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:32 08:59:32.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:32 08:59:32.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:32 08:59:32.662 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:32 08:59:32.662 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:32 08:59:32.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:32 08:59:32.668 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:32 08:59:32.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:32 08:59:32.668 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:32 08:59:32.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:32 08:59:32.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:32 08:59:32.672 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:32 08:59:32.673 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:32 08:59:32.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7882957e is found...
04:59:32 08:59:32.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7882957e is found finished successfully
04:59:32 08:59:32.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:32 08:59:32.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:32 08:59:32.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:32 08:59:32.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:32 08:59:32.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:32 08:59:32.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:32 08:59:32.789 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:32 08:59:32.789 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:32 package test;
04:59:32 public class JavaClass {
04:59:32 
04:59:32 	public JavaClass() {
04:59:32 		System.out.println("");
04:59:32 	}
04:59:32 
04:59:32 }
04:59:32  TooltipText=null
04:59:32 08:59:32.789 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0]
04:59:32 08:59:32.807 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:32 08:59:32.808 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:32  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:32  * This program and the accompanying materials are made available under the
04:59:32  * terms of the Eclipse Public License 2.0 which is available at
04:59:32  * http://www.eclipse.org/legal/epl-2.0.
04:59:32  *
04:59:32  * SPDX-License-Identifier: EPL-2.0
04:59:32  *
04:59:32  * Contributors:
04:59:32  *     Red Hat, Inc - initial API and implementation
04:59:32  *******************************************************************************/
04:59:32 package test;
04:59:32 public class JavaClass {
04:59:32 
04:59:32 	public JavaClass() {
04:59:32 		System.out.println("");
04:59:32 	}
04:59:32 
04:59:32 }
04:59:32  TooltipText=null
04:59:32 08:59:32.808 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant
04:59:32 08:59:32.808 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:59:33 08:59:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:33 08:59:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:33 08:59:33.808 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:33 08:59:33.808 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:33 08:59:33.808 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:59:33 08:59:33.808 DEBUG [main][MenuItemLookup] Item match:Edit
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:''
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:''
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:''
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:''
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:''
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:''
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:''
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
04:59:33 08:59:33.809 DEBUG [main][MenuItemLookup] Item match:Content Assist
04:59:33 08:59:33.810 DEBUG [main][MenuItemLookup] Found menu:'Default	Ctrl+Space'
04:59:33 08:59:33.810 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals'
04:59:33 08:59:33.810 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals'
04:59:33 08:59:33.810 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals'
04:59:33 08:59:33.810 DEBUG [main][MenuItemLookup] Item match:Java Proposals
04:59:33 08:59:33.810 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals"
04:59:33 08:59:33.810 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals
04:59:33 08:59:33.810 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals
04:59:33 08:59:33.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
04:59:33 08:59:33.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
04:59:33 08:59:33.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:59:33 08:59:33.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:33 08:59:33.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:33 08:59:33.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
04:59:33 08:59:33.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:59:33 08:59:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:33 08:59:33.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:33 08:59:33.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:33 08:59:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:33 08:59:33.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:59:33 08:59:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:59:33 08:59:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:59:33 08:59:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
04:59:33 08:59:33.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   abstract
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   class
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   enum
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   final
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   import
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   interface
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   non-sealed
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   public
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   record
04:59:33 08:59:33.847 DEBUG [WorkbenchTestable][ContentAssistant]   sealed
04:59:33 08:59:33.847 INFO [WorkbenchTestable][AbstractShell] Close shell 
04:59:33 08:59:33.847 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
04:59:33 08:59:33.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:59:33 08:59:33.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:59:33 08:59:33.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:33 08:59:33.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:33 08:59:33.865 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:33 08:59:33.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:33 08:59:33.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:33 08:59:33.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:33 08:59:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:33 08:59:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:33 08:59:33.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:33 08:59:33.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:33 08:59:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:33 08:59:33.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:33 08:59:33.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:33 08:59:33.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:33 08:59:33.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:33 08:59:33.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:33 08:59:33.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:33 08:59:33.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:33 08:59:33.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:33 08:59:33.895 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:33 08:59:33.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:33 08:59:33.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:33 08:59:33.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:33 08:59:33.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:33 08:59:33.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:33 08:59:33.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:33 08:59:33.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:33 08:59:33.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:33 08:59:33.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:33 08:59:33.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:34 08:59:34.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:34 08:59:34.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:34 08:59:34.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:34 08:59:34.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:34 08:59:34.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:34 08:59:34.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:34 08:59:34.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:34 08:59:34.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:34 08:59:34.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:34 08:59:34.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
04:59:34 08:59:34.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:34 08:59:34.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:34 08:59:34.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:34 08:59:34.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:34 08:59:34.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:34 08:59:34.898 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:34 08:59:34.898 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:34 08:59:34.899 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:34 08:59:34.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:34 08:59:34.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:34 08:59:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:34 08:59:34.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:34 08:59:34.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:34 08:59:34.900 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:34 08:59:34.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:34 08:59:34.905 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:34 08:59:34.905 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:34 08:59:34.905 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:34 08:59:34.905 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:34 08:59:34.905 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:34 08:59:34.910 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:34 08:59:34.910 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:34 08:59:34.911 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:34 08:59:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@71433b23 is found...
04:59:34 08:59:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@71433b23 is found finished successfully
04:59:34 08:59:34.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:34 08:59:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:34 08:59:34.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:34 08:59:34.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:34 08:59:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:34 08:59:34.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:34 08:59:34.944 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:34 08:59:34.944 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:34  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:34  * This program and the accompanying materials are made available under the
04:59:34  * terms of the Eclipse Public License 2.0 which is available at
04:59:34  * http://www.eclipse.org/legal/epl-2.0.
04:59:34  *
04:59:34  * SPDX-License-Identifier: EPL-2.0
04:59:34  *
04:59:34  * Contributors:
04:59:34  *     Red Hat, Inc - initial API and implementation
04:59:34  *******************************************************************************/
04:59:34 package test;
04:59:34 public class JavaClass {
04:59:34 
04:59:34 	public JavaClass() {
04:59:34 		System.out.println("");
04:59:34 	}
04:59:34 
04:59:34 }
04:59:34  TooltipText=null
04:59:34 08:59:34.944 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:34 08:59:34.951 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:34 08:59:34.951 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:34  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:34  * This program and the accompanying materials are made available under the
04:59:34  * terms of the Eclipse Public License 2.0 which is available at
04:59:34  * http://www.eclipse.org/legal/epl-2.0.
04:59:34  *
04:59:34  * SPDX-License-Identifier: EPL-2.0
04:59:34  *
04:59:34  * Contributors:
04:59:34  *     Red Hat, Inc - initial API and implementation
04:59:34  *******************************************************************************/
04:59:34 package test;
04:59:34 public class JavaClass {
04:59:34 
04:59:34 	public JavaClass() {
04:59:34 		System.out.println("");
04:59:34 	}
04:59:34 
04:59:34 }
04:59:34  TooltipText=null
04:59:34 08:59:34.951 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:34 08:59:34.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:34 08:59:34.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:34 08:59:34.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:34 08:59:34.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:34 08:59:34.952 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Item match:File
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:''
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:''
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:34 08:59:34.952 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:34 08:59:34.953 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:34 08:59:34.953 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:34 08:59:34.953 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:34 08:59:34.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:34 08:59:34.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:34 08:59:34.982 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:34 08:59:34.982 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:34  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:34  * This program and the accompanying materials are made available under the
04:59:34  * terms of the Eclipse Public License 2.0 which is available at
04:59:34  * http://www.eclipse.org/legal/epl-2.0.
04:59:34  *
04:59:34  * SPDX-License-Identifier: EPL-2.0
04:59:34  *
04:59:34  * Contributors:
04:59:34  *     Red Hat, Inc - initial API and implementation
04:59:34  *******************************************************************************/
04:59:34 package test;
04:59:34 public class JavaClass {
04:59:34 
04:59:34 	public JavaClass() {
04:59:34 		System.out.println("");
04:59:34 	}
04:59:34 
04:59:34 }
04:59:34  TooltipText=null
04:59:34 08:59:34.982 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:34 08:59:34.982 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:34 08:59:34.982 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:35 08:59:35.076 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:35 08:59:35.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:35 08:59:35.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:35 08:59:35.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:35 08:59:35.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:35 08:59:35.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:35 08:59:35.077 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:35 08:59:35.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:35 08:59:35.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:35 08:59:35.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:35 08:59:35.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:35 08:59:35.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:35 08:59:35.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:35 08:59:35.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:35 08:59:35.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:35 08:59:35.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:35 08:59:35.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:35 08:59:35.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:35 08:59:35.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:35 08:59:35.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:35 08:59:35.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:35 08:59:35.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:35 08:59:35.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:35 08:59:35.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:35 08:59:35.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:35 08:59:35.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:35 08:59:35.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:35 08:59:35.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:35 08:59:35.080 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:35 08:59:35.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:35 08:59:35.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:35 08:59:35.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:35 08:59:35.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:35 08:59:35.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:35 08:59:35.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:35 08:59:35.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:35 08:59:35.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:35 08:59:35.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:35 08:59:35.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:35 08:59:35.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:35 08:59:35.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:35 08:59:35.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:35 08:59:35.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:35 08:59:35.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:35 08:59:35.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:35 08:59:35.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:35 08:59:35.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:36 08:59:36.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:36 08:59:36.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:36 08:59:36.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:36 08:59:36.084 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:36 08:59:36.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:36 08:59:36.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:36 08:59:36.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:36 08:59:36.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:36 08:59:36.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:36 08:59:36.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:36 08:59:36.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:36 08:59:36.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:36 08:59:36.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:36 08:59:36.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:36 08:59:36.086 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:36 08:59:36.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:36 08:59:36.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:36 08:59:36.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:36 08:59:36.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:36 08:59:36.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:36 08:59:36.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:36 08:59:36.087 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:36 08:59:36.087 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:36 08:59:36.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:36 08:59:36.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:36 08:59:36.093 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:36 08:59:36.093 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:36 08:59:36.093 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:36 08:59:36.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:36 08:59:36.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:36 08:59:36.098 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:36 08:59:36.098 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:36 08:59:36.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1e7fac38 is found...
04:59:36 08:59:36.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1e7fac38 is found finished successfully
04:59:36 08:59:36.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:36 08:59:36.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:36 08:59:36.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:36 08:59:36.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:36 08:59:36.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:36 08:59:36.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:36 08:59:36.246 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:36 08:59:36.247 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:36 package test;
04:59:36 public class JavaClass {
04:59:36 
04:59:36 	public JavaClass() {
04:59:36 		System.out.println("");
04:59:36 	}
04:59:36 
04:59:36 }
04:59:36  TooltipText=null
04:59:36 08:59:36.247 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22
04:59:36 08:59:36.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:36 08:59:36.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:36 08:59:36.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:36 08:59:36.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:36 08:59:36.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:36 08:59:36.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:36 08:59:36.260 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:36 08:59:36.260 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:36 package test;
04:59:36 public class JavaClass {
04:59:36 
04:59:36 	public JavaClass() {
04:59:36 test		System.out.println("");
04:59:36 	}
04:59:36 
04:59:36 }
04:59:36  TooltipText=null
04:59:36 08:59:36.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:36 08:59:36.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:36 08:59:36.261 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:36 08:59:36.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:36 08:59:36.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:36 08:59:36.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:36 08:59:36.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:36 08:59:36.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:36 08:59:36.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:36 08:59:36.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:36 08:59:36.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:36 08:59:36.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:36 08:59:36.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:36 08:59:36.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:36 08:59:36.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:36 08:59:36.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:36 08:59:36.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:36 08:59:36.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:36 08:59:36.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:36 08:59:36.294 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:36 08:59:36.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:36 08:59:36.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:36 08:59:36.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:36 08:59:36.295 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:36 08:59:36.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:36 08:59:36.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:36 08:59:36.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:36 08:59:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:36 08:59:36.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:36 08:59:36.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:36 08:59:36.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:36 08:59:36.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:37 08:59:37.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:37 08:59:37.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:37 08:59:37.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:37 08:59:37.297 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:37 08:59:37.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:37 08:59:37.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:37 08:59:37.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:37 08:59:37.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
04:59:37 08:59:37.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:37 08:59:37.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:37 08:59:37.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:37 08:59:37.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:37 08:59:37.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:37 08:59:37.299 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:37 08:59:37.299 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:37 08:59:37.299 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:37 08:59:37.299 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:37 08:59:37.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:37 08:59:37.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:37 08:59:37.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:37 08:59:37.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:37 08:59:37.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:37 08:59:37.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:37 08:59:37.300 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:37 08:59:37.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:37 08:59:37.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:37 08:59:37.309 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:37 08:59:37.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:37 08:59:37.309 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:37 08:59:37.310 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:37 08:59:37.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:37 08:59:37.313 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:37 08:59:37.313 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:37 08:59:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@642aedc5 is found...
04:59:37 08:59:37.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@642aedc5 is found finished successfully
04:59:37 08:59:37.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:37 08:59:37.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:37 08:59:37.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:37 08:59:37.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:37 08:59:37.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:37 08:59:37.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:37 08:59:37.351 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:37 08:59:37.351 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:37 package test;
04:59:37 public class JavaClass {
04:59:37 
04:59:37 	public JavaClass() {
04:59:37 test		System.out.println("");
04:59:37 	}
04:59:37 
04:59:37 }
04:59:37  TooltipText=null
04:59:37 08:59:37.351 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:37 08:59:37.367 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:37 08:59:37.367 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:37  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:37  * This program and the accompanying materials are made available under the
04:59:37  * terms of the Eclipse Public License 2.0 which is available at
04:59:37  * http://www.eclipse.org/legal/epl-2.0.
04:59:37  *
04:59:37  * SPDX-License-Identifier: EPL-2.0
04:59:37  *
04:59:37  * Contributors:
04:59:37  *     Red Hat, Inc - initial API and implementation
04:59:37  *******************************************************************************/
04:59:37 package test;
04:59:37 public class JavaClass {
04:59:37 
04:59:37 	public JavaClass() {
04:59:37 		System.out.println("");
04:59:37 	}
04:59:37 
04:59:37 }
04:59:37  TooltipText=null
04:59:37 08:59:37.367 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:37 08:59:37.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:37 08:59:37.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:37 08:59:37.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:37 08:59:37.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:37 08:59:37.368 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:37 08:59:37.368 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:37 08:59:37.368 DEBUG [main][MenuItemLookup] Item match:File
04:59:37 08:59:37.368 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:37 08:59:37.369 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:37 08:59:37.369 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:37 08:59:37.369 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:37 08:59:37.369 DEBUG [main][MenuItemLookup] Found menu:''
04:59:37 08:59:37.369 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:37 08:59:37.369 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:37 08:59:37.369 DEBUG [main][MenuItemLookup] Found menu:''
04:59:37 08:59:37.369 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:37 08:59:37.369 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:37 08:59:37.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:37 08:59:37.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:37 08:59:37.369 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:37 08:59:37.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:37 08:59:37.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:37 08:59:37.428 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:37 08:59:37.428 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:37  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:37  * This program and the accompanying materials are made available under the
04:59:37  * terms of the Eclipse Public License 2.0 which is available at
04:59:37  * http://www.eclipse.org/legal/epl-2.0.
04:59:37  *
04:59:37  * SPDX-License-Identifier: EPL-2.0
04:59:37  *
04:59:37  * Contributors:
04:59:37  *     Red Hat, Inc - initial API and implementation
04:59:37  *******************************************************************************/
04:59:37 package test;
04:59:37 public class JavaClass {
04:59:37 
04:59:37 	public JavaClass() {
04:59:37 		System.out.println("");
04:59:37 	}
04:59:37 
04:59:37 }
04:59:37  TooltipText=null
04:59:37 08:59:37.428 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:37 08:59:37.428 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:37 08:59:37.428 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:37 08:59:37.492 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:37 08:59:37.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:37 08:59:37.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:37 08:59:37.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:37 08:59:37.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:37 08:59:37.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:37 08:59:37.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:37 08:59:37.493 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:37 08:59:37.493 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:37 08:59:37.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:37 08:59:37.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:37 08:59:37.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:37 08:59:37.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:37 08:59:37.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:37 08:59:37.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:37 08:59:37.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:37 08:59:37.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:37 08:59:37.537 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
04:59:37 08:59:37.537 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:37 08:59:37.537 DEBUG [main][MenuItemLookup] Item match:File
04:59:37 08:59:37.538 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:37 08:59:37.538 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
04:59:37 08:59:37.539 DEBUG [main][MenuItemLookup] Found menu:'Project...'
04:59:37 08:59:37.539 DEBUG [main][MenuItemLookup] Found menu:''
04:59:37 08:59:37.539 DEBUG [main][MenuItemLookup] Found menu:'Folder'
04:59:37 08:59:37.539 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:37 08:59:37.539 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
04:59:37 08:59:37.539 DEBUG [main][MenuItemLookup] Found menu:''
04:59:37 08:59:37.539 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
04:59:37 08:59:37.539 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
04:59:37 08:59:37.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
04:59:37 08:59:37.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
04:59:37 08:59:37.540 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
04:59:37 08:59:37.594 DEBUG [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....
04:59:37 08:59:37.597 DEBUG [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
04:59:37 08:59:37.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
04:59:37 08:59:37.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:37 08:59:37.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:37 08:59:37.598 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:59:37 08:59:37.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.598 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
04:59:37 08:59:37.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:37 08:59:37.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:37 08:59:37.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:37 08:59:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:37 08:59:37.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:37 08:59:37.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
04:59:37 08:59:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:37 08:59:37.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
04:59:37 08:59:37.601 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
04:59:37 08:59:37.601 DEBUG [main][TreeItemHandler] Selecting tree item: File
04:59:37 08:59:37.601 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
04:59:37 08:59:37.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
04:59:37 08:59:37.601 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
04:59:37 08:59:37.601 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
04:59:37 08:59:37.601 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)
04:59:37 08:59:37.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:37 08:59:37.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:37 08:59:37.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:37 08:59:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:37 08:59:37.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:59:37 08:59:37.602 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
04:59:37 08:59:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:59:37 08:59:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:59:37 08:59:37.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:59:37 08:59:37.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:59:37 08:59:37.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
04:59:37 08:59:37.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
04:59:37 08:59:37.649 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
04:59:37 08:59:37.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
04:59:37 08:59:37.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:37 08:59:37.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:37 08:59:37.650 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:59:37 08:59:37.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
04:59:37 08:59:37.650 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:
04:59:37 is "File name:")
04:59:37 08:59:37.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:37 08:59:37.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:37 08:59:37.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:37 08:59:37.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:37 08:59:37.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:59:37 08:59:37.653 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:59:37 08:59:37.654 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt
04:59:37 08:59:37.655 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:
04:59:37 is "Enter or select the parent folder:")
04:59:37 08:59:37.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:37 08:59:37.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:37 08:59:37.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:37 08:59:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:37 08:59:37.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
04:59:37 08:59:37.656 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
04:59:37 08:59:37.657 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
04:59:37 08:59:37.662 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
04:59:37 08:59:37.662 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
04:59:37 08:59:37.662 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)
04:59:37 08:59:37.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:37 08:59:37.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:37 08:59:37.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:37 08:59:37.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:37 08:59:37.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
04:59:37 08:59:37.664 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
04:59:37 08:59:37.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
04:59:37 08:59:37.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
04:59:37 08:59:37.664 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
04:59:37 08:59:37.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
04:59:37 08:59:37.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
04:59:38 08:59:38.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
04:59:38 08:59:38.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:38 08:59:38.170 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
04:59:38 08:59:38.170 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:38 08:59:38.170 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
04:59:38 08:59:38.170 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:38 08:59:38.170 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:38 08:59:38.170 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:38 08:59:38.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:38 08:59:38.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 '\*?\QtextEditor.txt\E')
04:59:38 08:59:38.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:38 08:59:38.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:38 08:59:38.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:38 08:59:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:38 08:59:38.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:38 08:59:38.173 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:38 08:59:38.173 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null
04:59:38 08:59:38.178 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:38 08:59:38.178 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null
04:59:38 08:59:38.178 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:38 08:59:38.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform
04:59:38 08:59:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:38 08:59:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:38 08:59:38.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform'
04:59:38 08:59:38.178 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform'
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Item match:File
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:''
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:''
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:38 08:59:38.179 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:38 08:59:38.180 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:38 08:59:38.180 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:38 08:59:38.180 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:38 08:59:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:38 08:59:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:38 08:59:38.199 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:38 08:59:38.199 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null
04:59:38 08:59:38.199 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:38 08:59:38.200 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null
04:59:38 08:59:38.200 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
04:59:38 08:59:38.200 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt
04:59:38 08:59:38.239 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed
04:59:38 08:59:38.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:38 08:59:38.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:38 08:59:38.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:38 08:59:38.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:38 08:59:38.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:38 08:59:38.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:38 08:59:38.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:38 08:59:38.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:38 08:59:38.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:38 08:59:38.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:38 08:59:38.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:38 08:59:38.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:38 08:59:38.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:38 08:59:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:38 08:59:38.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:38 08:59:38.242 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:38 08:59:38.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:38 08:59:38.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:38 08:59:38.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:38 08:59:38.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:38 08:59:38.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:38 08:59:38.244 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:38 08:59:38.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:38 08:59:38.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:38 08:59:38.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:38 08:59:38.245 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:38 08:59:38.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:38 08:59:38.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:38 08:59:38.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:38 08:59:38.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:38 08:59:38.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:38 08:59:38.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:38 08:59:38.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:38 08:59:38.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:39 08:59:39.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:39 08:59:39.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:39 08:59:39.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:39 08:59:39.247 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:39 08:59:39.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:39 08:59:39.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:39 08:59:39.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:39 08:59:39.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:39 08:59:39.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:39 08:59:39.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:39 08:59:39.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:39 08:59:39.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:39 08:59:39.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:39 08:59:39.248 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:39 08:59:39.248 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:39 08:59:39.248 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:39 08:59:39.248 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:39 08:59:39.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:39 08:59:39.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:39 08:59:39.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:39 08:59:39.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:39 08:59:39.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:39 08:59:39.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:39 08:59:39.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:39 08:59:39.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:39 08:59:39.249 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:39 08:59:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:39 08:59:39.258 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:39 08:59:39.258 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:39 08:59:39.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:39 08:59:39.259 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:39 08:59:39.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:39 08:59:39.263 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:39 08:59:39.263 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:39 08:59:39.263 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:39 08:59:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4de044d7 is found...
04:59:39 08:59:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4de044d7 is found finished successfully
04:59:39 08:59:39.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:39 08:59:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:39 08:59:39.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:39 08:59:39.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:39 08:59:39.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:39 08:59:39.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:39 08:59:39.387 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:39 08:59:39.387 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:39 package test;
04:59:39 public class JavaClass {
04:59:39 
04:59:39 	public JavaClass() {
04:59:39 		System.out.println("");
04:59:39 	}
04:59:39 
04:59:39 }
04:59:39  TooltipText=null
04:59:39 08:59:39.387 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:39 08:59:39.405 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:39 08:59:39.405 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:39  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:39  * This program and the accompanying materials are made available under the
04:59:39  * terms of the Eclipse Public License 2.0 which is available at
04:59:39  * http://www.eclipse.org/legal/epl-2.0.
04:59:39  *
04:59:39  * SPDX-License-Identifier: EPL-2.0
04:59:39  *
04:59:39  * Contributors:
04:59:39  *     Red Hat, Inc - initial API and implementation
04:59:39  *******************************************************************************/
04:59:39 package test;
04:59:39 public class JavaClass {
04:59:39 
04:59:39 	public JavaClass() {
04:59:39 		System.out.println("");
04:59:39 	}
04:59:39 
04:59:39 }
04:59:39  TooltipText=null
04:59:39 08:59:39.405 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:39 08:59:39.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:39 08:59:39.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:39 08:59:39.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:39 08:59:39.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:39 08:59:39.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:39 08:59:39.406 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:39 08:59:39.406 DEBUG [main][MenuItemLookup] Item match:File
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Found menu:''
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Found menu:''
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:39 08:59:39.407 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:39 08:59:39.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:39 08:59:39.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:39 08:59:39.407 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:39 08:59:39.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:39 08:59:39.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:39 08:59:39.449 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:39 08:59:39.449 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:39  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:39  * This program and the accompanying materials are made available under the
04:59:39  * terms of the Eclipse Public License 2.0 which is available at
04:59:39  * http://www.eclipse.org/legal/epl-2.0.
04:59:39  *
04:59:39  * SPDX-License-Identifier: EPL-2.0
04:59:39  *
04:59:39  * Contributors:
04:59:39  *     Red Hat, Inc - initial API and implementation
04:59:39  *******************************************************************************/
04:59:39 package test;
04:59:39 public class JavaClass {
04:59:39 
04:59:39 	public JavaClass() {
04:59:39 		System.out.println("");
04:59:39 	}
04:59:39 
04:59:39 }
04:59:39  TooltipText=null
04:59:39 08:59:39.449 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:39 08:59:39.449 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:39 08:59:39.449 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:39 08:59:39.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:39 08:59:39.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:39 08:59:39.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:39 08:59:39.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:39 08:59:39.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:39 08:59:39.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:39 08:59:39.558 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:39 08:59:39.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:39 08:59:39.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:39 08:59:39.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:39 08:59:39.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:39 08:59:39.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:39 08:59:39.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:39 08:59:39.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:39 08:59:39.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:39 08:59:39.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:39 08:59:39.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:39 08:59:39.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:39 08:59:39.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:39 08:59:39.560 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:39 08:59:39.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:39 08:59:39.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:39 08:59:39.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:39 08:59:39.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:39 08:59:39.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:39 08:59:39.562 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:39 08:59:39.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:39 08:59:39.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:39 08:59:39.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:39 08:59:39.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:39 08:59:39.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:39 08:59:39.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:39 08:59:39.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:39 08:59:39.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:39 08:59:39.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:39 08:59:39.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:40 08:59:40.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:40 08:59:40.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:40 08:59:40.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:40 08:59:40.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:40 08:59:40.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:40 08:59:40.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:40 08:59:40.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:40 08:59:40.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:40 08:59:40.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:40 08:59:40.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:40 08:59:40.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:40 08:59:40.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:40 08:59:40.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:40 08:59:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:40 08:59:40.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:40 08:59:40.566 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:40 08:59:40.566 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:40 08:59:40.566 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:40 08:59:40.566 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:40 08:59:40.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:40 08:59:40.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:40 08:59:40.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:40 08:59:40.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:40 08:59:40.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:40 08:59:40.567 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:40 08:59:40.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:40 08:59:40.573 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:40 08:59:40.573 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:40 08:59:40.574 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:40 08:59:40.574 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:40 08:59:40.574 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:40 08:59:40.578 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:40 08:59:40.578 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:40 08:59:40.578 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:40 08:59:40.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@422b1b84 is found...
04:59:40 08:59:40.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@422b1b84 is found finished successfully
04:59:40 08:59:40.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:40 08:59:40.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:40 08:59:40.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:40 08:59:40.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:40 08:59:40.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:40 08:59:40.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:40 08:59:40.688 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:40 08:59:40.688 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:40 package test;
04:59:40 public class JavaClass {
04:59:40 
04:59:40 	public JavaClass() {
04:59:40 		System.out.println("");
04:59:40 	}
04:59:40 
04:59:40 }
04:59:40  TooltipText=null
04:59:40 08:59:40.688 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540
04:59:40 08:59:40.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:40 08:59:40.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:40 08:59:40.693 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:40 08:59:40.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:40 08:59:40.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:40 08:59:40.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:40 08:59:40.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:40 08:59:40.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:40 08:59:40.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:40 08:59:40.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:40 08:59:40.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:40 08:59:40.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:40 08:59:40.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:40 08:59:40.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:40 08:59:40.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:40 08:59:40.706 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:40 08:59:40.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:40 08:59:40.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:40 08:59:40.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:40 08:59:40.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:40 08:59:40.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:40 08:59:40.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:40 08:59:40.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:40 08:59:40.737 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:40 08:59:40.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:40 08:59:40.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:40 08:59:40.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:40 08:59:40.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:40 08:59:40.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:40 08:59:40.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:41 08:59:41.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:41 08:59:41.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:41 08:59:41.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:41 08:59:41.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:41 08:59:41.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:41 08:59:41.738 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:41 08:59:41.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:41 08:59:41.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:41 08:59:41.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:41 08:59:41.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:41 08:59:41.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:41 08:59:41.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:41 08:59:41.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:41 08:59:41.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:41 08:59:41.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:41 08:59:41.739 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:41 08:59:41.740 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:41 08:59:41.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:41 08:59:41.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:41 08:59:41.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:41 08:59:41.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:41 08:59:41.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:41 08:59:41.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:41 08:59:41.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:41 08:59:41.741 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:41 08:59:41.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:41 08:59:41.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:41 08:59:41.748 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:41 08:59:41.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:41 08:59:41.748 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:41 08:59:41.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:41 08:59:41.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:41 08:59:41.752 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:41 08:59:41.753 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:41 08:59:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40321daf is found...
04:59:41 08:59:41.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40321daf is found finished successfully
04:59:41 08:59:41.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:41 08:59:41.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:41 08:59:41.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:41 08:59:41.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:41 08:59:41.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:41 08:59:41.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:41 08:59:41.786 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:41 08:59:41.787 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:41 package test;
04:59:41 public class JavaClass extends String {
04:59:41 
04:59:41 	public JavaClass() {
04:59:41 		System.out.println("");
04:59:41 	}
04:59:41 
04:59:41 }
04:59:41  TooltipText=null
04:59:41 08:59:41.787 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:41 08:59:41.801 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:41 08:59:41.801 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:41  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:41  * This program and the accompanying materials are made available under the
04:59:41  * terms of the Eclipse Public License 2.0 which is available at
04:59:41  * http://www.eclipse.org/legal/epl-2.0.
04:59:41  *
04:59:41  * SPDX-License-Identifier: EPL-2.0
04:59:41  *
04:59:41  * Contributors:
04:59:41  *     Red Hat, Inc - initial API and implementation
04:59:41  *******************************************************************************/
04:59:41 package test;
04:59:41 public class JavaClass {
04:59:41 
04:59:41 	public JavaClass() {
04:59:41 		System.out.println("");
04:59:41 	}
04:59:41 
04:59:41 }
04:59:41  TooltipText=null
04:59:41 08:59:41.801 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:41 08:59:41.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:41 08:59:41.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:41 08:59:41.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:41 08:59:41.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:41 08:59:41.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:41 08:59:41.801 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Item match:File
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Found menu:''
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Found menu:''
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:41 08:59:41.802 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:41 08:59:41.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:41 08:59:41.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:41 08:59:41.803 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:41 08:59:41.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:41 08:59:41.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:41 08:59:41.838 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:41 08:59:41.838 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:41  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:41  * This program and the accompanying materials are made available under the
04:59:41  * terms of the Eclipse Public License 2.0 which is available at
04:59:41  * http://www.eclipse.org/legal/epl-2.0.
04:59:41  *
04:59:41  * SPDX-License-Identifier: EPL-2.0
04:59:41  *
04:59:41  * Contributors:
04:59:41  *     Red Hat, Inc - initial API and implementation
04:59:41  *******************************************************************************/
04:59:41 package test;
04:59:41 public class JavaClass {
04:59:41 
04:59:41 	public JavaClass() {
04:59:41 		System.out.println("");
04:59:41 	}
04:59:41 
04:59:41 }
04:59:41  TooltipText=null
04:59:41 08:59:41.838 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:41 08:59:41.838 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:41 08:59:41.838 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:41 08:59:41.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:41 08:59:41.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:41 08:59:41.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:41 08:59:41.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:41 08:59:41.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:41 08:59:41.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:41 08:59:41.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:41 08:59:41.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:41 08:59:41.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:41 08:59:41.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:41 08:59:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:41 08:59:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:41 08:59:41.896 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:41 08:59:41.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:41 08:59:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:41 08:59:41.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:41 08:59:41.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:41 08:59:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:41 08:59:41.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:41 08:59:41.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:41 08:59:41.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:41 08:59:41.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:41 08:59:41.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:41 08:59:41.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:41 08:59:41.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:41 08:59:41.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:41 08:59:41.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:41 08:59:41.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:41 08:59:41.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:41 08:59:41.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:41 08:59:41.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:41 08:59:41.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:41 08:59:41.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:41 08:59:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:41 08:59:41.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:41 08:59:41.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:42 08:59:42.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:42 08:59:42.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:42 08:59:42.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:42 08:59:42.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:42 08:59:42.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:42 08:59:42.953 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:42 08:59:42.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:42 08:59:42.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:42 08:59:42.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:42 08:59:42.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:42 08:59:42.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:42 08:59:42.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:42 08:59:42.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:42 08:59:42.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:42 08:59:42.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:42 08:59:42.954 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:42 08:59:42.954 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:42 08:59:42.955 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:42 08:59:42.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:42 08:59:42.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:42 08:59:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:42 08:59:42.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:42 08:59:42.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:42 08:59:42.955 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:42 08:59:42.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:42 08:59:42.960 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:42 08:59:42.960 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:42 08:59:42.961 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:42 08:59:42.961 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:42 08:59:42.961 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:42 08:59:42.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:42 08:59:42.964 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:42 08:59:42.964 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:43 08:59:43.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@465ac004 is found...
04:59:43 08:59:43.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@465ac004 is found finished successfully
04:59:43 08:59:43.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:43 08:59:43.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:43 08:59:43.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:43 08:59:43.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:43 08:59:43.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:43 08:59:43.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:43 08:59:43.084 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:43 08:59:43.084 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:43 package test;
04:59:43 public class JavaClass {
04:59:43 
04:59:43 	public JavaClass() {
04:59:43 		System.out.println("");
04:59:43 	}
04:59:43 
04:59:43 }
04:59:43  TooltipText=null
04:59:43 08:59:43.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:43 08:59:43.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:43 08:59:43.084 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:43 08:59:43.084 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:43 08:59:43.084 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:59:43 08:59:43.084 DEBUG [main][MenuItemLookup] Item match:Edit
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:''
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:''
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:''
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:''
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:''
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:''
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:''
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
04:59:43 08:59:43.085 DEBUG [main][MenuItemLookup] Item match:Content Assist
04:59:43 08:59:43.085 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:43 08:59:43.085 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:43 package test;
04:59:43 public class JavaClass {
04:59:43 
04:59:43 	public JavaClass() {
04:59:43 		System.out.println("");
04:59:43 	}
04:59:43 
04:59:43 }
04:59:43  TooltipText=null
04:59:43 08:59:43.085 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant
04:59:43 08:59:43.085 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
04:59:44 08:59:44.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:44 08:59:44.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:44 08:59:44.086 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:44 08:59:44.086 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:44 08:59:44.086 DEBUG [main][MenuItemLookup] Found menu:'Edit'
04:59:44 08:59:44.086 DEBUG [main][MenuItemLookup] Item match:Edit
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:''
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:''
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:''
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:''
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:''
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:''
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:''
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Item match:Content Assist
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Found menu:'Default	Ctrl+Space'
04:59:44 08:59:44.087 DEBUG [main][MenuItemLookup] Item match:Default	Ctrl+Space
04:59:44 08:59:44.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default	Ctrl+Space"
04:59:44 08:59:44.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default	Ctrl+Space
04:59:44 08:59:44.088 INFO [main][MenuItemHandler] Select menu item: &Default	Ctrl+Space
04:59:44 08:59:44.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
04:59:44 08:59:44.107 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
04:59:44 08:59:44.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
04:59:44 08:59:44.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:44 08:59:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:44 08:59:44.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
04:59:44 08:59:44.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
04:59:44 08:59:44.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:44 08:59:44.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:44 08:59:44.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:44 08:59:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:44 08:59:44.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
04:59:44 08:59:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
04:59:44 08:59:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
04:59:44 08:59:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
04:59:44 08:59:44.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
04:59:44 08:59:44.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:44 08:59:44.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:44 08:59:44.119 INFO [WorkbenchTestable][AbstractShell] Close shell 
04:59:44 08:59:44.119 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
04:59:44 08:59:44.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
04:59:44 08:59:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
04:59:44 08:59:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
04:59:44 08:59:44.634 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
04:59:44 08:59:44.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:44 08:59:44.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:44 08:59:44.635 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:44 08:59:44.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:44 08:59:44.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:44 08:59:44.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:44 08:59:44.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:44 08:59:44.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:44 08:59:44.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:44 08:59:44.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')
04:59:44 08:59:44.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:44 08:59:44.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:44 08:59:44.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:44 08:59:44.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:44 08:59:44.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:44 08:59:44.636 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:44 08:59:44.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:44 08:59:44.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:44 08:59:44.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:44 08:59:44.664 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:44 08:59:44.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:44 08:59:44.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:44 08:59:44.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:44 08:59:44.665 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:44 08:59:44.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:44 08:59:44.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:44 08:59:44.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:44 08:59:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:44 08:59:44.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:44 08:59:44.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:45 08:59:45.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:45 08:59:45.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:45 08:59:45.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:45 08:59:45.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:45 08:59:45.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:45 08:59:45.666 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:45 08:59:45.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:45 08:59:45.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:45 08:59:45.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:45 08:59:45.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:45 08:59:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:45 08:59:45.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:45 08:59:45.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:45 08:59:45.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:45 08:59:45.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:45 08:59:45.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:45 08:59:45.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:45 08:59:45.668 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:45 08:59:45.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:45 08:59:45.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:45 08:59:45.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:45 08:59:45.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:45 08:59:45.669 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:45 08:59:45.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:45 08:59:45.675 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:45 08:59:45.676 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:45 08:59:45.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:45 08:59:45.676 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:45 08:59:45.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:45 08:59:45.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:45 08:59:45.683 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:45 08:59:45.683 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:45 08:59:45.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46deb3db is found...
04:59:45 08:59:45.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46deb3db is found finished successfully
04:59:45 08:59:45.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:45 08:59:45.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:45 08:59:45.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:45 08:59:45.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:45 08:59:45.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:45 08:59:45.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:45 08:59:45.726 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:45 08:59:45.726 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:45 package test;
04:59:45 public class JavaClass {
04:59:45 
04:59:45 	public JavaClass() {
04:59:45 		System.out.println("");
04:59:45 	}
04:59:45 
04:59:45 }
04:59:45  TooltipText=null
04:59:45 08:59:45.726 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:45 08:59:45.742 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:45 08:59:45.742 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:45  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:45  * This program and the accompanying materials are made available under the
04:59:45  * terms of the Eclipse Public License 2.0 which is available at
04:59:45  * http://www.eclipse.org/legal/epl-2.0.
04:59:45  *
04:59:45  * SPDX-License-Identifier: EPL-2.0
04:59:45  *
04:59:45  * Contributors:
04:59:45  *     Red Hat, Inc - initial API and implementation
04:59:45  *******************************************************************************/
04:59:45 package test;
04:59:45 public class JavaClass {
04:59:45 
04:59:45 	public JavaClass() {
04:59:45 		System.out.println("");
04:59:45 	}
04:59:45 
04:59:45 }
04:59:45  TooltipText=null
04:59:45 08:59:45.742 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:45 08:59:45.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:45 08:59:45.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:45 08:59:45.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:45 08:59:45.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:45 08:59:45.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:45 08:59:45.760 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:45 08:59:45.760 DEBUG [main][MenuItemLookup] Item match:File
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Found menu:''
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Found menu:''
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:45 08:59:45.761 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:45 08:59:45.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:45 08:59:45.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:45 08:59:45.761 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:45 08:59:45.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:45 08:59:45.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:45 08:59:45.772 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:45 08:59:45.772 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:45  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:45  * This program and the accompanying materials are made available under the
04:59:45  * terms of the Eclipse Public License 2.0 which is available at
04:59:45  * http://www.eclipse.org/legal/epl-2.0.
04:59:45  *
04:59:45  * SPDX-License-Identifier: EPL-2.0
04:59:45  *
04:59:45  * Contributors:
04:59:45  *     Red Hat, Inc - initial API and implementation
04:59:45  *******************************************************************************/
04:59:45 package test;
04:59:45 public class JavaClass {
04:59:45 
04:59:45 	public JavaClass() {
04:59:45 		System.out.println("");
04:59:45 	}
04:59:45 
04:59:45 }
04:59:45  TooltipText=null
04:59:45 08:59:45.772 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:45 08:59:45.772 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:45 08:59:45.772 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:45 08:59:45.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:45 08:59:45.846 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:45 08:59:45.846 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:45 08:59:45.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:45 08:59:45.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:45 08:59:45.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:45 08:59:45.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:45 08:59:45.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:45 08:59:45.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:45 08:59:45.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:45 08:59:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:45 08:59:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:45 08:59:45.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:45 08:59:45.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:45 08:59:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:45 08:59:45.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:45 08:59:45.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:45 08:59:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:45 08:59:45.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:45 08:59:45.850 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:45 08:59:45.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:45 08:59:45.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:45 08:59:45.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:45 08:59:45.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:45 08:59:45.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:45 08:59:45.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:45 08:59:45.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:45 08:59:45.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:45 08:59:45.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:45 08:59:45.853 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:45 08:59:45.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:45 08:59:45.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:45 08:59:45.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:45 08:59:45.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:45 08:59:45.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:45 08:59:45.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:46 08:59:46.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:46 08:59:46.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:46 08:59:46.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:46 08:59:46.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:46 08:59:46.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:46 08:59:46.854 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:46 08:59:46.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:46 08:59:46.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:46 08:59:46.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:46 08:59:46.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:46 08:59:46.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:46 08:59:46.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:46 08:59:46.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:46 08:59:46.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:46 08:59:46.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:46 08:59:46.855 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:46 08:59:46.856 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:46 08:59:46.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:46 08:59:46.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:46 08:59:46.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:46 08:59:46.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:46 08:59:46.857 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:46 08:59:46.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:46 08:59:46.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:46 08:59:46.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:46 08:59:46.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:46 08:59:46.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:46 08:59:46.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:46 08:59:46.857 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:46 08:59:46.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:46 08:59:46.864 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:46 08:59:46.865 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:46 08:59:46.865 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:46 08:59:46.865 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:46 08:59:46.865 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:46 08:59:46.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:46 08:59:46.869 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:46 08:59:46.869 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:46 08:59:46.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32db269f is found...
04:59:46 08:59:46.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32db269f is found finished successfully
04:59:46 08:59:46.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:46 08:59:46.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:46 08:59:46.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:46 08:59:46.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:46 08:59:46.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:46 08:59:46.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:46 08:59:46.978 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:46 08:59:46.978 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:46 package test;
04:59:46 public class JavaClass {
04:59:46 
04:59:46 	public JavaClass() {
04:59:46 		System.out.println("");
04:59:46 	}
04:59:46 
04:59:46 }
04:59:46  TooltipText=null
04:59:46 08:59:46.978 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:46 08:59:46.978 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:46 package test;
04:59:46 public class JavaClass {
04:59:46 
04:59:46 	public JavaClass() {
04:59:46 		System.out.println("");
04:59:46 	}
04:59:46 
04:59:46 }
04:59:46  TooltipText=null
04:59:46 08:59:46.978 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517
04:59:46 08:59:46.978 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:46 08:59:46.978 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:46 package test;
04:59:46 public class JavaClass {
04:59:46 
04:59:46 	public JavaClass() {
04:59:46 		System.out.println("");
04:59:46 	}
04:59:46 
04:59:46 }
04:59:46  TooltipText=null
04:59:46 08:59:46.987 INFO [WorkbenchTestable][Keyboard] Type text "testtext"
04:59:46 08:59:46.995 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:46 08:59:46.996 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:59:47 08:59:47.597 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:47 08:59:47.597 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:59:48 08:59:48.198 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:48 08:59:48.198 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
04:59:48 08:59:48.799 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:48 08:59:48.799 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:59:49 08:59:49.400 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:49 08:59:49.400 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:59:50 08:59:50.001 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:50 08:59:50.001 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
04:59:50 08:59:50.602 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:50 08:59:50.602 INFO [WorkbenchTestable][Keyboard]     As char:x, as int:120
04:59:51 08:59:51.203 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
04:59:51 08:59:51.203 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
04:59:51 08:59:51.805 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:51 08:59:51.805 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:51  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:51  * This program and the accompanying materials are made available under the
04:59:51  * terms of the Eclipse Public License 2.0 which is available at
04:59:51  * http://www.eclipse.org/legal/epl-2.0.
04:59:51  *
04:59:51  * SPDX-License-Identifier: EPL-2.0
04:59:51  *
04:59:51  * Contributors:
04:59:51  *     Red Hat, Inc - initial API and implementation
04:59:51  *******************************************************************************/
04:59:51 package test;testtext
04:59:51 public class JavaClass {
04:59:51 
04:59:51 	public JavaClass() {
04:59:51 		System.out.println("");
04:59:51 	}
04:59:51 
04:59:51 }
04:59:51  TooltipText=null
04:59:51 08:59:51.805 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:51 08:59:51.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:51 08:59:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:51 08:59:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:51 08:59:51.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:51 08:59:51.805 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:51 08:59:51.805 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:51 08:59:51.805 DEBUG [main][MenuItemLookup] Item match:File
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Found menu:''
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Found menu:''
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:51 08:59:51.806 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:51 08:59:51.819 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:51 08:59:51.819 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:51 08:59:51.819 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:51 08:59:51.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:51 08:59:51.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:51 08:59:51.840 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:51 08:59:51.840 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:51  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:51  * This program and the accompanying materials are made available under the
04:59:51  * terms of the Eclipse Public License 2.0 which is available at
04:59:51  * http://www.eclipse.org/legal/epl-2.0.
04:59:51  *
04:59:51  * SPDX-License-Identifier: EPL-2.0
04:59:51  *
04:59:51  * Contributors:
04:59:51  *     Red Hat, Inc - initial API and implementation
04:59:51  *******************************************************************************/
04:59:51 package test;testtext
04:59:51 public class JavaClass {
04:59:51 
04:59:51 	public JavaClass() {
04:59:51 		System.out.println("");
04:59:51 	}
04:59:51 
04:59:51 }
04:59:51  TooltipText=null
04:59:51 08:59:51.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:51 08:59:51.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:51 08:59:51.842 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:51 08:59:51.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:51 08:59:51.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:51 08:59:51.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:51 08:59:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:51 08:59:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:51 08:59:51.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:51 08:59:51.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:51 08:59:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:51 08:59:51.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:51 08:59:51.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:51 08:59:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:51 08:59:51.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:51 08:59:51.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:51 08:59:51.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:51 08:59:51.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:51 08:59:51.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:51 08:59:51.854 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:51 08:59:51.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:51 08:59:51.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:51 08:59:51.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:51 08:59:51.875 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:51 08:59:51.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:51 08:59:51.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:51 08:59:51.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:51 08:59:51.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:51 08:59:51.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:51 08:59:51.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:52 08:59:52.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:52 08:59:52.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:52 08:59:52.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:52 08:59:52.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:52 08:59:52.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:52 08:59:52.877 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:52 08:59:52.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:52 08:59:52.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:52 08:59:52.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:52 08:59:52.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:52 08:59:52.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:52 08:59:52.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:52 08:59:52.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:52 08:59:52.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:52 08:59:52.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:52 08:59:52.878 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:52 08:59:52.879 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:52 08:59:52.879 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:52 08:59:52.879 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:52 08:59:52.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:52 08:59:52.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:52 08:59:52.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:52 08:59:52.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:52 08:59:52.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:52 08:59:52.879 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:52 08:59:52.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:52 08:59:52.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:52 08:59:52.880 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:52 08:59:52.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:52 08:59:52.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:52 08:59:52.880 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:52 08:59:52.880 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:52 08:59:52.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:52 08:59:52.880 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:52 08:59:52.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:52 08:59:52.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:52 08:59:52.880 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:52 08:59:52.880 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:52 08:59:52.880 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:52 08:59:52.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:52 08:59:52.888 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:52 08:59:52.889 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:52 08:59:52.889 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:52 08:59:52.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:52 08:59:52.893 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:52 08:59:52.893 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:52 08:59:52.893 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:52 08:59:52.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ae9202f is found...
04:59:52 08:59:52.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ae9202f is found finished successfully
04:59:52 08:59:52.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:52 08:59:52.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:52 08:59:52.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:52 08:59:52.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:52 08:59:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:52 08:59:52.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:52 08:59:52.931 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:52 08:59:52.931 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:52  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:52  * This program and the accompanying materials are made available under the
04:59:52  * terms of the Eclipse Public License 2.0 which is available at
04:59:52  * http://www.eclipse.org/legal/epl-2.0.
04:59:52  *
04:59:52  * SPDX-License-Identifier: EPL-2.0
04:59:52  *
04:59:52  * Contributors:
04:59:52  *     Red Hat, Inc - initial API and implementation
04:59:52  *******************************************************************************/
04:59:52 package test;testtext
04:59:52 public class JavaClass {
04:59:52 
04:59:52 	public JavaClass() {
04:59:52 		System.out.println("");
04:59:52 	}
04:59:52 
04:59:52 }
04:59:52  TooltipText=null
04:59:52 08:59:52.931 INFO [WorkbenchTestable][TextEditor] Set text to editor
04:59:52 08:59:52.944 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:52 08:59:52.944 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:52  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:52  * This program and the accompanying materials are made available under the
04:59:52  * terms of the Eclipse Public License 2.0 which is available at
04:59:52  * http://www.eclipse.org/legal/epl-2.0.
04:59:52  *
04:59:52  * SPDX-License-Identifier: EPL-2.0
04:59:52  *
04:59:52  * Contributors:
04:59:52  *     Red Hat, Inc - initial API and implementation
04:59:52  *******************************************************************************/
04:59:52 package test;
04:59:52 public class JavaClass {
04:59:52 
04:59:52 	public JavaClass() {
04:59:52 		System.out.println("");
04:59:52 	}
04:59:52 
04:59:52 }
04:59:52  TooltipText=null
04:59:52 08:59:52.944 INFO [WorkbenchTestable][AbstractEditor] Save editor
04:59:52 08:59:52.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
04:59:52 08:59:52.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:52 08:59:52.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:52 08:59:52.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:52 08:59:52.945 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
04:59:52 08:59:52.945 DEBUG [main][MenuItemLookup] Found menu:'File'
04:59:52 08:59:52.945 DEBUG [main][MenuItemLookup] Item match:File
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Found menu:''
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Found menu:''
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
04:59:52 08:59:52.946 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
04:59:52 08:59:52.946 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
04:59:52 08:59:52.946 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
04:59:52 08:59:52.946 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
04:59:52 08:59:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
04:59:52 08:59:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
04:59:52 08:59:52.980 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:52 08:59:52.980 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
04:59:52  * Copyright (c) 2017 Red Hat, Inc and others.
04:59:52  * This program and the accompanying materials are made available under the
04:59:52  * terms of the Eclipse Public License 2.0 which is available at
04:59:52  * http://www.eclipse.org/legal/epl-2.0.
04:59:52  *
04:59:52  * SPDX-License-Identifier: EPL-2.0
04:59:52  *
04:59:52  * Contributors:
04:59:52  *     Red Hat, Inc - initial API and implementation
04:59:52  *******************************************************************************/
04:59:52 package test;
04:59:52 public class JavaClass {
04:59:52 
04:59:52 	public JavaClass() {
04:59:52 		System.out.println("");
04:59:52 	}
04:59:52 
04:59:52 }
04:59:52  TooltipText=null
04:59:52 08:59:52.980 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
04:59:52 08:59:52.980 DEBUG [main][EditorHandler] 1 editor(s) found
04:59:52 08:59:52.980 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
04:59:53 08:59:53.042 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
04:59:53 08:59:53.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:53 08:59:53.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
04:59:53 08:59:53.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
04:59:53 08:59:53.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
04:59:53 08:59:53.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
04:59:53 08:59:53.042 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:53 08:59:53.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
04:59:53 08:59:53.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
04:59:53 08:59:53.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
04:59:53 08:59:53.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
04:59:53 08:59:53.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
04:59:53 08:59:53.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
04:59:53 08:59:53.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:53 08:59:53.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:53 08:59:53.044 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
04:59:53 08:59:53.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:53 08:59:53.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:53 08:59:53.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
04:59:53 08:59:53.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
04:59:53 08:59:53.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
04:59:53 08:59:53.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
04:59:53 08:59:53.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
04:59:53 08:59:53.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:53 08:59:53.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:53 08:59:53.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:53 08:59:53.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:53 08:59:53.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:53 08:59:53.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:53 08:59:53.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:53 08:59:53.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:53 08:59:53.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
04:59:53 08:59:53.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
04:59:53 08:59:53.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
04:59:53 08:59:53.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:53 08:59:53.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:53 08:59:53.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:53 08:59:53.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:53 08:59:53.049 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:53 08:59:53.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:53 08:59:53.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:53 08:59:53.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:53 08:59:53.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:53 08:59:53.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:53 08:59:53.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:53 08:59:53.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:53 08:59:53.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:54 08:59:54.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:54 08:59:54.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
04:59:54 08:59:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
04:59:54 08:59:54.050 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
04:59:54 08:59:54.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
04:59:54 08:59:54.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:54 08:59:54.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
04:59:54 08:59:54.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
04:59:54 08:59:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:54 08:59:54.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:54 08:59:54.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:54 08:59:54.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:54 08:59:54.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
04:59:54 08:59:54.052 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
04:59:54 08:59:54.052 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
04:59:54 08:59:54.052 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
04:59:54 08:59:54.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
04:59:54 08:59:54.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
04:59:54 08:59:54.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:54 08:59:54.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
04:59:54 08:59:54.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:54 08:59:54.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:54 08:59:54.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
04:59:54 08:59:54.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
04:59:54 08:59:54.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:54 08:59:54.053 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:54 08:59:54.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:54 08:59:54.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:54 08:59:54.059 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
04:59:54 08:59:54.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
04:59:54 08:59:54.059 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
04:59:54 08:59:54.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
04:59:54 08:59:54.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
04:59:54 08:59:54.064 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
04:59:54 08:59:54.064 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
04:59:54 08:59:54.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6cab4b96 is found...
04:59:54 08:59:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6cab4b96 is found finished successfully
04:59:54 08:59:54.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
04:59:54 08:59:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
04:59:54 08:59:54.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
04:59:54 08:59:54.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
04:59:54 08:59:54.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
04:59:54 08:59:54.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
04:59:54 08:59:54.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
04:59:54 08:59:54.184 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
04:59:54 package test;
04:59:54 public class JavaClass {
04:59:54 
04:59:54 	public JavaClass() {
04:59:54 		System.out.println("");
04:59:54 	}
04:59:54 
04:59:54 }
04:59:54  TooltipText=null
04:59:54 08:59:54.184 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0]
04:59:54 08:59:54.192 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right
04:59:54 08:59:54.192 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072
04:59:54 08:59:54.393 INFO [WorkbenchTestable][Keyboard] Move cursor
04:59:54 08:59:54.593 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
04:59:54 08:59:54.593 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
04:59:54 08:59:54.794 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
04:59:55 08:59:55.200 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
04:59:55 08:59:55.200 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
04:59:55 08:59:55.400 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
04:59:55 08:59:55.804 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
04:59:55 08:59:55.804 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
04:59:56 08:59:56.005 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
04:59:56 08:59:56.407 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
04:59:56 08:59:56.407 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
04:59:56 08:59:56.608 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
04:59:57 08:59:57.010 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
04:59:57 08:59:57.010 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
04:59:57 08:59:57.210 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
04:59:57 08:59:57.613 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
04:59:57 08:59:57.613 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
04:59:57 08:59:57.813 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
04:59:58 08:59:58.215 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
04:59:58 08:59:58.215 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
04:59:58 08:59:58.415 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
04:59:58 08:59:58.818 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
04:59:58 08:59:58.818 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
04:59:59 08:59:59.018 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
04:59:59 08:59:59.420 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
04:59:59 08:59:59.420 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
04:59:59 08:59:59.621 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
05:00:00 09:00:00.023 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
05:00:00 09:00:00.023 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
05:00:00 09:00:00.223 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
05:00:00 09:00:00.625 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
05:00:00 09:00:00.625 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
05:00:00 09:00:00.825 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
05:00:01 09:00:01.228 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
05:00:01 09:00:01.228 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
05:00:01 09:00:01.429 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
05:00:01 09:00:01.831 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
05:00:01 09:00:01.831 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
05:00:02 09:00:02.032 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
05:00:02 09:00:02.435 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
05:00:02 09:00:02.435 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
05:00:02 09:00:02.635 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
05:00:03 09:00:03.037 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
05:00:03 09:00:03.037 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
05:00:03 09:00:03.238 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
05:00:03 09:00:03.443 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072
05:00:03 09:00:03.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:03 09:00:03.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:03 09:00:03.644 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:03 09:00:03.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:03 09:00:03.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:03 09:00:03.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:03 09:00:03.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:03 09:00:03.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:03 09:00:03.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:03 09:00:03.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:03 09:00:03.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:03 09:00:03.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:03 09:00:03.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:03 09:00:03.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:03 09:00:03.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:03 09:00:03.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:03 09:00:03.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:03 09:00:03.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:03 09:00:03.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:03 09:00:03.689 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:03 09:00:03.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:03 09:00:03.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:03 09:00:03.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:03 09:00:03.690 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:03 09:00:03.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:03 09:00:03.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:03 09:00:03.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:03 09:00:03.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:03 09:00:03.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:03 09:00:03.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:04 09:00:04.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:04 09:00:04.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:04 09:00:04.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:04 09:00:04.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:04 09:00:04.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:04 09:00:04.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:04 09:00:04.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:04 09:00:04.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:04 09:00:04.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:04 09:00:04.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:04 09:00:04.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:04 09:00:04.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:04 09:00:04.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:04 09:00:04.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:04 09:00:04.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:04 09:00:04.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:04 09:00:04.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:04 09:00:04.693 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:04 09:00:04.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:04 09:00:04.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:04 09:00:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:04 09:00:04.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:04 09:00:04.694 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:04 09:00:04.694 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:04 09:00:04.694 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:04 09:00:04.699 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:04 09:00:04.699 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:04 09:00:04.699 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:04 09:00:04.699 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:04 09:00:04.699 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:04 09:00:04.702 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:04 09:00:04.702 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:04 09:00:04.703 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:04 09:00:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f53018f is found...
05:00:04 09:00:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f53018f is found finished successfully
05:00:04 09:00:04.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
05:00:04 09:00:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:04 09:00:04.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:04 09:00:04.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:04 09:00:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:04 09:00:04.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:04 09:00:04.733 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:04 09:00:04.733 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:04  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:04  * This program and the accompanying materials are made available under the
05:00:04  * terms of the Eclipse Public License 2.0 which is available at
05:00:04  * http://www.eclipse.org/legal/epl-2.0.
05:00:04  *
05:00:04  * SPDX-License-Identifier: EPL-2.0
05:00:04  *
05:00:04  * Contributors:
05:00:04  *     Red Hat, Inc - initial API and implementation
05:00:04  *******************************************************************************/
05:00:04 package test;
05:00:04 public class JavaClass {
05:00:04 
05:00:04 	public JavaClass() {
05:00:04 		System.out.println("");
05:00:04 	}
05:00:04 
05:00:04 }
05:00:04  TooltipText=null
05:00:04 09:00:04.733 INFO [WorkbenchTestable][TextEditor] Set text to editor
05:00:04 09:00:04.739 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:04 09:00:04.739 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:04  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:04  * This program and the accompanying materials are made available under the
05:00:04  * terms of the Eclipse Public License 2.0 which is available at
05:00:04  * http://www.eclipse.org/legal/epl-2.0.
05:00:04  *
05:00:04  * SPDX-License-Identifier: EPL-2.0
05:00:04  *
05:00:04  * Contributors:
05:00:04  *     Red Hat, Inc - initial API and implementation
05:00:04  *******************************************************************************/
05:00:04 package test;
05:00:04 public class JavaClass {
05:00:04 
05:00:04 	public JavaClass() {
05:00:04 		System.out.println("");
05:00:04 	}
05:00:04 
05:00:04 }
05:00:04  TooltipText=null
05:00:04 09:00:04.739 INFO [WorkbenchTestable][AbstractEditor] Save editor
05:00:04 09:00:04.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:04 09:00:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:04 09:00:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:04 09:00:04.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:04 09:00:04.740 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Item match:File
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:''
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:''
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
05:00:04 09:00:04.740 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
05:00:04 09:00:04.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
05:00:04 09:00:04.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
05:00:04 09:00:04.741 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
05:00:04 09:00:04.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
05:00:04 09:00:04.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
05:00:04 09:00:04.768 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:04 09:00:04.768 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:04  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:04  * This program and the accompanying materials are made available under the
05:00:04  * terms of the Eclipse Public License 2.0 which is available at
05:00:04  * http://www.eclipse.org/legal/epl-2.0.
05:00:04  *
05:00:04  * SPDX-License-Identifier: EPL-2.0
05:00:04  *
05:00:04  * Contributors:
05:00:04  *     Red Hat, Inc - initial API and implementation
05:00:04  *******************************************************************************/
05:00:04 package test;
05:00:04 public class JavaClass {
05:00:04 
05:00:04 	public JavaClass() {
05:00:04 		System.out.println("");
05:00:04 	}
05:00:04 
05:00:04 }
05:00:04  TooltipText=null
05:00:04 09:00:04.768 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
05:00:04 09:00:04.768 DEBUG [main][EditorHandler] 1 editor(s) found
05:00:04 09:00:04.768 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
05:00:04 09:00:04.840 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
05:00:04 09:00:04.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:04 09:00:04.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:04 09:00:04.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:04 09:00:04.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:04 09:00:04.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:04 09:00:04.841 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:04 09:00:04.841 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:04 09:00:04.841 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:04 09:00:04.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:04 09:00:04.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:04 09:00:04.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:04 09:00:04.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:04 09:00:04.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:04 09:00:04.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:04 09:00:04.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:04 09:00:04.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:04 09:00:04.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:04 09:00:04.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:04 09:00:04.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:04 09:00:04.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:04 09:00:04.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:04 09:00:04.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:04 09:00:04.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:04 09:00:04.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:04 09:00:04.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:04 09:00:04.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:04 09:00:04.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:04 09:00:04.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:04 09:00:04.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:04 09:00:04.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:04 09:00:04.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:04 09:00:04.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:04 09:00:04.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:04 09:00:04.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:04 09:00:04.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:04 09:00:04.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:04 09:00:04.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:04 09:00:04.845 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:04 09:00:04.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:04 09:00:04.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:04 09:00:04.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:04 09:00:04.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:04 09:00:04.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:04 09:00:04.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:05 09:00:05.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:05 09:00:05.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:05 09:00:05.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:05 09:00:05.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:05 09:00:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:05 09:00:05.847 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:05 09:00:05.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:05 09:00:05.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:05 09:00:05.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:05 09:00:05.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:05 09:00:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:05 09:00:05.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:05 09:00:05.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:05 09:00:05.848 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:05 09:00:05.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:05 09:00:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:05 09:00:05.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:05 09:00:05.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:05 09:00:05.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:05 09:00:05.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:05 09:00:05.849 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:05 09:00:05.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:05 09:00:05.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:05 09:00:05.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:05 09:00:05.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:05 09:00:05.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:05 09:00:05.849 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:05 09:00:05.849 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:05 09:00:05.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:05 09:00:05.854 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:05 09:00:05.855 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:05 09:00:05.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:05 09:00:05.855 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:05 09:00:05.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:05 09:00:05.858 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:05 09:00:05.858 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:05 09:00:05.858 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:05 09:00:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@465d3aa7 is found...
05:00:05 09:00:05.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@465d3aa7 is found finished successfully
05:00:05 09:00:05.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')
05:00:05 09:00:05.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:05 09:00:05.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:05 09:00:05.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:05 09:00:05.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:05 09:00:05.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:05 09:00:05.968 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:05 09:00:05.969 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:05 package test;
05:00:05 public class JavaClass {
05:00:05 
05:00:05 	public JavaClass() {
05:00:05 		System.out.println("");
05:00:05 	}
05:00:05 
05:00:05 }
05:00:05  TooltipText=null
05:00:05 09:00:05.969 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525
05:00:05 09:00:05.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:05 09:00:05.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:05 09:00:05.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:05 09:00:05.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:05 09:00:05.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:05 09:00:05.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:05 09:00:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:05 09:00:05.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:05 09:00:05.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:05 09:00:05.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:05 09:00:05.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:05 09:00:05.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:05 09:00:05.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:05 09:00:05.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:05 09:00:05.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:05 09:00:05.978 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:05 09:00:05.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:06 09:00:06.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:06 09:00:06.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:06 09:00:06.008 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:06 09:00:06.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:06 09:00:06.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:06 09:00:06.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:06 09:00:06.009 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:06 09:00:06.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:06 09:00:06.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:06 09:00:06.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:06 09:00:06.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:06 09:00:06.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:06 09:00:06.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:06 09:00:06.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:06 09:00:06.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:07 09:00:07.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:07 09:00:07.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:07 09:00:07.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:07 09:00:07.010 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:07 09:00:07.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:07 09:00:07.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:07 09:00:07.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:07 09:00:07.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:07 09:00:07.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:07 09:00:07.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:07 09:00:07.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:07 09:00:07.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:07 09:00:07.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:07 09:00:07.011 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:07 09:00:07.011 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:07 09:00:07.012 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:07 09:00:07.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:07 09:00:07.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:07 09:00:07.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:07 09:00:07.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:07 09:00:07.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:07 09:00:07.012 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:07 09:00:07.013 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:07 09:00:07.018 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:07 09:00:07.019 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:07 09:00:07.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:07 09:00:07.019 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:07 09:00:07.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:07 09:00:07.022 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:07 09:00:07.022 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:07 09:00:07.023 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:07 09:00:07.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25d6921b is found...
05:00:07 09:00:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25d6921b is found finished successfully
05:00:07 09:00:07.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
05:00:07 09:00:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:07 09:00:07.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:07 09:00:07.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:07 09:00:07.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:07 09:00:07.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:07 09:00:07.053 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:07 09:00:07.053 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:07 package test;
05:00:07 public static class JavaClass {
05:00:07 
05:00:07 	public JavaClass() {
05:00:07 		System.out.println("");
05:00:07 	}
05:00:07 
05:00:07 }
05:00:07  TooltipText=null
05:00:07 09:00:07.053 INFO [WorkbenchTestable][TextEditor] Set text to editor
05:00:07 09:00:07.063 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:07 09:00:07.063 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:07  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:07  * This program and the accompanying materials are made available under the
05:00:07  * terms of the Eclipse Public License 2.0 which is available at
05:00:07  * http://www.eclipse.org/legal/epl-2.0.
05:00:07  *
05:00:07  * SPDX-License-Identifier: EPL-2.0
05:00:07  *
05:00:07  * Contributors:
05:00:07  *     Red Hat, Inc - initial API and implementation
05:00:07  *******************************************************************************/
05:00:07 package test;
05:00:07 public class JavaClass {
05:00:07 
05:00:07 	public JavaClass() {
05:00:07 		System.out.println("");
05:00:07 	}
05:00:07 
05:00:07 }
05:00:07  TooltipText=null
05:00:07 09:00:07.064 INFO [WorkbenchTestable][AbstractEditor] Save editor
05:00:07 09:00:07.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:07 09:00:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:07 09:00:07.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:07 09:00:07.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:07 09:00:07.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:07 09:00:07.064 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:07 09:00:07.064 DEBUG [main][MenuItemLookup] Item match:File
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Found menu:''
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Found menu:''
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
05:00:07 09:00:07.065 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
05:00:07 09:00:07.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
05:00:07 09:00:07.065 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
05:00:07 09:00:07.065 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
05:00:07 09:00:07.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
05:00:07 09:00:07.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
05:00:07 09:00:07.098 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:07 09:00:07.099 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:07  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:07  * This program and the accompanying materials are made available under the
05:00:07  * terms of the Eclipse Public License 2.0 which is available at
05:00:07  * http://www.eclipse.org/legal/epl-2.0.
05:00:07  *
05:00:07  * SPDX-License-Identifier: EPL-2.0
05:00:07  *
05:00:07  * Contributors:
05:00:07  *     Red Hat, Inc - initial API and implementation
05:00:07  *******************************************************************************/
05:00:07 package test;
05:00:07 public class JavaClass {
05:00:07 
05:00:07 	public JavaClass() {
05:00:07 		System.out.println("");
05:00:07 	}
05:00:07 
05:00:07 }
05:00:07  TooltipText=null
05:00:07 09:00:07.099 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
05:00:07 09:00:07.099 DEBUG [main][EditorHandler] 1 editor(s) found
05:00:07 09:00:07.099 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:07 09:00:07.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:07 09:00:07.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:07 09:00:07.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:07 09:00:07.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:07 09:00:07.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:07 09:00:07.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:07 09:00:07.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:07 09:00:07.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:07 09:00:07.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:07 09:00:07.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:07 09:00:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:07 09:00:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:07 09:00:07.188 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:07 09:00:07.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:07 09:00:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:07 09:00:07.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:07 09:00:07.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:07 09:00:07.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:07 09:00:07.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:07 09:00:07.189 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:07 09:00:07.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:07 09:00:07.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:07 09:00:07.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:07 09:00:07.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:07 09:00:07.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:07 09:00:07.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:07 09:00:07.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:07 09:00:07.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:07 09:00:07.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:07 09:00:07.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:07 09:00:07.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:07 09:00:07.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:07 09:00:07.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:07 09:00:07.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:07 09:00:07.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:07 09:00:07.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:07 09:00:07.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:07 09:00:07.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:08 09:00:08.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:08 09:00:08.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:08 09:00:08.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:08 09:00:08.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:08 09:00:08.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:08 09:00:08.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:08 09:00:08.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:08 09:00:08.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:08 09:00:08.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:08 09:00:08.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:08 09:00:08.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:08 09:00:08.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:08 09:00:08.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:08 09:00:08.207 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:08 09:00:08.207 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:08 09:00:08.207 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:08 09:00:08.207 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:08 09:00:08.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:08 09:00:08.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:08 09:00:08.207 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:08 09:00:08.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:08 09:00:08.207 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:08 09:00:08.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:08 09:00:08.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:08 09:00:08.208 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:08 09:00:08.208 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:08 09:00:08.208 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:08 09:00:08.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:08 09:00:08.214 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:08 09:00:08.214 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:08 09:00:08.214 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:08 09:00:08.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:08 09:00:08.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:08 09:00:08.217 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:08 09:00:08.217 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:08 09:00:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13978acc is found...
05:00:08 09:00:08.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13978acc is found finished successfully
05:00:08 09:00:08.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
05:00:08 09:00:08.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:08 09:00:08.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:08 09:00:08.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:08 09:00:08.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:08 09:00:08.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:08 09:00:08.324 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:08 09:00:08.324 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:08 package test;
05:00:08 public class JavaClass {
05:00:08 
05:00:08 	public JavaClass() {
05:00:08 		System.out.println("");
05:00:08 	}
05:00:08 
05:00:08 }
05:00:08  TooltipText=null
05:00:08 09:00:08.324 INFO [WorkbenchTestable][TextEditor] Set text to editor
05:00:08 09:00:08.335 INFO [WorkbenchTestable][TextEditor] Set text to editor
05:00:08 09:00:08.355 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:08 09:00:08.355 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:08  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:08  * This program and the accompanying materials are made available under the
05:00:08  * terms of the Eclipse Public License 2.0 which is available at
05:00:08  * http://www.eclipse.org/legal/epl-2.0.
05:00:08  *
05:00:08  * SPDX-License-Identifier: EPL-2.0
05:00:08  *
05:00:08  * Contributors:
05:00:08  *     Red Hat, Inc - initial API and implementation
05:00:08  *******************************************************************************/
05:00:08 package test;
05:00:08 public class JavaClass {
05:00:08 
05:00:08 	public JavaClass() {
05:00:08 		SystemX.out.println("");
05:00:08 	}
05:00:08 
05:00:08 }
05:00:08  TooltipText=null
05:00:08 09:00:08.355 INFO [WorkbenchTestable][AbstractEditor] Save editor
05:00:08 09:00:08.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:08 09:00:08.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:08 09:00:08.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:08 09:00:08.355 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:08 09:00:08.356 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Item match:File
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:''
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:''
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
05:00:08 09:00:08.356 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
05:00:08 09:00:08.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
05:00:08 09:00:08.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
05:00:08 09:00:08.357 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
05:00:08 09:00:08.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
05:00:08 09:00:08.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
05:00:08 09:00:08.384 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:08 09:00:08.385 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:08  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:08  * This program and the accompanying materials are made available under the
05:00:08  * terms of the Eclipse Public License 2.0 which is available at
05:00:08  * http://www.eclipse.org/legal/epl-2.0.
05:00:08  *
05:00:08  * SPDX-License-Identifier: EPL-2.0
05:00:08  *
05:00:08  * Contributors:
05:00:08  *     Red Hat, Inc - initial API and implementation
05:00:08  *******************************************************************************/
05:00:08 package test;
05:00:08 public class JavaClass {
05:00:08 
05:00:08 	public JavaClass() {
05:00:08 		SystemX.out.println("");
05:00:08 	}
05:00:08 
05:00:08 }
05:00:08  TooltipText=null
05:00:08 09:00:08.385 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
05:00:09 09:00:09.385 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:09 09:00:09.385 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:09  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:09  * This program and the accompanying materials are made available under the
05:00:09  * terms of the Eclipse Public License 2.0 which is available at
05:00:09  * http://www.eclipse.org/legal/epl-2.0.
05:00:09  *
05:00:09  * SPDX-License-Identifier: EPL-2.0
05:00:09  *
05:00:09  * Contributors:
05:00:09  *     Red Hat, Inc - initial API and implementation
05:00:09  *******************************************************************************/
05:00:09 package test;
05:00:09 public class JavaClass {
05:00:09 
05:00:09 	public JavaClass() {
05:00:09 		SystemX.out.println("");
05:00:09 	}
05:00:09 
05:00:09 }
05:00:09  TooltipText=null
05:00:09 09:00:09.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:09 09:00:09.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:09 09:00:09.386 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:09 09:00:09.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:09 09:00:09.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:09 09:00:09.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:09 09:00:09.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:09 09:00:09.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:09 09:00:09.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:09 09:00:09.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:09 09:00:09.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:09 09:00:09.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:09 09:00:09.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:09 09:00:09.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:09 09:00:09.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:09 09:00:09.388 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:09 09:00:09.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:09 09:00:09.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:09 09:00:09.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:09 09:00:09.398 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:09 09:00:09.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:09 09:00:09.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:09 09:00:09.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:09 09:00:09.399 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:09 09:00:09.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:09 09:00:09.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:09 09:00:09.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:09 09:00:09.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:09 09:00:09.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:09 09:00:09.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:09 09:00:09.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:09 09:00:09.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:10 09:00:10.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:10 09:00:10.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:10 09:00:10.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:10 09:00:10.400 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:10 09:00:10.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:10 09:00:10.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:10 09:00:10.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:10 09:00:10.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
05:00:10 09:00:10.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:10 09:00:10.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:10 09:00:10.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:10 09:00:10.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:10 09:00:10.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:10 09:00:10.401 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:10 09:00:10.401 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:10 09:00:10.401 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:10 09:00:10.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:10 09:00:10.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:10 09:00:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:10 09:00:10.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:10 09:00:10.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:10 09:00:10.402 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:10 09:00:10.403 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:10 09:00:10.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:10 09:00:10.407 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:10 09:00:10.407 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:10 09:00:10.407 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:10 09:00:10.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:10 09:00:10.411 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:10 09:00:10.411 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:10 09:00:10.411 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:10 09:00:10.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@643fae48 is found...
05:00:10 09:00:10.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@643fae48 is found finished successfully
05:00:10 09:00:10.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
05:00:10 09:00:10.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:10 09:00:10.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:10 09:00:10.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:10 09:00:10.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:10 09:00:10.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:10 09:00:10.443 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:10 09:00:10.443 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:10  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:10  * This program and the accompanying materials are made available under the
05:00:10  * terms of the Eclipse Public License 2.0 which is available at
05:00:10  * http://www.eclipse.org/legal/epl-2.0.
05:00:10  *
05:00:10  * SPDX-License-Identifier: EPL-2.0
05:00:10  *
05:00:10  * Contributors:
05:00:10  *     Red Hat, Inc - initial API and implementation
05:00:10  *******************************************************************************/
05:00:10 package test;
05:00:10 public class JavaClass {
05:00:10 
05:00:10 	public JavaClass() {
05:00:10 		SystemX.out.println("");
05:00:10 	}
05:00:10 
05:00:10 }
05:00:10  TooltipText=null
05:00:10 09:00:10.443 INFO [WorkbenchTestable][TextEditor] Set text to editor
05:00:10 09:00:10.450 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:10 09:00:10.450 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:10  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:10  * This program and the accompanying materials are made available under the
05:00:10  * terms of the Eclipse Public License 2.0 which is available at
05:00:10  * http://www.eclipse.org/legal/epl-2.0.
05:00:10  *
05:00:10  * SPDX-License-Identifier: EPL-2.0
05:00:10  *
05:00:10  * Contributors:
05:00:10  *     Red Hat, Inc - initial API and implementation
05:00:10  *******************************************************************************/
05:00:10 package test;
05:00:10 public class JavaClass {
05:00:10 
05:00:10 	public JavaClass() {
05:00:10 		System.out.println("");
05:00:10 	}
05:00:10 
05:00:10 }
05:00:10  TooltipText=null
05:00:10 09:00:10.450 INFO [WorkbenchTestable][AbstractEditor] Save editor
05:00:10 09:00:10.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:10 09:00:10.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:10 09:00:10.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:10 09:00:10.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:10 09:00:10.451 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Item match:File
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:''
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:''
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
05:00:10 09:00:10.451 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
05:00:10 09:00:10.471 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
05:00:10 09:00:10.471 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
05:00:10 09:00:10.471 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
05:00:10 09:00:10.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
05:00:10 09:00:10.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
05:00:10 09:00:10.482 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:10 09:00:10.482 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:10  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:10  * This program and the accompanying materials are made available under the
05:00:10  * terms of the Eclipse Public License 2.0 which is available at
05:00:10  * http://www.eclipse.org/legal/epl-2.0.
05:00:10  *
05:00:10  * SPDX-License-Identifier: EPL-2.0
05:00:10  *
05:00:10  * Contributors:
05:00:10  *     Red Hat, Inc - initial API and implementation
05:00:10  *******************************************************************************/
05:00:10 package test;
05:00:10 public class JavaClass {
05:00:10 
05:00:10 	public JavaClass() {
05:00:10 		System.out.println("");
05:00:10 	}
05:00:10 
05:00:10 }
05:00:10  TooltipText=null
05:00:10 09:00:10.482 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
05:00:10 09:00:10.482 DEBUG [main][EditorHandler] 1 editor(s) found
05:00:10 09:00:10.482 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
05:00:10 09:00:10.561 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
05:00:10 09:00:10.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:10 09:00:10.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:10 09:00:10.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:10 09:00:10.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:10 09:00:10.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:10 09:00:10.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:10 09:00:10.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:10 09:00:10.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:10 09:00:10.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:10 09:00:10.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:10 09:00:10.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:10 09:00:10.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:10 09:00:10.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:10 09:00:10.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:10 09:00:10.563 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:10 09:00:10.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:10 09:00:10.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:10 09:00:10.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:10 09:00:10.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:10 09:00:10.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:10 09:00:10.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:10 09:00:10.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:10 09:00:10.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:10 09:00:10.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:10 09:00:10.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:10 09:00:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:10 09:00:10.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:10 09:00:10.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:10 09:00:10.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:10 09:00:10.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:10 09:00:10.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:10 09:00:10.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:10 09:00:10.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:10 09:00:10.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:10 09:00:10.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:10 09:00:10.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:10 09:00:10.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:10 09:00:10.568 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:10 09:00:10.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:10 09:00:10.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:10 09:00:10.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:10 09:00:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:10 09:00:10.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:10 09:00:10.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:11 09:00:11.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:11 09:00:11.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:11 09:00:11.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:11 09:00:11.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:11 09:00:11.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:11 09:00:11.570 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:11 09:00:11.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:11 09:00:11.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:11 09:00:11.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:11 09:00:11.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:11 09:00:11.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:11 09:00:11.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:11 09:00:11.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:11 09:00:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:11 09:00:11.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:11 09:00:11.571 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:11 09:00:11.571 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:11 09:00:11.571 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:11 09:00:11.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:11 09:00:11.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:11 09:00:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:11 09:00:11.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:11 09:00:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:11 09:00:11.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:11 09:00:11.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:11 09:00:11.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:11 09:00:11.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:11 09:00:11.572 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:11 09:00:11.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:11 09:00:11.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:11 09:00:11.579 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:11 09:00:11.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:11 09:00:11.579 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:11 09:00:11.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:11 09:00:11.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:11 09:00:11.583 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:11 09:00:11.583 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:11 09:00:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b98386a is found...
05:00:11 09:00:11.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b98386a is found finished successfully
05:00:11 09:00:11.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')
05:00:11 09:00:11.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:11 09:00:11.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:11 09:00:11.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:11 09:00:11.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:11 09:00:11.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:11 09:00:11.694 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:11 09:00:11.694 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:11 package test;
05:00:11 public class JavaClass {
05:00:11 
05:00:11 	public JavaClass() {
05:00:11 		System.out.println("");
05:00:11 	}
05:00:11 
05:00:11 }
05:00:11  TooltipText=null
05:00:11 09:00:11.694 INFO [WorkbenchTestable][TextEditor] Select text in editor
05:00:11 /*******************************************************************************
05:00:11  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:11  * This program and the accompanying materials are made available under the
05:00:11  * terms of the Eclipse Public License 2.0 which is available at
05:00:11  * http://www.eclipse.org/legal/epl-2.0.
05:00:11  *
05:00:11  * SPDX-License-Identifier: EPL-2.0
05:00:11  *
05:00:11  * Contributors:
05:00:11  *     Red Hat, Inc - initial API and implementation
05:00:11  *******************************************************************************/
05:00:11 package test;
05:00:11 public class JavaClass {
05:00:11 09:00:11.698 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:11 09:00:11.698 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:11 package test;
05:00:11 public class JavaClass {
05:00:11 
05:00:11 	public JavaClass() {
05:00:11 		System.out.println("");
05:00:11 	}
05:00:11 
05:00:11 }
05:00:11  TooltipText=null
05:00:11 09:00:11.698 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant
05:00:11 09:00:11.698 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
05:00:12 09:00:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:12 09:00:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:12 09:00:12.699 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:12 09:00:12.699 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:12 09:00:12.699 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:12 09:00:12.699 DEBUG [main][MenuItemLookup] Found menu:'Source'
05:00:12 09:00:12.699 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
05:00:12 09:00:12.699 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
05:00:12 09:00:12.699 DEBUG [main][MenuItemLookup] Item match:Navigate
05:00:12 09:00:12.700 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
05:00:12 09:00:12.700 DEBUG [main][MenuItemLookup] Found menu:'Go To'
05:00:12 09:00:12.700 DEBUG [main][MenuItemLookup] Found menu:''
05:00:12 09:00:12.700 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration	F3'
05:00:12 09:00:12.700 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy	F4'
05:00:12 09:00:12.700 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy	Ctrl+Alt+H'
05:00:12 09:00:12.700 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink'
05:00:12 09:00:12.700 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink
05:00:12 09:00:12.700 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k"
05:00:12 09:00:12.700 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink
05:00:12 09:00:12.700 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k
05:00:12 09:00:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
05:00:12 09:00:12.748 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
05:00:12 09:00:12.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:12 09:00:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:12 09:00:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:12 09:00:12.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
05:00:12 09:00:12.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:12 09:00:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:12 09:00:12.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:12 09:00:12.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:12 09:00:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:12 09:00:12.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
05:00:12 09:00:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
05:00:12 09:00:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
05:00:12 09:00:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
05:00:12 09:00:12.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
05:00:12 09:00:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:12 09:00:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:12 09:00:12.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:12 09:00:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:12 09:00:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:12 09:00:12.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 
05:00:12 09:00:12.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
05:00:12 09:00:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:12 09:00:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:12 09:00:12.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
05:00:12 09:00:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:12 09:00:12.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:12 09:00:12.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:13 09:00:13.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:13 09:00:13.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:13 09:00:13.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:13 09:00:13.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:13 09:00:13.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:00:13 09:00:13.752 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
05:00:13 09:00:13.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
05:00:13 09:00:13.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:13 09:00:13.752 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
05:00:13 09:00:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
05:00:14 09:00:14.265 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
05:00:14 09:00:14.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:14 09:00:14.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:14 09:00:14.266 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:14 09:00:14.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:14 09:00:14.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:14 09:00:14.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:14 09:00:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:14 09:00:14.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:14 09:00:14.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:14 09:00:14.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:14 09:00:14.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:14 09:00:14.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:14 09:00:14.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:14 09:00:14.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:14 09:00:14.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:14 09:00:14.279 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:14 09:00:14.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:14 09:00:14.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:14 09:00:14.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:14 09:00:14.302 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:14 09:00:14.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:14 09:00:14.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:14 09:00:14.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:14 09:00:14.303 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:14 09:00:14.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:14 09:00:14.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:14 09:00:14.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:14 09:00:14.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:14 09:00:14.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:14 09:00:14.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:14 09:00:14.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:14 09:00:14.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:15 09:00:15.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:15 09:00:15.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:15 09:00:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:15 09:00:15.305 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:15 09:00:15.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:15 09:00:15.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:15 09:00:15.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:15 09:00:15.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:15 09:00:15.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:15 09:00:15.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:15 09:00:15.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:15 09:00:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:15 09:00:15.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:15 09:00:15.307 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:15 09:00:15.307 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:15 09:00:15.307 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:15 09:00:15.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:15 09:00:15.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:15 09:00:15.308 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:15 09:00:15.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:15 09:00:15.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:15 09:00:15.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:15 09:00:15.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:15 09:00:15.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:15 09:00:15.314 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:15 09:00:15.315 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:15 09:00:15.315 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:15 09:00:15.324 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:15 09:00:15.325 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:15 09:00:15.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:15 09:00:15.325 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:15 09:00:15.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:15 09:00:15.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:15 09:00:15.329 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:15 09:00:15.329 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:15 09:00:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5acf2d48 is found...
05:00:15 09:00:15.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5acf2d48 is found finished successfully
05:00:15 09:00:15.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
05:00:15 09:00:15.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:15 09:00:15.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:15 09:00:15.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:15 09:00:15.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:15 09:00:15.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:15 09:00:15.364 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:15 09:00:15.364 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:15 package test;
05:00:15 public class JavaClass {
05:00:15 
05:00:15 	public JavaClass() {
05:00:15 		System.out.println("");
05:00:15 	}
05:00:15 
05:00:15 }
05:00:15  TooltipText=null
05:00:15 09:00:15.364 INFO [WorkbenchTestable][TextEditor] Set text to editor
05:00:15 09:00:15.383 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:15 09:00:15.383 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:15  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:15  * This program and the accompanying materials are made available under the
05:00:15  * terms of the Eclipse Public License 2.0 which is available at
05:00:15  * http://www.eclipse.org/legal/epl-2.0.
05:00:15  *
05:00:15  * SPDX-License-Identifier: EPL-2.0
05:00:15  *
05:00:15  * Contributors:
05:00:15  *     Red Hat, Inc - initial API and implementation
05:00:15  *******************************************************************************/
05:00:15 package test;
05:00:15 public class JavaClass {
05:00:15 
05:00:15 	public JavaClass() {
05:00:15 		System.out.println("");
05:00:15 	}
05:00:15 
05:00:15 }
05:00:15  TooltipText=null
05:00:15 09:00:15.383 INFO [WorkbenchTestable][AbstractEditor] Save editor
05:00:15 09:00:15.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:15 09:00:15.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:15 09:00:15.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:15 09:00:15.383 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:15 09:00:15.383 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Item match:File
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:''
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:''
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
05:00:15 09:00:15.384 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
05:00:15 09:00:15.385 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
05:00:15 09:00:15.385 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
05:00:15 09:00:15.385 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
05:00:15 09:00:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
05:00:15 09:00:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
05:00:15 09:00:15.426 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:15 09:00:15.426 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:15  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:15  * This program and the accompanying materials are made available under the
05:00:15  * terms of the Eclipse Public License 2.0 which is available at
05:00:15  * http://www.eclipse.org/legal/epl-2.0.
05:00:15  *
05:00:15  * SPDX-License-Identifier: EPL-2.0
05:00:15  *
05:00:15  * Contributors:
05:00:15  *     Red Hat, Inc - initial API and implementation
05:00:15  *******************************************************************************/
05:00:15 package test;
05:00:15 public class JavaClass {
05:00:15 
05:00:15 	public JavaClass() {
05:00:15 		System.out.println("");
05:00:15 	}
05:00:15 
05:00:15 }
05:00:15  TooltipText=null
05:00:15 09:00:15.426 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
05:00:15 09:00:15.427 DEBUG [main][EditorHandler] 1 editor(s) found
05:00:15 09:00:15.427 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
05:00:15 09:00:15.486 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
05:00:15 09:00:15.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:15 09:00:15.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:15 09:00:15.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:15 09:00:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:15 09:00:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:15 09:00:15.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:15 09:00:15.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:15 09:00:15.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:15 09:00:15.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:15 09:00:15.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:15 09:00:15.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:15 09:00:15.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:15 09:00:15.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:15 09:00:15.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:15 09:00:15.488 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:15 09:00:15.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:15 09:00:15.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:15 09:00:15.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:15 09:00:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:15 09:00:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:15 09:00:15.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:15 09:00:15.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:15 09:00:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:15 09:00:15.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:15 09:00:15.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:15 09:00:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:15 09:00:15.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:15 09:00:15.489 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:15 09:00:15.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:15 09:00:15.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:15 09:00:15.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:15 09:00:15.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:15 09:00:15.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:15 09:00:15.491 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:15 09:00:15.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:15 09:00:15.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:15 09:00:15.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:15 09:00:15.491 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:15 09:00:15.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:15 09:00:15.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:15 09:00:15.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:15 09:00:15.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:15 09:00:15.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:15 09:00:15.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:15 09:00:15.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:15 09:00:15.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:16 09:00:16.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:16 09:00:16.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:16 09:00:16.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:16 09:00:16.493 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:16 09:00:16.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:16 09:00:16.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:16 09:00:16.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:16 09:00:16.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
05:00:16 09:00:16.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:16 09:00:16.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:16 09:00:16.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:16 09:00:16.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:16 09:00:16.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:16 09:00:16.494 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:16 09:00:16.495 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:16 09:00:16.495 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:16 09:00:16.495 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:16 09:00:16.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:16 09:00:16.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:16 09:00:16.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:16 09:00:16.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:16 09:00:16.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:16 09:00:16.495 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:16 09:00:16.496 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:16 09:00:16.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:16 09:00:16.496 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:16 09:00:16.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:16 09:00:16.496 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:16 09:00:16.496 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:16 09:00:16.496 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:16 09:00:16.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:16 09:00:16.496 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:16 09:00:16.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:16 09:00:16.496 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:16 09:00:16.496 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:16 09:00:16.496 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:16 09:00:16.498 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:16 09:00:16.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:16 09:00:16.503 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:16 09:00:16.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:16 09:00:16.503 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:16 09:00:16.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:16 09:00:16.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:16 09:00:16.507 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:16 09:00:16.507 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:16 09:00:16.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75a11d37 is found...
05:00:16 09:00:16.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75a11d37 is found finished successfully
05:00:16 09:00:16.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
05:00:16 09:00:16.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:16 09:00:16.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:16 09:00:16.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:16 09:00:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:16 09:00:16.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:16 09:00:16.627 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:16 09:00:16.627 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:16 package test;
05:00:16 public class JavaClass {
05:00:16 
05:00:16 	public JavaClass() {
05:00:16 		System.out.println("");
05:00:16 	}
05:00:16 
05:00:16 }
05:00:16  TooltipText=null
05:00:16 09:00:16.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:16 09:00:16.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:16 09:00:16.628 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:16 09:00:16.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:16 09:00:16.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:16 09:00:16.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:16 09:00:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:16 09:00:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:16 09:00:16.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:16 09:00:16.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:16 09:00:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:16 09:00:16.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:16 09:00:16.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:16 09:00:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:16 09:00:16.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:16 09:00:16.629 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:16 09:00:16.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:16 09:00:16.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:16 09:00:16.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:16 09:00:16.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:16 09:00:16.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:16 09:00:16.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:16 09:00:16.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:16 09:00:16.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:16 09:00:16.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:16 09:00:16.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:16 09:00:16.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:16 09:00:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:16 09:00:16.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:16 09:00:16.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:17 09:00:17.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:17 09:00:17.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:17 09:00:17.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:17 09:00:17.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:17 09:00:17.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:17 09:00:17.660 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:17 09:00:17.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:17 09:00:17.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:17 09:00:17.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:17 09:00:17.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:17 09:00:17.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:17 09:00:17.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:17 09:00:17.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:17 09:00:17.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:17 09:00:17.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:17 09:00:17.661 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:17 09:00:17.661 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:17 09:00:17.662 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:17 09:00:17.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:17 09:00:17.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:17 09:00:17.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:17 09:00:17.663 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:17 09:00:17.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:17 09:00:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:17 09:00:17.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:17 09:00:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:17 09:00:17.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:17 09:00:17.663 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:17 09:00:17.663 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:17 09:00:17.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:17 09:00:17.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:17 09:00:17.672 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:17 09:00:17.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:17 09:00:17.672 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:17 09:00:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:17 09:00:17.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:17 09:00:17.677 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:17 09:00:17.677 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:17 09:00:17.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6cf5b025 is found...
05:00:17 09:00:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6cf5b025 is found finished successfully
05:00:17 09:00:17.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
05:00:17 09:00:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:17 09:00:17.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:17 09:00:17.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:17 09:00:17.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:17 09:00:17.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:17 09:00:17.714 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:17 09:00:17.714 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:17 package test;
05:00:17 public class JavaClass {
05:00:17 
05:00:17 	public JavaClass() {
05:00:17 		System.out.println("");
05:00:17 	}
05:00:17 
05:00:17 }
05:00:17  TooltipText=null
05:00:17 09:00:17.714 INFO [WorkbenchTestable][TextEditor] Set text to editor
05:00:17 09:00:17.729 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:17 09:00:17.729 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:17  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:17  * This program and the accompanying materials are made available under the
05:00:17  * terms of the Eclipse Public License 2.0 which is available at
05:00:17  * http://www.eclipse.org/legal/epl-2.0.
05:00:17  *
05:00:17  * SPDX-License-Identifier: EPL-2.0
05:00:17  *
05:00:17  * Contributors:
05:00:17  *     Red Hat, Inc - initial API and implementation
05:00:17  *******************************************************************************/
05:00:17 package test;
05:00:17 public class JavaClass {
05:00:17 
05:00:17 	public JavaClass() {
05:00:17 		System.out.println("");
05:00:17 	}
05:00:17 
05:00:17 }
05:00:17  TooltipText=null
05:00:17 09:00:17.729 INFO [WorkbenchTestable][AbstractEditor] Save editor
05:00:17 09:00:17.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:17 09:00:17.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:17 09:00:17.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:17 09:00:17.729 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:17 09:00:17.729 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:17 09:00:17.729 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:17 09:00:17.729 DEBUG [main][MenuItemLookup] Item match:File
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Found menu:''
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Found menu:''
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
05:00:17 09:00:17.730 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
05:00:17 09:00:17.730 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
05:00:17 09:00:17.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
05:00:17 09:00:17.730 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
05:00:17 09:00:17.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
05:00:17 09:00:17.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
05:00:17 09:00:17.756 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:17 09:00:17.757 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:17  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:17  * This program and the accompanying materials are made available under the
05:00:17  * terms of the Eclipse Public License 2.0 which is available at
05:00:17  * http://www.eclipse.org/legal/epl-2.0.
05:00:17  *
05:00:17  * SPDX-License-Identifier: EPL-2.0
05:00:17  *
05:00:17  * Contributors:
05:00:17  *     Red Hat, Inc - initial API and implementation
05:00:17  *******************************************************************************/
05:00:17 package test;
05:00:17 public class JavaClass {
05:00:17 
05:00:17 	public JavaClass() {
05:00:17 		System.out.println("");
05:00:17 	}
05:00:17 
05:00:17 }
05:00:17  TooltipText=null
05:00:17 09:00:17.757 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
05:00:17 09:00:17.757 DEBUG [main][EditorHandler] 1 editor(s) found
05:00:17 09:00:17.757 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:17 09:00:17.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:17 09:00:17.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:17 09:00:17.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:17 09:00:17.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:17 09:00:17.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:17 09:00:17.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:17 09:00:17.839 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:17 09:00:17.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:17 09:00:17.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:17 09:00:17.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:17 09:00:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:17 09:00:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:17 09:00:17.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:17 09:00:17.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:17 09:00:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:17 09:00:17.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:17 09:00:17.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:17 09:00:17.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:17 09:00:17.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:17 09:00:17.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:17 09:00:17.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:17 09:00:17.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:17 09:00:17.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:17 09:00:17.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:17 09:00:17.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:17 09:00:17.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:17 09:00:17.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:17 09:00:17.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:17 09:00:17.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:17 09:00:17.845 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:17 09:00:17.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:17 09:00:17.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:17 09:00:17.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:17 09:00:17.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:17 09:00:17.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:17 09:00:17.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:18 09:00:18.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:18 09:00:18.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:18 09:00:18.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:18 09:00:18.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:18 09:00:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:18 09:00:18.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:18 09:00:18.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:18 09:00:18.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:18 09:00:18.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:18 09:00:18.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:18 09:00:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:18 09:00:18.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:18 09:00:18.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:18 09:00:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:18 09:00:18.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:18 09:00:18.860 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:18 09:00:18.860 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:18 09:00:18.860 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:18 09:00:18.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:18 09:00:18.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:18 09:00:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:18 09:00:18.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:18 09:00:18.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:18 09:00:18.861 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:18 09:00:18.862 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:18 09:00:18.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:18 09:00:18.867 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:18 09:00:18.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:18 09:00:18.867 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:18 09:00:18.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:18 09:00:18.880 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:18 09:00:18.880 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:18 09:00:18.880 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:18 09:00:18.979 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:18 09:00:18.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:18 09:00:18.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:18 09:00:18.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:18 09:00:18.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:18 09:00:18.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
05:00:18 09:00:18.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:18 09:00:18.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:18 09:00:18.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:18 09:00:18.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:18 09:00:18.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66a48eb9 is found...
05:00:19 09:00:19.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66a48eb9 is found finished successfully
05:00:19 09:00:19.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 '\*?\QJavaClass.java\E')
05:00:19 09:00:19.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:19 09:00:19.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:19 09:00:19.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:19 09:00:19.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:19 09:00:19.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:19 09:00:19.046 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:19 09:00:19.046 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:19 package test;
05:00:19 public class JavaClass {
05:00:19 
05:00:19 	public JavaClass() {
05:00:19 		System.out.println("");
05:00:19 	}
05:00:19 
05:00:19 }
05:00:19  TooltipText=null
05:00:19 09:00:19.046 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
05:00:19 09:00:19.046 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
05:00:19 09:00:19.246 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
05:00:19 09:00:19.449 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
05:00:19 09:00:19.449 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
05:00:19 09:00:19.649 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
05:00:19 09:00:19.852 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
05:00:19 09:00:19.852 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
05:00:20 09:00:20.052 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
05:00:20 09:00:20.254 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
05:00:20 09:00:20.254 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
05:00:20 09:00:20.455 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
05:00:20 09:00:20.657 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
05:00:20 09:00:20.657 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
05:00:20 09:00:20.858 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
05:00:21 09:00:21.859 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor
05:00:21 09:00:21.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:21 09:00:21.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:21 09:00:21.867 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:21 09:00:21.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:21 09:00:21.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:21 09:00:21.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:21 09:00:21.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:21 09:00:21.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:21 09:00:21.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:21 09:00:21.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:21 09:00:21.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:21 09:00:21.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:21 09:00:21.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:21 09:00:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:21 09:00:21.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:21 09:00:21.874 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:21 09:00:21.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:21 09:00:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:21 09:00:21.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:21 09:00:21.903 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:21 09:00:21.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:21 09:00:21.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:21 09:00:21.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:21 09:00:21.904 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:21 09:00:21.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:21 09:00:21.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:21 09:00:21.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:21 09:00:21.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:21 09:00:21.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:21 09:00:21.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:22 09:00:22.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:22 09:00:22.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:22 09:00:22.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:22 09:00:22.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:22 09:00:22.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:22 09:00:22.906 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:22 09:00:22.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:22 09:00:22.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:22 09:00:22.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:22 09:00:22.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
05:00:22 09:00:22.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:22 09:00:22.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:22 09:00:22.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:22 09:00:22.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:22 09:00:22.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:22 09:00:22.907 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:22 09:00:22.907 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:22 09:00:22.907 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
05:00:22 09:00:22.907 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
05:00:22 09:00:22.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
05:00:22 09:00:22.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:22 09:00:22.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
05:00:22 09:00:22.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:22 09:00:22.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
05:00:22 09:00:22.907 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
05:00:22 09:00:22.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
05:00:22 09:00:22.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:22 09:00:22.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
05:00:22 09:00:22.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:22 09:00:22.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
05:00:22 09:00:22.908 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
05:00:22 09:00:22.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
05:00:22 09:00:22.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:22 09:00:22.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
05:00:22 09:00:22.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:22 09:00:22.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
05:00:22 09:00:22.908 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:22 09:00:22.908 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:22 09:00:22.908 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:22 09:00:22.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:22 09:00:22.913 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
05:00:22 09:00:22.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
05:00:22 09:00:22.913 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
05:00:22 09:00:22.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
05:00:22 09:00:22.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
05:00:22 09:00:22.919 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
05:00:22 09:00:22.919 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:22 09:00:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7b654aaf is found...
05:00:22 09:00:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7b654aaf is found finished successfully
05:00:22 09:00:22.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
05:00:22 09:00:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:22 09:00:22.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:22 09:00:22.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:22 09:00:22.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:22 09:00:22.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:22 09:00:22.949 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:22 09:00:22.949 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
05:00:22 package test;
05:00:22 public class JavaClass {
05:00:22 
05:00:22 	public JavaClass() {
05:00:22 		System.out.println("");
05:00:22 	}
05:00:22 
05:00:22 }
05:00:22  TooltipText=null
05:00:22 09:00:22.949 INFO [WorkbenchTestable][TextEditor] Set text to editor
05:00:22 09:00:22.962 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:22 09:00:22.962 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:22  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:22  * This program and the accompanying materials are made available under the
05:00:22  * terms of the Eclipse Public License 2.0 which is available at
05:00:22  * http://www.eclipse.org/legal/epl-2.0.
05:00:22  *
05:00:22  * SPDX-License-Identifier: EPL-2.0
05:00:22  *
05:00:22  * Contributors:
05:00:22  *     Red Hat, Inc - initial API and implementation
05:00:22  *******************************************************************************/
05:00:22 package test;
05:00:22 public class JavaClass {
05:00:22 
05:00:22 	public JavaClass() {
05:00:22 		System.out.println("");
05:00:22 	}
05:00:22 
05:00:22 }
05:00:22  TooltipText=null
05:00:22 09:00:22.962 INFO [WorkbenchTestable][AbstractEditor] Save editor
05:00:22 09:00:22.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
05:00:22 09:00:22.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:22 09:00:22.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:22 09:00:22.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:22 09:00:22.975 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
05:00:22 09:00:22.975 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:22 09:00:22.975 DEBUG [main][MenuItemLookup] Item match:File
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Found menu:''
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Found menu:''
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
05:00:22 09:00:22.976 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
05:00:22 09:00:22.976 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
05:00:22 09:00:22.976 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
05:00:22 09:00:22.976 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
05:00:23 09:00:22.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
05:00:23 09:00:22.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
05:00:23 09:00:22.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:23 09:00:22.995 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
05:00:23  * Copyright (c) 2017 Red Hat, Inc and others.
05:00:23  * This program and the accompanying materials are made available under the
05:00:23  * terms of the Eclipse Public License 2.0 which is available at
05:00:23  * http://www.eclipse.org/legal/epl-2.0.
05:00:23  *
05:00:23  * SPDX-License-Identifier: EPL-2.0
05:00:23  *
05:00:23  * Contributors:
05:00:23  *     Red Hat, Inc - initial API and implementation
05:00:23  *******************************************************************************/
05:00:23 package test;
05:00:23 public class JavaClass {
05:00:23 
05:00:23 	public JavaClass() {
05:00:23 		System.out.println("");
05:00:23 	}
05:00:23 
05:00:23 }
05:00:23  TooltipText=null
05:00:23 09:00:22.995 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
05:00:23 09:00:22.995 DEBUG [main][EditorHandler] 1 editor(s) found
05:00:23 09:00:22.996 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
05:00:23 09:00:23.054 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
05:00:23 09:00:23.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:23 09:00:23.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:23 09:00:23.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:23 09:00:23.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:23 09:00:23.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:23 09:00:23.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
05:00:23 09:00:23.054 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
05:00:23 09:00:23.054 DEBUG [main][EditorHandler] 0 editor(s) found
05:00:23 09:00:23.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:23 09:00:23.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:23 09:00:23.055 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:23 09:00:23.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:23 09:00:23.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:23 09:00:23.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:23 09:00:23.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:23 09:00:23.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:23 09:00:23.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:23 09:00:23.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:23 09:00:23.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:23 09:00:23.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:23 09:00:23.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:23 09:00:23.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:23 09:00:23.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:23 09:00:23.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:23 09:00:23.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:23 09:00:23.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:23 09:00:23.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:23 09:00:23.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:23 09:00:23.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:23 09:00:23.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:23 09:00:23.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:23 09:00:23.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:23 09:00:23.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:23 09:00:23.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:23 09:00:23.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:23 09:00:23.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:23 09:00:23.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:23 09:00:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:23 09:00:23.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:23 09:00:23.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:23 09:00:23.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:23 09:00:23.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:24 09:00:24.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:24 09:00:24.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:24 09:00:24.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:24 09:00:24.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:24 09:00:24.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:24 09:00:24.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:24 09:00:24.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:24 09:00:24.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
05:00:24 09:00:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:24 09:00:24.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:24 09:00:24.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:24 09:00:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:24 09:00:24.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:24 09:00:24.062 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:24 09:00:24.062 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:24 09:00:24.062 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:24 09:00:24.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:24 09:00:24.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:24 09:00:24.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:24 09:00:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:24 09:00:24.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:24 09:00:24.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:24 09:00:24.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:24 09:00:24.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:25 09:00:25.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:25 09:00:25.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:25 09:00:25.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:25 09:00:25.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:25 09:00:25.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:25 09:00:25.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:25 09:00:25.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:25 09:00:25.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:25 09:00:25.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:25 09:00:25.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:25 09:00:25.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:25 09:00:25.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:25 09:00:25.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:25 09:00:25.065 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
05:00:25 09:00:25.065 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
05:00:25 09:00:25.065 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:25 09:00:25.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:25 09:00:25.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:25 09:00:25.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:25 09:00:25.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:25 09:00:25.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:25 09:00:25.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:25 09:00:25.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:25 09:00:25.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:25 09:00:25.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:25 09:00:25.066 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
05:00:25 09:00:25.066 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
05:00:25 09:00:25.066 DEBUG [main][TreeItemHandler] Set Tree selection
05:00:25 09:00:25.066 DEBUG [main][TreeHandler] Notify Tree about selection event
05:00:25 09:00:25.071 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
05:00:25 09:00:25.072 DEBUG [WorkbenchTestable][TreeItemHandler]   testProject
05:00:25 09:00:25.072 DEBUG [WorkbenchTestable][TreeItemHandler]   TextEditorTestProject
05:00:25 09:00:25.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
05:00:25 09:00:25.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'New'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:''
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:''
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Build Path'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Source	Shift+Alt+S'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Move...'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:''
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Import...'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Export...'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:''
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
05:00:25 09:00:25.109 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
05:00:25 09:00:25.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
05:00:25 09:00:25.109 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
05:00:25 09:00:25.109 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
05:00:25 09:00:25.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:25 09:00:25.109 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
05:00:25 09:00:25.609 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:25 09:00:25.610 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:25 09:00:25.610 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:25 09:00:25.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:25 09:00:25.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
05:00:25 09:00:25.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Found menu:'New'
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Found menu:''
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Found menu:''
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
05:00:25 09:00:25.626 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
05:00:25 09:00:25.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
05:00:25 09:00:25.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
05:00:25 09:00:25.627 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
05:00:25 09:00:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available....
05:00:25 
05:00:25 (Eclipse:1107): Gtk-CRITICAL **: 09:00:25.674: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
05:00:25 
05:00:25 (Eclipse:1107): Gtk-CRITICAL **: 09:00:25.677: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
05:00:25 
05:00:25 (Eclipse:1107): Gtk-CRITICAL **: 09:00:25.695: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
05:00:25 
05:00:25 (Eclipse:1107): Gtk-CRITICAL **: 09:00:25.710: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
05:00:26 09:00:26.213 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
05:00:26 09:00:26.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
05:00:26 09:00:26.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:26 09:00:26.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:26 09:00:26.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32)
05:00:26 09:00:26.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:26 09:00:26.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:26 09:00:26.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:26 09:00:26.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
05:00:26 09:00:26.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:26 09:00:26.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:26 09:00:26.217 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
05:00:26 09:00:26.217 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
05:00:26 09:00:26.217 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:26 09:00:26.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:26 09:00:26.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:26 09:00:26.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:26 09:00:26.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:26 09:00:26.218 INFO [WorkbenchTestable][AbstractButton] Click button OK
05:00:26 09:00:26.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:26 09:00:26.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:26 09:00:26.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:26 09:00:26.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:26 09:00:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
05:00:26 09:00:26.222 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
05:00:26 09:00:26.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
05:00:26 09:00:26.722 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
05:00:26 09:00:26.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:26 09:00:26.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:26 09:00:26.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:26 09:00:26.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:26 09:00:26.724 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:26 09:00:26.724 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:26 09:00:26.724 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:26 09:00:26.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:26 09:00:26.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:26 Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 139.483 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest
05:00:26 setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 7.369 s
05:00:26 getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.436 s
05:00:26 notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.011 s
05:00:26 insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.473 s
05:00:26 selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.219 s
05:00:26 selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.259 s
05:00:26 getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 4.969 s
05:00:26 getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.351 s
05:00:26 insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.382 s
05:00:26 contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.626 s
05:00:26 openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.529 s
05:00:26 getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.209 s
05:00:26 getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.36 s
05:00:26 getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.434 s
05:00:26 closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 4.949 s
05:00:26 quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.615 s
05:00:26 getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.134 s
05:00:26 selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.196 s
05:00:26 testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.366 s
05:00:26 openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.426 s
05:00:26 insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.416 s
05:00:26 getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.063 s
05:00:26 insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.338 s
05:00:26 closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.952 s
05:00:26 setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 7.196 s
05:00:26 getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 11.799 s
05:00:26 insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.344 s
05:00:26 getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.377 s
05:00:26 closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 4.925 s
05:00:26 getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.351 s
05:00:26 selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.216 s
05:00:26 Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
05:00:26 09:00:26.737 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
05:00:26 09:00:26.737 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:00:26 09:00:26.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:26 09:00:26.738 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
05:00:26 09:00:26.738 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:26 09:00:26.738 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:00:26 09:00:26.738 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:26 09:00:26.738 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:00:26 09:00:26.738 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:26 09:00:26.738 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
05:00:26 09:00:26.738 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.*']
05:00:26 09:00:26.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.739 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.*']
05:00:26 09:00:26.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.739 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.*']
05:00:26 09:00:26.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:26 09:00:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:26 09:00:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:26 09:00:26.739 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:26 09:00:26.739 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:26 09:00:26.739 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:26 09:00:26.739 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:26 09:00:26.739 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
05:00:26 09:00:26.739 DEBUG [main][MenuItemLookup] Found menu:'Search'
05:00:26 09:00:26.739 DEBUG [main][MenuItemLookup] Found menu:'Project'
05:00:26 09:00:26.739 DEBUG [main][MenuItemLookup] Found menu:'Window'
05:00:26 09:00:26.739 DEBUG [main][MenuItemLookup] Item match:Window
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:'New Window'
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:'Editor'
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:''
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:'Show View'
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:''
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:''
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
05:00:26 09:00:26.740 DEBUG [main][MenuItemLookup] Item match:Preferences
05:00:26 09:00:26.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
05:00:26 09:00:26.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
05:00:26 09:00:26.740 INFO [main][MenuItemHandler] Select menu item: &Preferences
05:00:26 09:00:26.810 DEBUG [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....
05:00:26 09:00:26.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
05:00:26 09:00:26.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
05:00:26 09:00:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:26 09:00:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:26 09:00:26.813 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
05:00:26 09:00:26.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.813 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
05:00:26 09:00:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:26 09:00:26.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:26 09:00:26.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:26 09:00:26.815 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)
05:00:26 09:00:26.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:26 09:00:26.817 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:00:26 09:00:26.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:26 09:00:26.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:26 09:00:26.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:26 09:00:26.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:26 09:00:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:00:26 09:00:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:00:26 09:00:26.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:26 09:00:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:26 09:00:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:26 09:00:26.839 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
05:00:26 09:00:26.840 DEBUG [main][EditorHandler] 0 editor(s) found
05:00:26 09:00:26.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:26 09:00:26.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:26 09:00:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:26 09:00:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:26 09:00:26.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:26 09:00:26.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:26 09:00:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:26 09:00:26.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:26 09:00:26.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:26 09:00:26.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:26 09:00:26.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:26 09:00:26.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:26 09:00:26.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:26 09:00:26.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:26 09:00:26.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:26 09:00:26.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:26 09:00:26.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
05:00:26 To add a project: TooltipText=null
05:00:26 09:00:26.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:26 09:00:26.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:26 09:00:26.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:26 09:00:26.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
05:00:26 To add a project: TooltipText=null
05:00:26 09:00:26.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.845 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:26 09:00:26.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:26 09:00:26.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:26 09:00:26.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
05:00:26 To add a project: TooltipText=null
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:26 09:00:26.846 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest)
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"]
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:26 09:00:26.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.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']
05:00:26 09:00:26.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.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']
05:00:26 09:00:26.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.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: "New Project"]
05:00:26 09:00:26.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:26 09:00:26.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:26 09:00:26.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:26 09:00:26.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:26 09:00:26.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:26 09:00:26.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:26 09:00:26.855 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:26 09:00:26.855 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:26 09:00:26.855 DEBUG [main][MenuItemLookup] Item match:File
05:00:26 09:00:26.856 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:00:26 09:00:26.856 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
05:00:26 09:00:26.857 DEBUG [main][MenuItemLookup] Found menu:'Project...'
05:00:26 09:00:26.857 DEBUG [main][MenuItemLookup] Found menu:''
05:00:26 09:00:26.857 DEBUG [main][MenuItemLookup] Found menu:'Folder'
05:00:26 09:00:26.857 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:26 09:00:26.857 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
05:00:26 09:00:26.857 DEBUG [main][MenuItemLookup] Found menu:''
05:00:26 09:00:26.857 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
05:00:26 09:00:26.857 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
05:00:26 09:00:26.858 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
05:00:26 09:00:26.858 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
05:00:26 09:00:26.858 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
05:00:26 09:00:26.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
05:00:26 09:00:26.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
05:00:26 09:00:26.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
05:00:26 09:00:26.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:26 09:00:26.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:26 09:00:26.915 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:00:26 09:00:26.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.915 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
05:00:26 09:00:26.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:26 09:00:26.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:26 09:00:26.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:26 09:00:26.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
05:00:26 09:00:26.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
05:00:26 09:00:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:26 09:00:26.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
05:00:26 09:00:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:26 09:00:26.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
05:00:26 09:00:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
05:00:26 09:00:26.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
05:00:26 09:00:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:26 09:00:26.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
05:00:26 09:00:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:26 09:00:26.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
05:00:26 09:00:26.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project
05:00:26 09:00:26.917 DEBUG [main][TreeItemHandler] Selecting tree item: Project
05:00:26 09:00:26.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection
05:00:26 09:00:26.920 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project
05:00:26 09:00:26.920 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:00:26 09:00:26.920 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
05:00:26 09:00:26.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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)
05:00:26 09:00:26.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:26 09:00:26.921 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:00:26 09:00:26.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:26 09:00:26.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:26 09:00:26.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:26 09:00:26.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:26 09:00:26.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:26 09:00:26.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available....
05:00:26 09:00:26.943 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
05:00:26 09:00:26.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project
05:00:26 09:00:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:26 09:00:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:26 09:00:26.943 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
05:00:26 09:00:26.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:26 09:00:26.943 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project'
05:00:26 09:00:26.944 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:
05:00:26 is "Project name:")
05:00:26 09:00:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
05:00:26 09:00:26.945 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:00:26 09:00:26.946 INFO [WorkbenchTestable][AbstractText] Text set to: project
05:00:26 09:00:26.946 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
05:00:26 09:00:26.946 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard
05:00:26 09:00:26.946 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)
05:00:26 09:00:26.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:26 09:00:26.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:26 09:00:26.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:26 09:00:26.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:26 09:00:26.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:26 09:00:26.948 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
05:00:26 09:00:26.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:26 09:00:26.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:26 09:00:26.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:26 09:00:26.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:26 09:00:26.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:00:27 09:00:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:00:27 09:00:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:27 09:00:27.451 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Change cursor' is a system job, skipped
05:00:27 09:00:27.451 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
05:00:27 09:00:27.451 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:27 09:00:27.451 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:27 09:00:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:27 09:00:27.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:27 09:00:27.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:27 09:00:27.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:27 09:00:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:27 09:00:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:27 09:00:27.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:27 09:00:27.453 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:27 09:00:27.453 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:27 09:00:27.453 DEBUG [main][MenuItemLookup] Item match:File
05:00:27 09:00:27.454 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:00:27 09:00:27.454 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
05:00:27 09:00:27.455 DEBUG [main][MenuItemLookup] Found menu:'Project...'
05:00:27 09:00:27.455 DEBUG [main][MenuItemLookup] Found menu:''
05:00:27 09:00:27.455 DEBUG [main][MenuItemLookup] Found menu:'Folder'
05:00:27 09:00:27.456 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:27 09:00:27.456 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
05:00:27 09:00:27.456 DEBUG [main][MenuItemLookup] Found menu:''
05:00:27 09:00:27.456 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
05:00:27 09:00:27.456 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
05:00:27 09:00:27.456 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
05:00:27 09:00:27.456 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
05:00:27 09:00:27.456 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
05:00:27 09:00:27.524 DEBUG [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....
05:00:27 09:00:27.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 'New|Select a wizard'] is available. finished successfully
05:00:27 09:00:27.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
05:00:27 09:00:27.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:27 09:00:27.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:27 09:00:27.529 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:00:27 09:00:27.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.529 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
05:00:27 09:00:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:27 09:00:27.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:27 09:00:27.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:27 09:00:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:27 09:00:27.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:27 09:00:27.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
05:00:27 09:00:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:27 09:00:27.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
05:00:27 09:00:27.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
05:00:27 09:00:27.531 DEBUG [main][TreeItemHandler] Selecting tree item: File
05:00:27 09:00:27.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
05:00:27 09:00:27.534 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
05:00:27 09:00:27.534 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:00:27 09:00:27.534 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
05:00:27 09:00:27.534 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)
05:00:27 09:00:27.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:27 09:00:27.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:27 09:00:27.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:27 09:00:27.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:27 09:00:27.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:27 09:00:27.535 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:00:27 09:00:27.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:27 09:00:27.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:27 09:00:27.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:27 09:00:27.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:27 09:00:27.562 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:00:27 09:00:27.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
05:00:27 09:00:27.563 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
05:00:27 09:00:27.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
05:00:27 09:00:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:27 09:00:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:27 09:00:27.563 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
05:00:27 09:00:27.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:27 09:00:27.564 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:
05:00:27 is "Enter or select the parent folder:")
05:00:27 09:00:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:27 09:00:27.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:27 09:00:27.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:27 09:00:27.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:27 09:00:27.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
05:00:27 09:00:27.565 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:00:27 09:00:27.566 INFO [WorkbenchTestable][AbstractText] Text set to: project/
05:00:27 09:00:27.572 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:
05:00:27 is "File name:")
05:00:27 09:00:27.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:27 09:00:27.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:27 09:00:27.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:27 09:00:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:27 09:00:27.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
05:00:27 09:00:27.580 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:00:27 09:00:27.580 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca
05:00:27 09:00:27.582 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
05:00:27 09:00:27.582 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
05:00:27 09:00:27.582 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)
05:00:27 09:00:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:27 09:00:27.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:27 09:00:27.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:27 09:00:27.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:27 09:00:27.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:27 09:00:27.583 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
05:00:27 09:00:27.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:27 09:00:27.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:27 09:00:27.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:27 09:00:27.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:27 09:00:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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')
05:00:28 09:00:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:28 09:00:28.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:28 09:00:28.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:28 09:00:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:28 09:00:28.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:28 09:00:28.090 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:28 09:00:28.090 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null
05:00:28 09:00:28.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:28 09:00:28.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:28 09:00:28.090 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform'
05:00:28 09:00:28.090 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:28 09:00:28.090 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:28 09:00:28.090 DEBUG [main][MenuItemLookup] Item match:Edit
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:''
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:''
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:''
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:''
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
05:00:28 09:00:28.091 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
05:00:28 09:00:28.091 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut
05:00:28 09:00:28.091 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
05:00:28 09:00:28.091 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
05:00:28 09:00:28.292 INFO [WorkbenchTestable][Keyboard]     As char: , as int:32
05:00:29 09:00:29.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
05:00:29 09:00:29.294 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
05:00:29 09:00:29.294 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:29 09:00:29.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:29 09:00:29.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:29 09:00:29.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
05:00:29 09:00:29.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:29 09:00:29.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:29 09:00:29.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:29 09:00:29.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:29 09:00:29.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:29 09:00:29.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
05:00:29 09:00:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
05:00:29 09:00:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
05:00:29 09:00:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
05:00:29 09:00:29.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
05:00:29 09:00:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:29 09:00:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:29 09:00:29.301 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
05:00:29 09:00:29.301 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
05:00:29 09:00:29.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
05:00:29 09:00:29.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
05:00:29 09:00:29.302 DEBUG [WorkbenchTestable][ContentAssistant]   a
05:00:29 09:00:29.302 DEBUG [WorkbenchTestable][ContentAssistant]   b
05:00:29 09:00:29.302 DEBUG [WorkbenchTestable][ContentAssistant]   c
05:00:29 09:00:29.302 INFO [WorkbenchTestable][AbstractShell] Close shell 
05:00:29 09:00:29.302 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
05:00:29 09:00:29.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
05:00:29 09:00:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
05:00:29 09:00:29.310 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
05:00:29 09:00:29.313 DEBUG [main][EditorHandler] 1 editor(s) found
05:00:29 09:00:29.313 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca
05:00:29 09:00:29.335 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed
05:00:29 09:00:29.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:29 09:00:29.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:29 09:00:29.336 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
05:00:29 09:00:29.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:29 09:00:29.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:29 09:00:29.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:29 09:00:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:29 09:00:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:29 09:00:29.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:29 09:00:29.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
05:00:29 09:00:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:29 09:00:29.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:29 09:00:29.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:29 09:00:29.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:29 09:00:29.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:29 09:00:29.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:29 09:00:29.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:29 09:00:29.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:29 09:00:29.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:29 09:00:29.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:29 09:00:29.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:29 09:00:29.340 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:29 09:00:29.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:29 09:00:29.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:29 09:00:29.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:29 09:00:29.340 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:29 09:00:29.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:29 09:00:29.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:29 09:00:29.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:29 09:00:29.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:29 09:00:29.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:29 09:00:29.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:29 09:00:29.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:29 09:00:29.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:30 09:00:30.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:30 09:00:30.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:30 09:00:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:30 09:00:30.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:30 09:00:30.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:30 09:00:30.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:30 09:00:30.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:30 09:00:30.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:30 09:00:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:30 09:00:30.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:30 09:00:30.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:30 09:00:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:30 09:00:30.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:30 09:00:30.343 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project
05:00:30 09:00:30.343 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:30 09:00:30.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:30 09:00:30.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:30 09:00:30.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:30 09:00:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:30 09:00:30.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:30 09:00:30.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:30 09:00:30.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:30 09:00:30.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:31 09:00:31.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:31 09:00:31.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:31 09:00:31.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
05:00:31 09:00:31.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:31 09:00:31.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:31 09:00:31.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:31 09:00:31.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:31 09:00:31.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:31 09:00:31.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:31 09:00:31.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:31 09:00:31.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:31 09:00:31.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:31 09:00:31.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:31 09:00:31.346 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project
05:00:31 09:00:31.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:31 09:00:31.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:31 09:00:31.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:31 09:00:31.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
05:00:31 09:00:31.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
05:00:31 09:00:31.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:31 09:00:31.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:31 09:00:31.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:31 09:00:31.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:31 09:00:31.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:31 09:00:31.347 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
05:00:31 09:00:31.347 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
05:00:31 09:00:31.347 DEBUG [main][TreeItemHandler] Set Tree selection
05:00:31 09:00:31.348 DEBUG [main][TreeHandler] Notify Tree about selection event
05:00:31 09:00:31.352 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
05:00:31 09:00:31.353 DEBUG [WorkbenchTestable][TreeItemHandler]   project
05:00:31 09:00:31.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
05:00:31 09:00:31.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'New'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:''
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:''
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Move...'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:''
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Import...'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Export...'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:''
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
05:00:31 09:00:31.371 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
05:00:31 09:00:31.371 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
05:00:31 09:00:31.371 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
05:00:31 09:00:31.371 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
05:00:31 09:00:31.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:31 09:00:31.371 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
05:00:31 09:00:31.371 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
05:00:31 09:00:31.871 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:31 09:00:31.871 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:31 09:00:31.871 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
05:00:31 09:00:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:31 09:00:31.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
05:00:31 09:00:31.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:31 09:00:31.886 DEBUG [main][MenuItemLookup] Found menu:'New'
05:00:31 09:00:31.886 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
05:00:31 09:00:31.886 DEBUG [main][MenuItemLookup] Found menu:''
05:00:31 09:00:31.886 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
05:00:31 09:00:31.886 DEBUG [main][MenuItemLookup] Found menu:''
05:00:31 09:00:31.886 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
05:00:31 09:00:31.886 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
05:00:31 09:00:31.886 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
05:00:31 09:00:31.886 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
05:00:31 09:00:31.886 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
05:00:31 09:00:31.886 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
05:00:31 09:00:31.886 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
05:00:31 09:00:31.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available....
05:00:32 09:00:32.458 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
05:00:32 09:00:32.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
05:00:32 09:00:32.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:32 09:00:32.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:32 09:00:32.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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)
05:00:32 09:00:32.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:32 09:00:32.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:32 09:00:32.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:32 09:00:32.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:32 09:00:32.461 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
05:00:32 09:00:32.461 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
05:00:32 09:00:32.461 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:32 09:00:32.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:32 09:00:32.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:32 09:00:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:32 09:00:32.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
05:00:32 09:00:32.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:32 09:00:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:32 09:00:32.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:32 09:00:32.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:32 09:00:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:32 09:00:32.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:32 09:00:32.462 INFO [WorkbenchTestable][AbstractButton] Click button OK
05:00:32 09:00:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:32 09:00:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:32 09:00:32.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:32 09:00:32.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:32 09:00:32.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
05:00:32 09:00:32.465 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
05:00:32 09:00:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
05:00:32 09:00:32.966 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
05:00:32 09:00:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:00:32 09:00:32.966 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
05:00:32 09:00:32.966 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
05:00:32 09:00:32.966 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:00:32 09:00:32.966 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:00:32 09:00:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:00:32 09:00:32.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
05:00:32 09:00:32.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
05:00:32 09:00:32.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:32 09:00:32.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
05:00:32 09:00:32.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:32 09:00:32.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:32 09:00:32.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
05:00:32 09:00:32.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:32 09:00:32.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:32 09:00:32.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:32 09:00:32.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:32 09:00:32.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest)
05:00:32 09:00:32.968 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
05:00:32 09:00:32.968 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:32 09:00:32.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:32 09:00:32.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:32 09:00:32.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.232 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
05:00:32 testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest)  Time elapsed: 6.122 s
05:00:32 
05:00:32 Results:
05:00:32 
05:00:32 Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
05:00:32 
05:00:34 [INFO] All tests passed!
05:00:34 [INFO] 
05:00:34 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.workbench.test ---
05:00:34 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec
05:00:34 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
05:00:34 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
05:00:34 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
05:00:34 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
05:00:34 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
05:00:35 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
05:00:35 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
05:00:35 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
05:00:35 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
05:00:35 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
05:00:35 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
05:00:35 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
05:00:35 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
05:00:35 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
05:00:35 [INFO] 
05:00:35 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >--------
05:00:35 [INFO] Building RedDeer UIForms Test 4.7.0-SNAPSHOT                     [34/58]
05:00:35 [INFO]   from tests/org.eclipse.reddeer.uiforms.test/pom.xml
05:00:35 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
05:00:35 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
05:00:35 [INFO] 
05:00:35 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] 
05:00:35 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
05:00:35 [INFO] 
05:00:35 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] 
05:00:35 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] 
05:00:35 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] 
05:00:35 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] Resolving class path of RedDeer UIForms Test...
05:00:35 [INFO] 
05:00:35 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [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/**/*
05:00:35 [INFO] 
05:00:35 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:00:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/resources
05:00:35 [INFO] 
05:00:35 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/bin
05:00:35 [INFO] 
05:00:35 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:00:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/src/test/resources
05:00:35 [INFO] 
05:00:35 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [INFO] 
05:00:35 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [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
05:00:35 [INFO] 
05:00:35 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test ---
05:00:35 [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
05:00:36 [INFO] 
05:00:36 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test ---
05:00:36 [INFO] 
05:00:36 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.uiforms.test ---
05:00:36 [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)
05:00:36 [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
05:00:36 [INFO] Command line:
05:00:36 	[/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]
05:00:38 Launching application org.eclipse.ui.ide.workbench...
05:00:42 Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:42 09:00:42.132 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
05:00:42 09:00:42.134 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
05:00:42 09:00:42.148 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
05:00:42 09:00:42.149 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
05:00:42 09:00:42.229 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:42 09:00:42.253 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:00:42 09:00:42.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:42 09:00:42.259 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:42 09:00:42.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
05:00:42 09:00:42.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
05:00:42 09:00:42.271 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
05:00:42 09:00:42.275 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:42 09:00:42.275 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:00:42 09:00:42.277 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:42 09:00:42.277 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:00:42 09:00:42.327 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:42 09:00:42.327 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
05:00:42 09:00:42.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
05:00:42 09:00:42.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:42 09:00:42.359 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.*']
05:00:42 09:00:42.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:42 09:00:42.360 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.*']
05:00:42 09:00:42.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:42 09:00:42.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:42 09:00:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:42 09:00:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:42 09:00:42.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:42 09:00:42.427 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:42 09:00:42.430 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:42 09:00:42.430 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:42 09:00:42.430 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
05:00:42 09:00:42.430 DEBUG [main][MenuItemLookup] Found menu:'Search'
05:00:42 09:00:42.430 DEBUG [main][MenuItemLookup] Found menu:'Project'
05:00:42 09:00:42.430 DEBUG [main][MenuItemLookup] Found menu:'Window'
05:00:42 09:00:42.430 DEBUG [main][MenuItemLookup] Item match:Window
05:00:42 09:00:42.434 DEBUG [main][MenuItemLookup] Found menu:'New Window'
05:00:42 09:00:42.434 DEBUG [main][MenuItemLookup] Found menu:'Editor'
05:00:42 09:00:42.434 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
05:00:42 09:00:42.434 DEBUG [main][MenuItemLookup] Found menu:''
05:00:42 09:00:42.434 DEBUG [main][MenuItemLookup] Found menu:'Show View'
05:00:42 09:00:42.435 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
05:00:42 09:00:42.435 DEBUG [main][MenuItemLookup] Found menu:''
05:00:42 09:00:42.435 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
05:00:42 09:00:42.435 DEBUG [main][MenuItemLookup] Found menu:''
05:00:42 09:00:42.435 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
05:00:42 09:00:42.435 DEBUG [main][MenuItemLookup] Item match:Preferences
05:00:42 09:00:42.437 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
05:00:42 09:00:42.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
05:00:42 09:00:42.438 INFO [main][MenuItemHandler] Select menu item: &Preferences
05:00:42 09:00:42.596 DEBUG [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....
05:00:42 09:00:42.625 DEBUG [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
05:00:42 09:00:42.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
05:00:42 09:00:42.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:42 09:00:42.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:42 09:00:42.639 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
05:00:42 09:00:42.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:42 09:00:42.649 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
05:00:42 09:00:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:42 09:00:42.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:42 09:00:42.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:42 09:00:42.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:42 09:00:42.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:42 09:00:42.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:42 09:00:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:42 09:00:42.680 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)
05:00:42 09:00:42.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:42 09:00:42.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:42 09:00:42.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:42 09:00:42.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:42 09:00:42.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:42 09:00:42.685 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:00:42 09:00:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:42 09:00:42.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:42 09:00:42.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:42 09:00:42.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:42 09:00:42.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:00:42 09:00:42.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:00:42 09:00:42.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:42 09:00:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:42 09:00:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:42 09:00:42.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:42 09:00:42.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:42 09:00:42.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:42 09:00:42.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:42 09:00:42.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:42 09:00:42.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:42 09:00:42.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:42 09:00:42.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:42 09:00:42.773 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu.
05:00:42 09:00:42.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:42 09:00:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:42 09:00:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:42 09:00:42.774 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:42 09:00:42.775 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:42 09:00:42.775 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:42 09:00:42.775 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:42 09:00:42.775 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
05:00:42 09:00:42.775 DEBUG [main][MenuItemLookup] Found menu:'Search'
05:00:42 09:00:42.775 DEBUG [main][MenuItemLookup] Found menu:'Project'
05:00:42 09:00:42.775 DEBUG [main][MenuItemLookup] Found menu:'Window'
05:00:42 09:00:42.775 DEBUG [main][MenuItemLookup] Item match:Window
05:00:42 09:00:42.776 DEBUG [main][MenuItemLookup] Found menu:'New Window'
05:00:42 09:00:42.776 DEBUG [main][MenuItemLookup] Found menu:'Editor'
05:00:42 09:00:42.776 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
05:00:42 09:00:42.776 DEBUG [main][MenuItemLookup] Found menu:''
05:00:42 09:00:42.776 DEBUG [main][MenuItemLookup] Found menu:'Show View'
05:00:42 09:00:42.776 DEBUG [main][MenuItemLookup] Item match:Show View
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:'Progress'
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:'Properties'
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:''
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
05:00:42 09:00:42.786 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
05:00:42 09:00:42.787 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
05:00:42 09:00:42.787 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
05:00:42 09:00:42.787 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
05:00:42 09:00:42.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
05:00:42 09:00:42.860 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
05:00:42 09:00:42.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
05:00:42 09:00:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:42 09:00:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:42 09:00:42.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:00:42 09:00:42.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:42 09:00:42.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:42 09:00:42.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:42 09:00:42.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
05:00:42 09:00:42.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:42 09:00:42.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:42 09:00:42.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:42 09:00:42.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:42 09:00:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:42 09:00:42.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:42 09:00:42.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:42 09:00:42.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:42 09:00:42.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children...
05:00:42 09:00:42.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms
05:00:42 09:00:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:43 09:00:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:43 09:00:43.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms
05:00:43 09:00:43.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully
05:00:43 09:00:43.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms
05:00:43 09:00:43.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:43 09:00:43.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed
05:00:43 09:00:43.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:43 09:00:43.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms
05:00:43 09:00:43.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test
05:00:43 09:00:43.372 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test
05:00:43 09:00:43.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection
05:00:43 09:00:43.373 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test
05:00:43 09:00:43.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:43 09:00:43.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:43 09:00:43.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:43 09:00:43.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
05:00:43 09:00:43.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:43 09:00:43.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:00:43 09:00:43.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:43 09:00:43.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:43 09:00:43.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:43 09:00:43.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
05:00:43 09:00:43.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:43 09:00:43.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:43 09:00:43.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:43 09:00:43.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:43 09:00:43.377 INFO [WorkbenchTestable][AbstractButton] Click button &Open
05:00:43 09:00:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:43 09:00:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:43 09:00:43.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:43 09:00:43.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:43 09:00:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
05:00:43 09:00:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
05:00:43 09:00:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open...
05:00:43 09:00:43.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully
05:00:43 09:00:43.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:43 09:00:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:43 09:00:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:43 09:00:43.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:43 09:00:43.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 '\*?\QUI Form Test\E')
05:00:43 09:00:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:43 09:00:43.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:43 09:00:43.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:43 09:00:43.698 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:43 09:00:43.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:43 09:00:43.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:43 09:00:43.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:43 09:00:43.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:43 09:00:43.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:43 09:00:43.732 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
05:00:43 09:00:43.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:43 09:00:43.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:43 09:00:43.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:43 09:00:43.734 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:43 09:00:43.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:43 09:00:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:43 09:00:43.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:43 09:00:43.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
05:00:43 09:00:43.737 TRACE [main][WidgetHandler] Notify Hyperlink with event 6
05:00:43 09:00:43.738 TRACE [main][WidgetHandler] Wait for synchronization
05:00:43 09:00:43.738 TRACE [main][WidgetHandler] Notify Hyperlink with event 3
05:00:43 09:00:43.738 TRACE [main][WidgetHandler] Wait for synchronization
05:00:43 09:00:43.738 TRACE [main][WidgetHandler] Notify Hyperlink with event 4
05:00:43 09:00:43.738 TRACE [main][WidgetHandler] Wait for synchronization
05:00:43 09:00:43.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: "Hyperlink clicked")
05:00:43 09:00:43.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:43 09:00:43.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:43 09:00:43.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:43 09:00:43.740 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:43 09:00:43.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:43 09:00:43.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:43 09:00:43.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:43 09:00:43.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
05:00:43 09:00:43.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:43 09:00:43.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:43 09:00:43.760 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:43 09:00:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:43 09:00:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:43 09:00:43.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:43 09:00:43.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:43 09:00:43.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:43 09:00:43.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:43 09:00:43.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:43 09:00:43.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:43 09:00:43.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:43 09:00:43.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.771 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:43 09:00:43.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:43 09:00:43.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:43 09:00:43.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:43 09:00:43.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:43 09:00:43.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 '\*?\QUI Form Test\E')
05:00:43 09:00:43.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:43 09:00:43.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:43 09:00:43.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:43 09:00:43.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:43 09:00:43.788 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:43 09:00:43.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:43 09:00:43.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:43 09:00:43.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:43 09:00:43.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:43 09:00:43.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:43 09:00:43.793 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")
05:00:43 09:00:43.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:43 09:00:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:43 09:00:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:43 09:00:43.826 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:43 09:00:43.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:43 09:00:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:43 09:00:43.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:43 09:00:43.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:44 09:00:44.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:44 09:00:44.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:44 09:00:44.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:00:44 09:00:44.870 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found
05:00:44 09:00:44.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:44 09:00:44.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:44 09:00:44.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:44 09:00:44.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:44 09:00:44.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:44 09:00:44.873 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:44 09:00:44.874 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:44 09:00:44.874 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:44 09:00:44.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:44 09:00:44.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:44 09:00:44.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:44 09:00:44.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:44 09:00:44.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:44 09:00:44.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:44 09:00:44.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:44 09:00:44.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:44 09:00:44.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:44 09:00:44.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:44 09:00:44.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:44 09:00:44.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:44 09:00:44.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:44 09:00:44.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:44 09:00:44.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:44 09:00:44.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:44 09:00:44.902 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:44 09:00:44.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:44 09:00:44.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:44 09:00:44.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:44 09:00:44.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:44 09:00:44.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:44 09:00:44.906 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
05:00:44 09:00:44.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:44 09:00:44.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:44 09:00:44.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:44 09:00:44.925 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:44 09:00:44.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:44 09:00:44.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:44 09:00:44.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:44 09:00:44.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:44 09:00:44.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:44 09:00:44.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found
05:00:44 09:00:44.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:44 09:00:44.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:44 09:00:44.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:44 09:00:44.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:44 09:00:44.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:44 09:00:44.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:44 09:00:44.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:44 09:00:44.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:44 09:00:44.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:44 09:00:44.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:44 09:00:44.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:44 09:00:44.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:44 09:00:44.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:44 09:00:44.938 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:44 09:00:44.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:44 09:00:44.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:44 09:00:44.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:44 09:00:44.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:44 09:00:44.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:44 09:00:44.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:44 09:00:44.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:44 09:00:44.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:44 09:00:44.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:44 09:00:44.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:44 09:00:44.956 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:44 09:00:44.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:44 09:00:44.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:44 09:00:44.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:44 09:00:44.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:44 09:00:44.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:44 09:00:44.975 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")
05:00:44 09:00:44.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:44 09:00:44.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:44 09:00:44.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:44 09:00:44.987 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:44 09:00:44.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:44 09:00:44.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:44 09:00:44.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:44 09:00:44.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:44 09:00:44.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:44 09:00:44.991 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")
05:00:44 09:00:44.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:44 09:00:44.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:44 09:00:44.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:44 09:00:44.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:44 09:00:44.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
05:00:44 09:00:44.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:44 09:00:44.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:44 09:00:44.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:44 09:00:44.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:44 09:00:44.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:44 09:00:44.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:44 09:00:44.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:44 09:00:44.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:44 09:00:44.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:44 09:00:44.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:44 09:00:44.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:44 09:00:44.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:44 09:00:44.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:45 09:00:45.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:45 09:00:45.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.037 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:45 09:00:45.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:45 09:00:45.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:45 09:00:45.060 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:45 09:00:45.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:45 09:00:45.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:45 09:00:45.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:45 09:00:45.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:45 09:00:45.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:45 09:00:45.065 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
05:00:45 09:00:45.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:45 09:00:45.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 09:00:45.065 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:45 09:00:45.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:45 09:00:45.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
05:00:45 09:00:45.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:45 09:00:45.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:45 09:00:45.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:45 09:00:45.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 09:00:45.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:45 09:00:45.068 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:45 09:00:45.068 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:45 09:00:45.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:45 09:00:45.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:45 09:00:45.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:45 09:00:45.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:45 09:00:45.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.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.
05:00:45 09:00:45.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:45 09:00:45.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:45 09:00:45.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:45 09:00:45.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:45 09:00:45.104 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:45 09:00:45.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:45 09:00:45.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:45 09:00:45.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:45 09:00:45.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:45 09:00:45.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:45 09:00:45.108 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")
05:00:45 09:00:45.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:45 09:00:45.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 09:00:45.131 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:45 09:00:45.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:45 09:00:45.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
05:00:45 09:00:45.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:45 09:00:45.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:45 09:00:45.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:45 09:00:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 09:00:45.134 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:45 09:00:45.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:45 09:00:45.134 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:45 09:00:45.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:45 09:00:45.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:45 09:00:45.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:45 09:00:45.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:45 09:00:45.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.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.
05:00:45 09:00:45.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:45 09:00:45.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:45 09:00:45.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:45 09:00:45.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:45 09:00:45.172 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:45 09:00:45.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:45 09:00:45.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:45 09:00:45.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:45 09:00:45.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:45 09:00:45.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:45 09:00:45.179 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")
05:00:45 09:00:45.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:45 09:00:45.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 09:00:45.179 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:45 09:00:45.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:45 09:00:45.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:45 09:00:45.182 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
05:00:45 09:00:45.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
05:00:45 09:00:45.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:45 09:00:45.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:45 09:00:45.183 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:45 09:00:45.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 09:00:45.184 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:45 09:00:45.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:45 09:00:45.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:45 09:00:45.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:45 09:00:45.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:45 09:00:45.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:45 09:00:45.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:45 09:00:45.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.206 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:45 09:00:45.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:45 09:00:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:45 09:00:45.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 '\*?\QUI Form Test\E')
05:00:45 09:00:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:45 09:00:45.267 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:45 09:00:45.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:45 09:00:45.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:45 09:00:45.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:45 09:00:45.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:45 09:00:45.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:45 09:00:45.273 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")
05:00:45 09:00:45.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:45 09:00:45.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 09:00:45.289 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:45 09:00:45.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:45 09:00:45.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:45 09:00:45.295 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
05:00:45 09:00:45.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:45 09:00:45.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:45 09:00:45.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found
05:00:45 09:00:45.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:45 09:00:45.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:45 09:00:45.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:45 09:00:45.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 09:00:45.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
05:00:45 09:00:45.299 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:45 09:00:45.299 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:45 09:00:45.299 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:45 09:00:45.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.248 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
05:00:45 activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 1.003 s
05:00:45 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 1.111 s
05:00:45 indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.055 s
05:00:45 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.063 s
05:00:45 defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.073 s
05:00:45 titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.066 s
05:00:45 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.05 s
05:00:45 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.113 s
05:00:45 Running org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:45 09:00:45.344 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:45 09:00:45.345 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:00:45 09:00:45.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:45 09:00:45.346 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:45 09:00:45.346 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:45 09:00:45.346 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:00:45 09:00:45.346 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:45 09:00:45.346 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:00:45 09:00:45.346 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:45 09:00:45.346 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
05:00:45 09:00:45.346 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.*']
05:00:45 09:00:45.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:45 09:00:45.347 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.*']
05:00:45 09:00:45.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:45 09:00:45.347 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.*']
05:00:45 09:00:45.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:45 09:00:45.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:45 09:00:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:45 09:00:45.348 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:45 09:00:45.348 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:45 09:00:45.348 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:45 09:00:45.348 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
05:00:45 09:00:45.348 DEBUG [main][MenuItemLookup] Found menu:'Search'
05:00:45 09:00:45.348 DEBUG [main][MenuItemLookup] Found menu:'Project'
05:00:45 09:00:45.348 DEBUG [main][MenuItemLookup] Found menu:'Window'
05:00:45 09:00:45.348 DEBUG [main][MenuItemLookup] Item match:Window
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:'New Window'
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:'Editor'
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:''
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:'Show View'
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:''
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:''
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
05:00:45 09:00:45.349 DEBUG [main][MenuItemLookup] Item match:Preferences
05:00:45 09:00:45.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
05:00:45 09:00:45.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
05:00:45 09:00:45.350 INFO [main][MenuItemHandler] Select menu item: &Preferences
05:00:45 09:00:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
05:00:45 09:00:45.467 DEBUG [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
05:00:45 09:00:45.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
05:00:45 09:00:45.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.469 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
05:00:45 09:00:45.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:45 09:00:45.469 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
05:00:45 09:00:45.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:45 09:00:45.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:45 09:00:45.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:45 09:00:45.470 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)
05:00:45 09:00:45.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:45 09:00:45.486 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:00:45 09:00:45.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:45 09:00:45.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:45 09:00:45.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:45 09:00:45.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:45 09:00:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:00:45 09:00:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:00:45 09:00:45.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:45 09:00:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:45 09:00:45.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:45 09:00:45.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:45 09:00:45.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:45 09:00:45.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:45 09:00:45.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:45 09:00:45.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.557 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:45 09:00:45.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:45 09:00:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.561 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:45 09:00:45.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:45 09:00:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:45 09:00:45.564 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:45 09:00:45.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:45 09:00:45.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:45 09:00:45.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:45 09:00:45.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:45 09:00:45.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:45 09:00:45.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:45 09:00:45.588 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu.
05:00:45 09:00:45.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:45 09:00:45.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:45 09:00:45.605 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:45 09:00:45.605 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:45 09:00:45.605 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:45 09:00:45.605 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
05:00:45 09:00:45.605 DEBUG [main][MenuItemLookup] Found menu:'Search'
05:00:45 09:00:45.605 DEBUG [main][MenuItemLookup] Found menu:'Project'
05:00:45 09:00:45.605 DEBUG [main][MenuItemLookup] Found menu:'Window'
05:00:45 09:00:45.605 DEBUG [main][MenuItemLookup] Item match:Window
05:00:45 09:00:45.606 DEBUG [main][MenuItemLookup] Found menu:'New Window'
05:00:45 09:00:45.606 DEBUG [main][MenuItemLookup] Found menu:'Editor'
05:00:45 09:00:45.606 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
05:00:45 09:00:45.606 DEBUG [main][MenuItemLookup] Found menu:''
05:00:45 09:00:45.606 DEBUG [main][MenuItemLookup] Found menu:'Show View'
05:00:45 09:00:45.606 DEBUG [main][MenuItemLookup] Item match:Show View
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:'Progress'
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:'Properties'
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:''
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
05:00:45 09:00:45.626 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
05:00:45 09:00:45.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
05:00:45 09:00:45.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
05:00:45 09:00:45.629 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
05:00:45 09:00:45.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
05:00:45 09:00:45.680 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
05:00:45 09:00:45.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:45 09:00:45.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:45 09:00:45.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:45 09:00:45.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:45 09:00:45.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:45 09:00:45.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:45 09:00:45.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:45 09:00:45.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
05:00:45 09:00:45.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
05:00:45 09:00:45.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:46 09:00:46.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:46 09:00:46.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
05:00:46 09:00:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
05:00:46 09:00:46.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
05:00:46 09:00:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:00:46 09:00:46.189 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
05:00:46 09:00:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:00:46 09:00:46.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
05:00:46 09:00:46.190 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log
05:00:46 09:00:46.190 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log
05:00:46 09:00:46.190 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection
05:00:46 09:00:46.190 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log
05:00:46 09:00:46.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:46 09:00:46.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:46 09:00:46.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:46 09:00:46.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
05:00:46 09:00:46.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:46 09:00:46.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:46 09:00:46.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:46 09:00:46.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:00:46 09:00:46.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:46 09:00:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:46 09:00:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:46 09:00:46.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
05:00:46 09:00:46.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:46 09:00:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:46 09:00:46.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:46 09:00:46.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:46 09:00:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:46 09:00:46.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:46 09:00:46.192 INFO [WorkbenchTestable][AbstractButton] Click button &Open
05:00:46 09:00:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:46 09:00:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:46 09:00:46.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:46 09:00:46.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:46 09:00:46.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
05:00:46 09:00:46.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
05:00:46 09:00:46.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open...
05:00:46 09:00:46.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:46 09:00:46.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:46 09:00:46.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully
05:00:46 09:00:46.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:46 09:00:46.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:46 09:00:46.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:46 09:00:46.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:46 09:00:46.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:46 09:00:46.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:46 09:00:46.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:46 09:00:46.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:46 09:00:46.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:46 09:00:46.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:46 09:00:46.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:46 09:00:46.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:46 09:00:46.342 INFO [WorkbenchTestable][AbstractView] Activate view Error Log
05:00:46 09:00:46.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
05:00:46 09:00:46.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:46 09:00:46.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:46 09:00:46.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:46 09:00:46.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:46 09:00:46.346 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
05:00:46 09:00:46.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:46 09:00:46.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:46 09:00:46.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:46 09:00:46.346 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent
05:00:46 09:00:46.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:46 09:00:46.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:46 09:00:46.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:46 09:00:46.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:46 09:00:46.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:46 09:00:46.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:47 09:00:47.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:47 09:00:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:00:47 09:00:47.350 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found
05:00:47 09:00:47.351 INFO [WorkbenchTestable][AbstractView] Activate view Error Log
05:00:47 09:00:47.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
05:00:47 09:00:47.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:47 09:00:47.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:47 09:00:47.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:47 09:00:47.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:47 09:00:47.352 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log'
05:00:47 09:00:47.352 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log
05:00:47 09:00:47.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
05:00:47 09:00:47.356 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
05:00:47 09:00:47.403 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:47 09:00:47.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:47 09:00:47.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:47 09:00:47.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:47 09:00:47.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:47 09:00:47.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:47 09:00:47.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.445 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:47 09:00:47.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:47 09:00:47.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:47 09:00:47.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:47 09:00:47.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:47 09:00:47.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:47 09:00:47.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:47 09:00:47.478 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:47 09:00:47.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:47 09:00:47.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:47 09:00:47.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:47 09:00:47.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:47 09:00:47.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:47 09:00:47.482 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
05:00:47 09:00:47.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:47 09:00:47.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.482 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:47 09:00:47.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:47 09:00:47.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:47 09:00:47.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:47 09:00:47.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found
05:00:47 09:00:47.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:47 09:00:47.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:47 09:00:47.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:47 09:00:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.527 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:47 09:00:47.527 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:47 09:00:47.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:47 09:00:47.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:47 09:00:47.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.531 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:47 09:00:47.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:47 09:00:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:47 09:00:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:47 09:00:47.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:47 09:00:47.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:47 09:00:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:47 09:00:47.539 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:47 09:00:47.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:47 09:00:47.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:47 09:00:47.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:47 09:00:47.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:47 09:00:47.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:47 09:00:47.569 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")
05:00:47 09:00:47.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:47 09:00:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.569 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:47 09:00:47.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:47 09:00:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:47 09:00:47.571 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")
05:00:47 09:00:47.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:47 09:00:47.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:47 09:00:47.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:47 09:00:47.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:47 09:00:47.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.597 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:47 09:00:47.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:47 09:00:47.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:47 09:00:47.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:47 09:00:47.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:47 09:00:47.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:47 09:00:47.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:47 09:00:47.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:47 09:00:47.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:47 09:00:47.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:47 09:00:47.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:47 09:00:47.613 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:47 09:00:47.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:47 09:00:47.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:47 09:00:47.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:47 09:00:47.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:47 09:00:47.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:47 09:00:47.617 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
05:00:47 09:00:47.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:47 09:00:47.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.617 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:47 09:00:47.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:47 09:00:47.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:47 09:00:47.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:47 09:00:47.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:47 09:00:47.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:47 09:00:47.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:47 09:00:47.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:47 09:00:47.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:47 09:00:47.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:47 09:00:47.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.648 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:47 09:00:47.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:47 09:00:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:47 09:00:47.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:47 09:00:47.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:47 09:00:47.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:47 09:00:47.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:47 09:00:47.678 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:47 09:00:47.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:47 09:00:47.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:47 09:00:47.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:47 09:00:47.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:47 09:00:47.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:47 09:00:47.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")
05:00:47 09:00:47.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:47 09:00:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.683 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:47 09:00:47.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:47 09:00:47.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:47 09:00:47.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:47 09:00:47.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:47 09:00:47.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:47 09:00:47.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:47 09:00:47.713 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:47 09:00:47.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:47 09:00:47.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:47 09:00:47.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.718 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:47 09:00:47.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:47 09:00:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:47 09:00:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:47 09:00:47.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:47 09:00:47.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:47 09:00:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:47 09:00:47.730 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:47 09:00:47.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:47 09:00:47.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:47 09:00:47.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:47 09:00:47.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:47 09:00:47.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:47 09:00:47.734 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")
05:00:47 09:00:47.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:47 09:00:47.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.734 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:47 09:00:47.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:47 09:00:47.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:47 09:00:47.737 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
05:00:47 09:00:47.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:47 09:00:47.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:47 09:00:47.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:47 09:00:47.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:47 09:00:47.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.765 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.765 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:47 09:00:47.766 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:47 09:00:47.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:47 09:00:47.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:47 09:00:47.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.770 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:47 09:00:47.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:47 09:00:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:47 09:00:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:47 09:00:47.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:47 09:00:47.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:47 09:00:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:47 09:00:47.782 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:47 09:00:47.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:47 09:00:47.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:47 09:00:47.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:47 09:00:47.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:47 09:00:47.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:47 09:00:47.786 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")
05:00:47 09:00:47.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:47 09:00:47.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.787 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:47 09:00:47.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:47 09:00:47.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:47 09:00:47.789 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
05:00:47 09:00:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:47 09:00:47.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:47 09:00:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found
05:00:47 09:00:47.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:47 09:00:47.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:47 09:00:47.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:47 09:00:47.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 09:00:47.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
05:00:47 09:00:47.831 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 09:00:47.831 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:47 09:00:47.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:47 09:00:47.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:47 09:00:47.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:47 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.489 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest
05:00:47 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 1.9 s
05:00:47 indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.088 s
05:00:47 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.07 s
05:00:47 defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.045 s
05:00:47 titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.068 s
05:00:47 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.052 s
05:00:47 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.065 s
05:00:47 Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:47 09:00:47.845 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:47 09:00:47.846 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:00:47 09:00:47.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:47 09:00:47.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:47 09:00:47.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:47 09:00:47.847 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:00:47 09:00:47.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:47 09:00:47.847 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:00:47 09:00:47.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:47 09:00:47.847 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
05:00:47 09:00:47.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
05:00:47 09:00:47.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:47 09:00:47.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
05:00:47 09:00:47.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:47 09:00:47.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
05:00:47 09:00:47.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:47 09:00:47.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:47 09:00:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:47 09:00:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:47 09:00:47.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:47 09:00:47.849 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:47 09:00:47.849 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:47 09:00:47.849 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:47 09:00:47.849 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
05:00:47 09:00:47.849 DEBUG [main][MenuItemLookup] Found menu:'Search'
05:00:47 09:00:47.849 DEBUG [main][MenuItemLookup] Found menu:'Project'
05:00:47 09:00:47.849 DEBUG [main][MenuItemLookup] Found menu:'Window'
05:00:47 09:00:47.849 DEBUG [main][MenuItemLookup] Item match:Window
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:'New Window'
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:'Editor'
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:''
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:'Show View'
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:''
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:''
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
05:00:47 09:00:47.850 DEBUG [main][MenuItemLookup] Item match:Preferences
05:00:47 09:00:47.850 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
05:00:47 09:00:47.850 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
05:00:47 09:00:47.850 INFO [main][MenuItemHandler] Select menu item: &Preferences
05:00:47 09:00:47.954 DEBUG [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....
05:00:47 09:00:47.956 DEBUG [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
05:00:47 09:00:47.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
05:00:47 09:00:47.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:47 09:00:47.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:47 09:00:47.957 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
05:00:47 09:00:47.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:47 09:00:47.957 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
05:00:47 09:00:47.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:47 09:00:47.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:47 09:00:47.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:47 09:00:47.959 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)
05:00:47 09:00:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:47 09:00:47.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:47 09:00:47.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:47 09:00:47.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:47 09:00:47.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:47 09:00:47.974 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:00:47 09:00:47.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:47 09:00:47.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:47 09:00:47.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:47 09:00:47.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:48 09:00:48.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:00:48 09:00:48.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:00:48 09:00:48.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:48 09:00:48.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:48 09:00:48.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:48 09:00:48.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:48 09:00:48.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:48 09:00:48.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:48 09:00:48.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:48 09:00:48.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:48 09:00:48.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:48 09:00:48.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:48 09:00:48.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:48 09:00:48.034 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:48 09:00:48.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:48 09:00:48.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:48 09:00:48.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:48 09:00:48.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:48 09:00:48.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:48 09:00:48.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:48 09:00:48.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:48 09:00:48.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:48 09:00:48.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:48 09:00:48.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:48 09:00:48.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:48 09:00:48.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:48 09:00:48.042 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:48 09:00:48.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:48 09:00:48.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:48 09:00:48.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:48 09:00:48.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:48 09:00:48.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:48 09:00:48.048 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)
05:00:48 09:00:48.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:48 09:00:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:48 09:00:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:48 09:00:48.062 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:48 09:00:48.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:48 09:00:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:48 09:00:48.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:48 09:00:48.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:48 09:00:48.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:48 09:00:48.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
05:00:48 09:00:48.072 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: ")
05:00:48 09:00:48.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:48 09:00:48.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:48 09:00:48.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:48 09:00:48.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:48 09:00:48.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:49 09:00:49.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:49 09:00:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:00:49 09:00:49.076 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found
05:00:49 09:00:49.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:49 09:00:49.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:49 09:00:49.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:49 09:00:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:49 09:00:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:49 09:00:49.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:49 09:00:49.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:49 09:00:49.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:49 09:00:49.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:49 09:00:49.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:49 09:00:49.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:49 09:00:49.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:49 09:00:49.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:49 09:00:49.081 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:49 09:00:49.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:49 09:00:49.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:49 09:00:49.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:49 09:00:49.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:49 09:00:49.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:49 09:00:49.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:49 09:00:49.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:49 09:00:49.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:49 09:00:49.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:49 09:00:49.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:49 09:00:49.089 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:49 09:00:49.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:49 09:00:49.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:49 09:00:49.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:49 09:00:49.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:49 09:00:49.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:49 09:00:49.093 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)
05:00:49 09:00:49.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:49 09:00:49.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:49 09:00:49.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:49 09:00:49.093 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:49 09:00:49.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:49 09:00:49.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:49 09:00:49.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:49 09:00:49.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:49 09:00:49.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
05:00:49 09:00:49.117 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: ")
05:00:49 09:00:49.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:49 09:00:49.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:49 09:00:49.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:49 09:00:49.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
05:00:49 09:00:49.117 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:00:49 09:00:49.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:49 09:00:49.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:49 09:00:49.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:49 09:00:49.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:49 09:00:49.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:49 09:00:49.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:49 09:00:49.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:49 09:00:49.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:49 09:00:49.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:49 09:00:49.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:49 09:00:49.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:49 09:00:49.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:49 09:00:49.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:49 09:00:49.123 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:49 09:00:49.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:49 09:00:49.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:49 09:00:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:49 09:00:49.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:49 09:00:49.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:49 09:00:49.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:49 09:00:49.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:49 09:00:49.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:49 09:00:49.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:49 09:00:49.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:49 09:00:49.151 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:49 09:00:49.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:49 09:00:49.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:49 09:00:49.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:49 09:00:49.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:49 09:00:49.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:49 09:00:49.155 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")
05:00:49 09:00:49.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:49 09:00:49.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:49 09:00:49.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:49 09:00:49.155 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:49 09:00:49.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:49 09:00:49.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:49 09:00:49.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:49 09:00:49.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:49 09:00:49.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:50 09:00:50.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:50 09:00:50.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:00:50 09:00:50.179 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found
05:00:50 09:00:50.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.180 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.180 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.180 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.184 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:50 09:00:50.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.190 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:50 09:00:50.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:50 09:00:50.211 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:50 09:00:50.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:50 09:00:50.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:50 09:00:50.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:50 09:00:50.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:50 09:00:50.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:50 09:00:50.214 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)
05:00:50 09:00:50.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.215 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:50 09:00:50.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:50 09:00:50.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found
05:00:50 09:00:50.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.218 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.218 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.218 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.222 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:50 09:00:50.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.242 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:50 09:00:50.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:50 09:00:50.263 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:50 09:00:50.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:50 09:00:50.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:50 09:00:50.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:50 09:00:50.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:50 09:00:50.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:50 09:00:50.272 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")
05:00:50 09:00:50.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.273 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:50 09:00:50.298 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")
05:00:50 09:00:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
05:00:50 09:00:50.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.299 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.300 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.300 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.305 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:50 09:00:50.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:50 09:00:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:50 09:00:50.346 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:50 09:00:50.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:50 09:00:50.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:50 09:00:50.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:50 09:00:50.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:50 09:00:50.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:50 09:00:50.349 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)
05:00:50 09:00:50.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.349 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
05:00:50 09:00:50.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.355 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:50 09:00:50.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:50 09:00:50.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:50 09:00:50.378 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:50 09:00:50.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:50 09:00:50.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:50 09:00:50.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:50 09:00:50.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:50 09:00:50.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:50 09:00:50.381 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")
05:00:50 09:00:50.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.381 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
05:00:50 09:00:50.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.384 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.384 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.385 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.387 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:50 09:00:50.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:50 09:00:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:50 09:00:50.410 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:50 09:00:50.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:50 09:00:50.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:50 09:00:50.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:50 09:00:50.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:50 09:00:50.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:50 09:00:50.413 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")
05:00:50 09:00:50.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.413 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:50 09:00:50.415 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)
05:00:50 09:00:50.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
05:00:50 09:00:50.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.416 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.416 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.416 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.420 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:50 09:00:50.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.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 '\*?\QUI Form Test\E')
05:00:50 09:00:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:50 09:00:50.442 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:50 09:00:50.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:50 09:00:50.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:50 09:00:50.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:50 09:00:50.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:50 09:00:50.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:50 09:00:50.446 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")
05:00:50 09:00:50.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.446 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:50 09:00:50.448 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)
05:00:50 09:00:50.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:50 09:00:50.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:50 09:00:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found
05:00:50 09:00:50.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
05:00:50 09:00:50.450 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 09:00:50.450 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.450 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.606 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
05:00:50 testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 1.046 s
05:00:50 testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.042 s
05:00:50 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 1.061 s
05:00:50 indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.038 s
05:00:50 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.082 s
05:00:50 defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.051 s
05:00:50 titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.033 s
05:00:50 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.032 s
05:00:50 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.034 s
05:00:50 Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:50 09:00:50.458 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:50 09:00:50.459 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:00:50 09:00:50.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.460 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:50 09:00:50.460 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.460 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:00:50 09:00:50.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.474 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:00:50 09:00:50.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.475 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
05:00:50 09:00:50.475 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.*']
05:00:50 09:00:50.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:50 09:00:50.475 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.*']
05:00:50 09:00:50.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:50 09:00:50.475 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.*']
05:00:50 09:00:50.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:50 09:00:50.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.476 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:50 09:00:50.476 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:50 09:00:50.476 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:50 09:00:50.476 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
05:00:50 09:00:50.476 DEBUG [main][MenuItemLookup] Found menu:'Search'
05:00:50 09:00:50.476 DEBUG [main][MenuItemLookup] Found menu:'Project'
05:00:50 09:00:50.476 DEBUG [main][MenuItemLookup] Found menu:'Window'
05:00:50 09:00:50.476 DEBUG [main][MenuItemLookup] Item match:Window
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:'New Window'
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:'Editor'
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:''
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:'Show View'
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:''
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:''
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
05:00:50 09:00:50.477 DEBUG [main][MenuItemLookup] Item match:Preferences
05:00:50 09:00:50.494 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
05:00:50 09:00:50.494 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
05:00:50 09:00:50.494 INFO [main][MenuItemHandler] Select menu item: &Preferences
05:00:50 09:00:50.571 DEBUG [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....
05:00:50 09:00:50.574 DEBUG [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
05:00:50 09:00:50.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
05:00:50 09:00:50.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.575 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
05:00:50 09:00:50.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:50 09:00:50.575 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
05:00:50 09:00:50.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:50 09:00:50.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:50 09:00:50.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:50 09:00:50.577 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)
05:00:50 09:00:50.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:50 09:00:50.578 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:00:50 09:00:50.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:50 09:00:50.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:50 09:00:50.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:50 09:00:50.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:50 09:00:50.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:00:50 09:00:50.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:00:50 09:00:50.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:50 09:00:50.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:50 09:00:50.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:50 09:00:50.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:50 09:00:50.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:50 09:00:50.633 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:50 09:00:50.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:50 09:00:50.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:50 09:00:50.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:50 09:00:50.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:50 09:00:50.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:50 09:00:50.639 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
05:00:50 09:00:50.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.654 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
05:00:50 09:00:50.658 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")
05:00:50 09:00:50.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.658 TRACE [main][WidgetHandler] Notify FormText with event 1
05:00:50 09:00:50.658 TRACE [main][WidgetHandler] Wait for synchronization
05:00:50 09:00:50.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.661 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.662 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.662 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.666 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:50 09:00:50.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.670 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:50 09:00:50.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:50 09:00:50.689 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:50 09:00:50.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:50 09:00:50.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:50 09:00:50.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:50 09:00:50.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:50 09:00:50.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:50 09:00:50.692 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
05:00:50 09:00:50.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.693 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
05:00:50 09:00:50.694 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
05:00:50 09:00:50.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.694 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:50 09:00:50.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:50 09:00:50.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found
05:00:50 09:00:50.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:50 09:00:50.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:50 09:00:50.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:50 09:00:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:50 09:00:50.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:50 09:00:50.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:50 09:00:50.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:50 09:00:50.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:50 09:00:50.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:50 09:00:50.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:50 09:00:50.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.700 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:50 09:00:50.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:50 09:00:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:50 09:00:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:50 09:00:50.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:50 09:00:50.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:50 09:00:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:50 09:00:50.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:50 09:00:50.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:50 09:00:50.726 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:50 09:00:50.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:50 09:00:50.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:50 09:00:50.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:50 09:00:50.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:50 09:00:50.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:50 09:00:50.734 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")
05:00:50 09:00:50.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:50 09:00:50.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:50 09:00:50.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:50 09:00:50.735 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:50 09:00:50.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:50 09:00:50.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:50 09:00:50.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:50 09:00:50.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:51 09:00:51.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:51 09:00:51.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:51 09:00:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:00:51 09:00:51.752 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found
05:00:51 09:00:51.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:51 09:00:51.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:51 09:00:51.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:51 09:00:51.753 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:51 09:00:51.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:51 09:00:51.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:51 09:00:51.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.756 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:51 09:00:51.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:51 09:00:51.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:51 09:00:51.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:51 09:00:51.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:51 09:00:51.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:51 09:00:51.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:51 09:00:51.763 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:51 09:00:51.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:51 09:00:51.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:51 09:00:51.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:51 09:00:51.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:51 09:00:51.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:51 09:00:51.767 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
05:00:51 09:00:51.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:51 09:00:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.767 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:51 09:00:51.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:51 09:00:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:51 09:00:51.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:51 09:00:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found
05:00:51 09:00:51.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:51 09:00:51.768 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:51 09:00:51.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:51 09:00:51.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:51 09:00:51.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:51 09:00:51.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:51 09:00:51.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.788 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:51 09:00:51.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:51 09:00:51.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:51 09:00:51.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:51 09:00:51.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:51 09:00:51.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:51 09:00:51.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:51 09:00:51.796 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:51 09:00:51.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:51 09:00:51.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:51 09:00:51.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:51 09:00:51.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:51 09:00:51.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:51 09:00:51.799 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
05:00:51 09:00:51.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:51 09:00:51.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.799 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:51 09:00:51.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:51 09:00:51.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
05:00:51 09:00:51.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:51 09:00:51.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:51 09:00:51.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.801 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:51 09:00:51.801 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:51 09:00:51.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:51 09:00:51.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:51 09:00:51.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:51 09:00:51.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:51 09:00:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:51 09:00:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:51 09:00:51.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:51 09:00:51.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:51 09:00:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:51 09:00:51.828 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:51 09:00:51.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:51 09:00:51.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:51 09:00:51.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:51 09:00:51.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:51 09:00:51.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:51 09:00:51.831 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")
05:00:51 09:00:51.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:51 09:00:51.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.831 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:51 09:00:51.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:51 09:00:51.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:51 09:00:51.833 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")
05:00:51 09:00:51.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
05:00:51 09:00:51.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:51 09:00:51.834 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:51 09:00:51.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.834 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:51 09:00:51.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:51 09:00:51.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:51 09:00:51.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:51 09:00:51.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.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.
05:00:51 09:00:51.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:51 09:00:51.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:51 09:00:51.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:51 09:00:51.864 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:51 09:00:51.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:51 09:00:51.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:51 09:00:51.867 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:51 09:00:51.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:51 09:00:51.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:51 09:00:51.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:51 09:00:51.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:51 09:00:51.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:51 09:00:51.872 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
05:00:51 09:00:51.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:51 09:00:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.888 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:51 09:00:51.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:51 09:00:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
05:00:51 09:00:51.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:51 09:00:51.890 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:51 09:00:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:51 09:00:51.892 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:51 09:00:51.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:51 09:00:51.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:51 09:00:51.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:51 09:00:51.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:51 09:00:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:51 09:00:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:51 09:00:51.899 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:51 09:00:51.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:51 09:00:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:51 09:00:51.903 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:51 09:00:51.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:51 09:00:51.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:51 09:00:51.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:51 09:00:51.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:51 09:00:51.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:51 09:00:51.906 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
05:00:51 09:00:51.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:51 09:00:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.906 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:51 09:00:51.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:51 09:00:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
05:00:51 09:00:51.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:51 09:00:51.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:51 09:00:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.937 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:51 09:00:51.937 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:51 09:00:51.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:51 09:00:51.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:51 09:00:51.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.941 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:51 09:00:51.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:51 09:00:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:51 09:00:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:51 09:00:51.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:51 09:00:51.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:51 09:00:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:51 09:00:51.949 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:51 09:00:51.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:51 09:00:51.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:51 09:00:51.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:51 09:00:51.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:51 09:00:51.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:51 09:00:51.952 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")
05:00:51 09:00:51.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:51 09:00:51.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.952 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:51 09:00:51.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:51 09:00:51.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
05:00:51 09:00:51.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:51 09:00:51.954 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:51 09:00:51.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:51 09:00:51.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:51 09:00:51.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:51 09:00:51.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:51 09:00:51.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.975 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:51 09:00:51.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:51 09:00:51.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:51 09:00:51.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:51 09:00:51.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:51 09:00:51.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:51 09:00:51.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:51 09:00:51.983 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:51 09:00:51.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:51 09:00:51.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:51 09:00:51.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:51 09:00:51.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:51 09:00:51.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:51 09:00:51.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
05:00:51 09:00:51.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:51 09:00:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.986 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:51 09:00:51.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:51 09:00:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:51 09:00:51.988 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
05:00:51 09:00:51.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:51 09:00:51.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:51 09:00:51.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:51 09:00:51.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:51 09:00:51.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
05:00:51 09:00:51.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:51 09:00:51.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:51 09:00:51.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:51 09:00:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:51 09:00:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:51 09:00:51.989 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:51 09:00:51.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:51 09:00:51.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:52 09:00:51.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:52 09:00:51.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:52 09:00:51.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:52 09:00:51.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:52 09:00:51.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.036 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:52 09:00:52.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:52 09:00:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:52 09:00:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:52 09:00:52.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:52 09:00:52.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:52 09:00:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:52 09:00:52.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:52 09:00:52.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:52 09:00:52.044 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:52 09:00:52.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:52 09:00:52.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:52 09:00:52.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:52 09:00:52.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:52 09:00:52.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:52 09:00:52.047 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")
05:00:52 09:00:52.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:52 09:00:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:52 09:00:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:52 09:00:52.047 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:52 09:00:52.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:52 09:00:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:52 09:00:52.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:52 09:00:52.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:52 09:00:52.065 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
05:00:52 09:00:52.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:52 09:00:52.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:52 09:00:52.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:52 09:00:52.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:52 09:00:52.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found
05:00:52 09:00:52.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:52 09:00:52.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:52 09:00:52.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:52 09:00:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:52 09:00:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:52 09:00:52.068 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
05:00:52 09:00:52.068 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:52 09:00:52.068 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:52 09:00:52.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:52 09:00:52.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:52 09:00:52.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:52 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
05:00:52 clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.063 s
05:00:52 hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.034 s
05:00:52 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 1.056 s
05:00:52 indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.015 s
05:00:52 defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.032 s
05:00:52 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.033 s
05:00:52 hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.057 s
05:00:52 getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.046 s
05:00:52 titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.017 s
05:00:52 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.035 s
05:00:52 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.078 s
05:00:52 Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:52 09:00:52.083 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:52 09:00:52.084 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:00:52 09:00:52.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:52 09:00:52.085 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:52 09:00:52.085 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:52 09:00:52.085 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:00:52 09:00:52.085 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:52 09:00:52.085 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:00:52 09:00:52.085 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:52 09:00:52.085 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
05:00:52 09:00:52.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
05:00:52 09:00:52.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:52 09:00:52.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
05:00:52 09:00:52.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:52 09:00:52.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
05:00:52 09:00:52.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:52 09:00:52.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:52 09:00:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:52 09:00:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:52 09:00:52.087 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:52 09:00:52.087 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:00:52 09:00:52.087 DEBUG [main][MenuItemLookup] Found menu:'File'
05:00:52 09:00:52.087 DEBUG [main][MenuItemLookup] Found menu:'Edit'
05:00:52 09:00:52.087 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
05:00:52 09:00:52.087 DEBUG [main][MenuItemLookup] Found menu:'Search'
05:00:52 09:00:52.087 DEBUG [main][MenuItemLookup] Found menu:'Project'
05:00:52 09:00:52.087 DEBUG [main][MenuItemLookup] Found menu:'Window'
05:00:52 09:00:52.087 DEBUG [main][MenuItemLookup] Item match:Window
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:'New Window'
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:'Editor'
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:''
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:'Show View'
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:''
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:''
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
05:00:52 09:00:52.088 DEBUG [main][MenuItemLookup] Item match:Preferences
05:00:52 09:00:52.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
05:00:52 09:00:52.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
05:00:52 09:00:52.089 INFO [main][MenuItemHandler] Select menu item: &Preferences
05:00:52 09:00:52.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 'Preferences.*'] is available....
05:00:52 09:00:52.201 DEBUG [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
05:00:52 09:00:52.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
05:00:52 09:00:52.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:52 09:00:52.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:52 09:00:52.203 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
05:00:52 09:00:52.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:00:52 09:00:52.203 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
05:00:52 09:00:52.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:52 09:00:52.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:52 09:00:52.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:00:52 09:00:52.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:00:52 09:00:52.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:00:52 09:00:52.204 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)
05:00:52 09:00:52.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:52 09:00:52.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:52 09:00:52.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:00:52 09:00:52.206 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:00:52 09:00:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:00:52 09:00:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:00:52 09:00:52.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:00:52 09:00:52.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:00:52 09:00:52.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:00:52 09:00:52.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:00:52 09:00:52.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:52 09:00:52.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:52 09:00:52.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:52 09:00:52.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:52 09:00:52.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:52 09:00:52.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:52 09:00:52.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:52 09:00:52.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:52 09:00:52.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:52 09:00:52.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:52 09:00:52.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:52 09:00:52.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:52 09:00:52.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:52 09:00:52.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:52 09:00:52.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:52 09:00:52.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:52 09:00:52.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:52 09:00:52.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:52 09:00:52.278 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:52 09:00:52.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:52 09:00:52.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:52 09:00:52.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:52 09:00:52.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:52 09:00:52.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:52 09:00:52.284 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
05:00:52 09:00:52.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:52 09:00:52.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:52 09:00:52.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:52 09:00:52.284 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:52 09:00:52.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:52 09:00:52.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:52 09:00:52.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:52 09:00:52.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:52 09:00:52.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
05:00:52 09:00:52.313 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: ")
05:00:52 09:00:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:52 09:00:52.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:52 09:00:52.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:52 09:00:52.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:53 09:00:53.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:53 09:00:53.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:00:53 09:00:53.316 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found
05:00:53 09:00:53.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:53 09:00:53.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:53 09:00:53.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:53 09:00:53.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:53 09:00:53.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:53 09:00:53.316 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:53 09:00:53.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:53 09:00:53.317 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:53 09:00:53.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:53 09:00:53.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:53 09:00:53.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:53 09:00:53.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:53 09:00:53.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:53 09:00:53.321 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:53 09:00:53.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:53 09:00:53.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:53 09:00:53.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:53 09:00:53.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:53 09:00:53.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:53 09:00:53.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:53 09:00:53.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:53 09:00:53.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:53 09:00:53.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:53 09:00:53.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:53 09:00:53.328 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:53 09:00:53.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:53 09:00:53.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:53 09:00:53.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:53 09:00:53.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:53 09:00:53.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:53 09:00:53.332 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
05:00:53 09:00:53.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:53 09:00:53.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:53 09:00:53.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:53 09:00:53.332 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:53 09:00:53.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:53 09:00:53.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:53 09:00:53.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:53 09:00:53.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:53 09:00:53.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
05:00:53 09:00:53.357 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: ")
05:00:53 09:00:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:53 09:00:53.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:53 09:00:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:53 09:00:53.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
05:00:53 09:00:53.357 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:00:53 09:00:53.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:53 09:00:53.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:53 09:00:53.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:53 09:00:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:53 09:00:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:53 09:00:53.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:53 09:00:53.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:53 09:00:53.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:53 09:00:53.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:53 09:00:53.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:53 09:00:53.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:53 09:00:53.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:53 09:00:53.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:53 09:00:53.362 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:53 09:00:53.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:53 09:00:53.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:53 09:00:53.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:53 09:00:53.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:53 09:00:53.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:53 09:00:53.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:53 09:00:53.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:53 09:00:53.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:53 09:00:53.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:53 09:00:53.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:53 09:00:53.387 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:53 09:00:53.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:53 09:00:53.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:53 09:00:53.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:53 09:00:53.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:53 09:00:53.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:53 09:00:53.392 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")
05:00:53 09:00:53.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:53 09:00:53.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:53 09:00:53.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:53 09:00:53.392 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:53 09:00:53.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:53 09:00:53.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:53 09:00:53.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:53 09:00:53.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:53 09:00:53.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:54 09:00:54.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:00:54 09:00:54.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:00:54 09:00:54.412 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found
05:00:54 09:00:54.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:54 09:00:54.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:54 09:00:54.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:54 09:00:54.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:54 09:00:54.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:54 09:00:54.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:54 09:00:54.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:54 09:00:54.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:54 09:00:54.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:54 09:00:54.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:54 09:00:54.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:54 09:00:54.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 '\*?\QUI Form Test\E')
05:00:54 09:00:54.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:54 09:00:54.427 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:54 09:00:54.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:54 09:00:54.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:54 09:00:54.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:54 09:00:54.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:54 09:00:54.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:54 09:00:54.430 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
05:00:54 09:00:54.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:54 09:00:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.431 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:54 09:00:54.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:54 09:00:54.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:54 09:00:54.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:54 09:00:54.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found
05:00:54 09:00:54.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:54 09:00:54.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:54 09:00:54.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.433 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:54 09:00:54.434 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:54 09:00:54.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:54 09:00:54.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:54 09:00:54.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:54 09:00:54.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:54 09:00:54.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:54 09:00:54.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:54 09:00:54.461 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:54 09:00:54.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:54 09:00:54.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:54 09:00:54.466 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:54 09:00:54.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:54 09:00:54.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:54 09:00:54.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:54 09:00:54.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:54 09:00:54.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:54 09:00:54.470 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")
05:00:54 09:00:54.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:54 09:00:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.488 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:54 09:00:54.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:54 09:00:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:54 09:00:54.491 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")
05:00:54 09:00:54.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
05:00:54 09:00:54.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:54 09:00:54.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:54 09:00:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.493 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:54 09:00:54.493 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:54 09:00:54.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:54 09:00:54.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:54 09:00:54.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.497 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:54 09:00:54.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:54 09:00:54.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:54 09:00:54.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:54 09:00:54.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:54 09:00:54.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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')
05:00:54 09:00:54.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:54 09:00:54.542 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:54 09:00:54.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:54 09:00:54.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:54 09:00:54.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:54 09:00:54.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:54 09:00:54.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:54 09:00:54.546 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
05:00:54 09:00:54.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:54 09:00:54.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.546 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:54 09:00:54.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:54 09:00:54.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
05:00:54 09:00:54.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:54 09:00:54.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:54 09:00:54.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:54 09:00:54.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:54 09:00:54.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:54 09:00:54.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:54 09:00:54.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.552 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:54 09:00:54.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:54 09:00:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:54 09:00:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:54 09:00:54.574 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:54 09:00:54.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:54 09:00:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:54 09:00:54.578 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:54 09:00:54.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:54 09:00:54.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:54 09:00:54.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:54 09:00:54.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:54 09:00:54.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:54 09:00:54.581 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")
05:00:54 09:00:54.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.582 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:54 09:00:54.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.583 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:54 09:00:54.583 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:54 09:00:54.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:54 09:00:54.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:54 09:00:54.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.601 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
05:00:54 09:00:54.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:54 09:00:54.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:54 09:00:54.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:54 09:00:54.607 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:54 09:00:54.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:54 09:00:54.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:54 09:00:54.642 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:54 09:00:54.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:54 09:00:54.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:54 09:00:54.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:54 09:00:54.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:54 09:00:54.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:54 09:00:54.645 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")
05:00:54 09:00:54.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:54 09:00:54.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.646 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:54 09:00:54.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:54 09:00:54.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:54 09:00:54.648 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
05:00:54 09:00:54.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
05:00:54 09:00:54.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:54 09:00:54.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:54 09:00:54.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:00:54 09:00:54.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:00:54 09:00:54.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:00:54 09:00:54.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:00:54 09:00:54.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.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.
05:00:54 09:00:54.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:00:54 09:00:54.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:00:54 09:00:54.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:00:54 09:00:54.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:00:54 09:00:54.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
05:00:54 09:00:54.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
05:00:54 09:00:54.679 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
05:00:54 09:00:54.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
05:00:54 09:00:54.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
05:00:54 09:00:54.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
05:00:54 09:00:54.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
05:00:54 09:00:54.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
05:00:54 09:00:54.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")
05:00:54 09:00:54.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:00:54 09:00:54.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.682 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
05:00:54 09:00:54.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:00:54 09:00:54.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:00:54 09:00:54.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:00:54 09:00:54.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
05:00:54 09:00:54.684 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
05:00:54 09:00:54.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:00:54 09:00:54.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
05:00:54 09:00:54.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
05:00:54 09:00:54.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:00:54 09:00:54.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found
05:00:54 09:00:54.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:54 09:00:54.699 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:54 09:00:54.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 09:00:54.700 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
05:00:54 09:00:54.700 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 09:00:54.700 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:00:54 09:00:54.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:00:54 09:00:54.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:00:54 09:00:54.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:00:54 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
05:00:54 testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 1.07 s
05:00:54 testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.041 s
05:00:54 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 1.054 s
05:00:54 indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.02 s
05:00:54 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.058 s
05:00:54 defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.054 s
05:00:54 titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.035 s
05:00:54 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.067 s
05:00:54 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.049 s
05:00:54 
05:00:54 Results:
05:00:54 
05:00:54 Tests run: 44, Failures: 0, Errors: 0, Skipped: 0
05:00:54 
05:00:55 [INFO] All tests passed!
05:00:55 [INFO] 
05:00:55 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.uiforms.test ---
05:00:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec
05:00:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
05:00:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
05:00:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
05:00:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
05:00:56 [INFO] 
05:00:56 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >---------
05:00:56 [INFO] Building RedDeer JFace Tests 4.7.0-SNAPSHOT                      [35/58]
05:00:56 [INFO]   from tests/org.eclipse.reddeer.jface.test/pom.xml
05:00:56 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
05:00:56 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
05:00:56 [INFO] 
05:00:56 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jface.test ---
05:00:56 [INFO] 
05:00:56 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test ---
05:00:56 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
05:00:56 [INFO] 
05:00:56 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test ---
05:00:56 [INFO] 
05:00:56 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test ---
05:00:56 [INFO] 
05:00:56 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test ---
05:00:56 [INFO] 
05:00:56 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface.test ---
05:00:56 [INFO] Resolving class path of RedDeer JFace Tests...
05:00:57 [INFO] 
05:00:57 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test ---
05:00:57 [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/**/*
05:00:57 [INFO] 
05:00:57 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test ---
05:00:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:00:57 [INFO] Copying 1 resource
05:00:57 [INFO] 
05:00:57 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface.test ---
05:00:57 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/bin
05:00:57 [INFO] 
05:00:57 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test ---
05:00:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:00:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/src/test/resources
05:00:57 [INFO] 
05:00:57 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface.test ---
05:00:57 [INFO] 
05:00:57 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test ---
05:00:57 [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
05:00:57 [INFO] 
05:00:57 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test ---
05:00:57 [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
05:00:57 [INFO] 
05:00:57 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test ---
05:00:57 [INFO] 
05:00:57 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.jface.test ---
05:00:59 [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)
05:00:59 [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
05:00:59 [INFO] Command line:
05:00:59 	[/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]
05:01:02 Launching application org.eclipse.ui.ide.workbench...
05:01:02 SLF4J: No SLF4J providers were found.
05:01:02 SLF4J: Defaulting to no-operation (NOP) logger implementation
05:01:02 SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
05:01:06 Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:06 09:01:06.142 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
05:01:06 09:01:06.144 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
05:01:06 09:01:06.162 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
05:01:06 09:01:06.163 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
05:01:06 09:01:06.246 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:06 09:01:06.334 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:01:06 09:01:06.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:06 09:01:06.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:06 09:01:06.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
05:01:06 09:01:06.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
05:01:06 09:01:06.355 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
05:01:06 09:01:06.438 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:06 09:01:06.438 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:01:06 09:01:06.441 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:06 09:01:06.442 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:01:06 09:01:06.446 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:06 09:01:06.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:06 09:01:06.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:06 09:01:06.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:06 09:01:06.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:06 09:01:06.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:06 09:01:06.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:06 09:01:06.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:06 09:01:06.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:06 09:01:06.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:06 09:01:06.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:06 09:01:06.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
05:01:06 09:01:06.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:06 09:01:06.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:06 09:01:06.727 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
05:01:06 09:01:06.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:06 09:01:06.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:06 09:01:06.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:06 09:01:06.733 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....
05:01:06 09:01:06.733 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.*']
05:01:06 09:01:06.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:06 09:01:06.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:06 09:01:06.734 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
05:01:06 09:01:06.743 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)
05:01:06 09:01:06.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:06 09:01:06.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:06 09:01:06.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:06 09:01:06.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:06 09:01:06.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:06 09:01:06.763 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
05:01:06 09:01:06.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:06 09:01:06.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:06 09:01:06.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:06 09:01:06.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:11 09:01:11.879 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....
05:01:11 09:01:11.879 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.*']
05:01:11 09:01:11.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:11 09:01:11.880 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
05:01:11 09:01:11.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:11 09:01:11.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:11 09:01:11.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:11 09:01:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:11 09:01:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:11 09:01:11.886 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:11 09:01:11.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:11 09:01:11.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:11 09:01:11.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:11 09:01:11.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:11 09:01:11.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:11 09:01:11.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:11 09:01:11.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:11 09:01:11.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:11 09:01:11.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:11 09:01:11.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:11 09:01:11.887 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....
05:01:11 09:01:11.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:11 09:01:11.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:11 09:01:11.949 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
05:01:11 09:01:11.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:11 09:01:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:11 09:01:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:11 09:01:11.951 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.*']
05:01:11 09:01:11.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:11 09:01:11.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:11 09:01:11.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:11 09:01:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:11 09:01:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:11 09:01:11.952 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:11 09:01:11.952 INFO [WorkbenchTestable][WizardDialog] Cancel wizard
05:01:11 09:01:11.952 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)
05:01:11 09:01:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:11 09:01:11.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:11 09:01:11.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:11 09:01:11.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:11 09:01:11.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:11 09:01:11.955 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:11 09:01:11.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:11 09:01:11.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:11 09:01:11.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:11 09:01:11.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:11 09:01:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:11 09:01:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:11 09:01:11.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:11 09:01:11.991 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Updating Maven Dependencies' has no excuses, wait for it
05:01:12 09:01:12.491 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Updating Maven Dependencies' has no excuses, wait for it
05:01:12 09:01:12.992 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Updating Maven Dependencies' has no excuses, wait for it
05:01:13 09:01:13.492 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Updating Maven Dependencies' has no excuses, wait for it
05:01:13 09:01:13.992 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:13 09:01:13.993 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:13 09:01:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:13 09:01:13.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:13 09:01:13.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:13 09:01:13.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:13 09:01:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:13 09:01:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:13 09:01:13.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:13 09:01:13.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:13 09:01:13.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:13 09:01:13.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:13 09:01:13.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:13 09:01:13.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:13 09:01:13.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:13 09:01:13.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:13 09:01:13.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:13 09:01:13.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:13 09:01:13.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:13 09:01:13.995 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....
05:01:14 09:01:14.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:14 09:01:14.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:14 09:01:14.048 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
05:01:14 09:01:14.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:14 09:01:14.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:14 09:01:14.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:14 09:01:14.049 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....
05:01:14 09:01:14.049 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"]
05:01:14 09:01:14.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:14 09:01:14.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:14 09:01:14.049 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
05:01:14 09:01:14.049 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)
05:01:14 09:01:14.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:14 09:01:14.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:14 09:01:14.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:14 09:01:14.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:14 09:01:14.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:14 09:01:14.051 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
05:01:14 09:01:14.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:14 09:01:14.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:14 09:01:14.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:14 09:01:14.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:19 09:01:19.072 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....
05:01:19 09:01:19.072 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"]
05:01:19 09:01:19.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:19 09:01:19.073 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
05:01:19 09:01:19.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:19 09:01:19.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:19 09:01:19.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:19 09:01:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:19 09:01:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:19 09:01:19.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:19 09:01:19.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:19 09:01:19.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:19 09:01:19.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:19 09:01:19.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:19 09:01:19.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:19 09:01:19.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:19 09:01:19.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:19 09:01:19.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:19 09:01:19.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:19 09:01:19.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:19 09:01:19.074 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....
05:01:19 09:01:19.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:19 09:01:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:19 09:01:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
05:01:19 09:01:19.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:19 09:01:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:19 09:01:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:19 09:01:19.142 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.*']
05:01:19 09:01:19.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:19 09:01:19.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:19 09:01:19.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:19 09:01:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:19 09:01:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:19 09:01:19.143 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:19 09:01:19.143 INFO [WorkbenchTestable][WizardDialog] Cancel wizard
05:01:19 09:01:19.143 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)
05:01:19 09:01:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:19 09:01:19.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:19 09:01:19.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:19 09:01:19.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:19 09:01:19.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:19 09:01:19.145 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:19 09:01:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:19 09:01:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:19 09:01:19.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:19 09:01:19.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:19 09:01:19.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:19 09:01:19.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:19 09:01:19.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:19 09:01:19.176 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:19 09:01:19.176 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:19 09:01:19.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:19 09:01:19.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:19 09:01:19.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:19 09:01:19.176 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:19 09:01:19.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:19 09:01:19.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:19 09:01:19.177 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:19 09:01:19.177 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:19 09:01:19.177 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:19 09:01:19.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:19 09:01:19.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:19 09:01:19.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:19 09:01:19.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:19 09:01:19.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:19 09:01:19.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:19 09:01:19.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:19 09:01:19.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:19 09:01:19.178 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....
05:01:19 09:01:19.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:19 09:01:19.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:19 09:01:19.270 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
05:01:19 09:01:19.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:19 09:01:19.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:19 09:01:19.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:19 09:01:19.272 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....
05:01:19 09:01:19.272 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when 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.*']
05:01:19 09:01:19.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:19 09:01:19.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:19 09:01:19.272 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
05:01:19 09:01:19.272 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)
05:01:19 09:01:19.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:19 09:01:19.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:19 09:01:19.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:19 09:01:19.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:19 09:01:19.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:19 09:01:19.275 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
05:01:19 09:01:19.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:19 09:01:19.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:19 09:01:19.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:19 09:01:19.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:24 09:01:24.307 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....
05:01:24 09:01:24.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when 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.*']
05:01:24 09:01:24.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:24 09:01:24.308 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
05:01:24 09:01:24.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:24 09:01:24.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:24 09:01:24.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:24 09:01:24.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:24 09:01:24.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:24 09:01:24.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:24 09:01:24.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:24 09:01:24.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:24 09:01:24.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:24 09:01:24.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:24 09:01:24.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:24 09:01:24.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:24 09:01:24.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:24 09:01:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:24 09:01:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:24 09:01:24.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:24 09:01:24.310 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....
05:01:24 09:01:24.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:24 09:01:24.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:24 09:01:24.376 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
05:01:24 09:01:24.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:24 09:01:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:24 09:01:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:24 09:01:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available...
05:01:24 09:01:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully
05:01:24 09:01:24.377 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)
05:01:24 09:01:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:24 09:01:24.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:24 09:01:24.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:24 09:01:24.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:24 09:01:24.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:24 09:01:24.382 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
05:01:24 09:01:24.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:24 09:01:24.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:24 09:01:24.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:24 09:01:24.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:29 09:01:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:29 09:01:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:29 09:01:29.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:29 09:01:29.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:29 09:01:29.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:29 09:01:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:29 09:01:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:29 09:01:29.402 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
05:01:29 09:01:29.404 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:29 09:01:29.404 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:29 09:01:29.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:29 09:01:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:29 09:01:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:29 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.356 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
05:01:29 testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 5.434 s
05:01:29 testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 2.107 s
05:01:29 testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 5.079 s
05:01:29 testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 0.104 s
05:01:29 testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 5.132 s
05:01:29 testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 5.093 s
05:01:29 Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:29 09:01:29.439 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:29 09:01:29.440 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:01:29 09:01:29.440 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:29 09:01:29.440 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:29 09:01:29.441 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:29 09:01:29.441 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:01:29 09:01:29.441 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:29 09:01:29.441 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:01:29 09:01:29.441 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:29 09:01:29.441 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:29 09:01:29.442 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:29 09:01:29.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:29 09:01:29.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:29 09:01:29.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:29 09:01:29.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:29 09:01:29.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:29 09:01:29.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:29 09:01:29.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:29 09:01:29.442 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:29 09:01:29.444 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....
05:01:29 09:01:29.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:29 09:01:29.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:29 09:01:29.503 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
05:01:29 09:01:29.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:29 09:01:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:29 09:01:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:29 09:01:29.527 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:29 09:01:29.527 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page
05:01:29 09:01:29.527 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)
05:01:29 09:01:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:29 09:01:29.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:29 09:01:29.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:29 09:01:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:29 09:01:29.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:29 09:01:29.529 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:29 09:01:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:29 09:01:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:29 09:01:29.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:29 09:01:29.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:29 09:01:29.532 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:29 09:01:29.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
05:01:29 09:01:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:29 09:01:29.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:29 09:01:29.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:29 09:01:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:29 09:01:29.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:29 09:01:29.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:29 09:01:29.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:29 09:01:29.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:29 09:01:29.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
05:01:29 09:01:29.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:29 09:01:29.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:29 09:01:29.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:29 09:01:29.540 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")
05:01:29 09:01:29.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:29 09:01:29.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:29 09:01:29.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:29 09:01:29.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:29 09:01:29.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:29 09:01:29.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:29 09:01:29.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:29 09:01:29.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:29 09:01:29.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:29 09:01:29.574 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:29 09:01:29.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:29 09:01:29.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:29 09:01:29.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:29 09:01:29.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:29 09:01:29.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:29 09:01:29.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:29 09:01:29.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:29 09:01:29.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:29 09:01:29.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:29 09:01:29.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:29 09:01:29.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:29 09:01:29.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:29 09:01:29.576 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:29 09:01:29.576 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....
05:01:29 09:01:29.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:29 09:01:29.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:29 09:01:29.663 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
05:01:29 09:01:29.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:29 09:01:29.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:29 09:01:29.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:29 09:01:29.665 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:29 09:01:29.665 INFO [WorkbenchTestable][WizardDialog] Cancel wizard
05:01:29 09:01:29.665 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)
05:01:29 09:01:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:29 09:01:29.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:29 09:01:29.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:29 09:01:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:29 09:01:29.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:29 09:01:29.667 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:29 09:01:29.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:29 09:01:29.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:29 09:01:29.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:29 09:01:29.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:29 09:01:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:29 09:01:29.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:29 09:01:29.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:29 09:01:29.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:29 09:01:29.701 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:29 09:01:29.701 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:29 09:01:29.702 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:29 09:01:29.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:29 09:01:29.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:29 09:01:29.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:29 09:01:29.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:29 09:01:29.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:29 09:01:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:29 09:01:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:29 09:01:29.702 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:29 09:01:29.702 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....
05:01:29 09:01:29.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:29 09:01:29.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:29 09:01:29.757 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
05:01:29 09:01:29.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:29 09:01:29.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:29 09:01:29.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:29 09:01:29.758 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:29 09:01:29.759 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)
05:01:29 09:01:29.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:29 09:01:29.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:29 09:01:29.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:29 09:01:29.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:29 09:01:29.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:29 09:01:29.761 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:29 09:01:29.761 INFO [WorkbenchTestable][WizardDialog] Finish wizard
05:01:29 09:01:29.761 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)
05:01:29 09:01:29.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:29 09:01:29.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:29 09:01:29.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:29 09:01:29.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:29 09:01:29.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:29 09:01:29.763 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
05:01:29 09:01:29.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:29 09:01:29.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:29 09:01:29.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:29 09:01:29.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:34 09:01:34.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:34 09:01:34.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:34 09:01:34.782 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:34 09:01:34.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:34 09:01:34.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:34 09:01:34.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:34 09:01:34.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:34 09:01:34.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:34 09:01:34.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:34 09:01:34.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:34 09:01:34.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:34 09:01:34.782 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:34 09:01:34.782 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:34 09:01:34.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:34 09:01:34.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:34 09:01:34.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:34 09:01:34.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:34 09:01:34.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:34 09:01:34.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:34 09:01:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:34 09:01:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:34 09:01:34.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:34 09:01:34.783 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....
05:01:34 09:01:34.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:34 09:01:34.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:34 09:01:34.838 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
05:01:34 09:01:34.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:34 09:01:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:34 09:01:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:34 09:01:34.841 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:34 09:01:34.841 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)
05:01:34 09:01:34.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:34 09:01:34.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:34 09:01:34.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:34 09:01:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:34 09:01:34.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:34 09:01:34.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:34 09:01:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:34 09:01:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:34 09:01:34.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
05:01:34 09:01:34.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:34 09:01:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:34 09:01:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:34 09:01:34.843 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")
05:01:34 09:01:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:34 09:01:34.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:34 09:01:34.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:34 09:01:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:34 09:01:34.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:34 09:01:34.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:34 09:01:34.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:34 09:01:34.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:34 09:01:34.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:34 09:01:34.873 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:34 09:01:34.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:34 09:01:34.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:34 09:01:34.873 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:34 09:01:34.874 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:34 09:01:34.874 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:34 09:01:34.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:34 09:01:34.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:34 09:01:34.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:34 09:01:34.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:34 09:01:34.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:34 09:01:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:34 09:01:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:34 09:01:34.874 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:34 09:01:34.874 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....
05:01:34 09:01:34.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:34 09:01:34.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:34 09:01:34.924 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
05:01:34 09:01:34.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:34 09:01:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:34 09:01:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:34 09:01:34.925 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:34 09:01:34.927 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:34 09:01:34.929 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:34 09:01:34.931 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:34 09:01:34.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:34 09:01:34.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:34 09:01:34.932 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
05:01:34 09:01:34.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:34 09:01:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:34 09:01:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:34 09:01:34.932 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")
05:01:34 09:01:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:34 09:01:34.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:34 09:01:34.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:34 09:01:34.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:34 09:01:34.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:34 09:01:34.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:34 09:01:34.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:34 09:01:34.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:34 09:01:34.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:34 09:01:34.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:34 09:01:34.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:34 09:01:34.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:34 09:01:34.961 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:34 09:01:34.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:34 09:01:34.961 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:34 09:01:34.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:34 09:01:34.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:34 09:01:34.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:34 09:01:34.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:34 09:01:34.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:34 09:01:34.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:34 09:01:34.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:34 09:01:34.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:34 09:01:34.962 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....
05:01:35 09:01:35.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.012 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
05:01:35 09:01:35.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:35 09:01:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.013 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:35 09:01:35.013 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page
05:01:35 09:01:35.023 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)
05:01:35 09:01:35.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:35 09:01:35.025 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:35 09:01:35.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:35 09:01:35.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:35 09:01:35.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:35 09:01:35.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:35 09:01:35.032 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:35 09:01:35.033 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)
05:01:35 09:01:35.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:35 09:01:35.034 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:35 09:01:35.034 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page
05:01:35 09:01:35.034 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)
05:01:35 09:01:35.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:35 09:01:35.035 INFO [WorkbenchTestable][AbstractButton] Click button < &Back
05:01:35 09:01:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:35 09:01:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:35 09:01:35.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:35 09:01:35.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:35 09:01:35.038 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
05:01:35 09:01:35.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:35 09:01:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:35 09:01:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:35 09:01:35.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent
05:01:35 09:01:35.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:35 09:01:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
05:01:35 09:01:35.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:35 09:01:35.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:35 09:01:35.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:35 09:01:35.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
05:01:35 09:01:35.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:35 09:01:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.041 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")
05:01:35 09:01:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:35 09:01:35.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:35 09:01:35.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:35 09:01:35.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:35 09:01:35.060 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:35 09:01:35.060 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:35 09:01:35.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:35 09:01:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:35 09:01:35.061 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....
05:01:35 09:01:35.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.125 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
05:01:35 09:01:35.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:35 09:01:35.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.126 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:35 09:01:35.126 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)
05:01:35 09:01:35.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:35 09:01:35.130 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:35 09:01:35.130 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page
05:01:35 09:01:35.130 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)
05:01:35 09:01:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:35 09:01:35.131 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:35 09:01:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:35 09:01:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:35 09:01:35.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:35 09:01:35.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:35 09:01:35.133 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
05:01:35 09:01:35.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:35 09:01:35.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:35 09:01:35.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:35 09:01:35.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent
05:01:35 09:01:35.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:35 09:01:35.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
05:01:35 09:01:35.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:35 09:01:35.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:35 09:01:35.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:35 09:01:35.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
05:01:35 09:01:35.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:35 09:01:35.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.135 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")
05:01:35 09:01:35.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:35 09:01:35.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:35 09:01:35.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:35 09:01:35.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:35 09:01:35.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:35 09:01:35.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:35 09:01:35.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:35 09:01:35.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:35 09:01:35.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:35 09:01:35.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:35 09:01:35.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:35 09:01:35.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:35 09:01:35.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:35 09:01:35.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:35 09:01:35.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:35 09:01:35.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:35 09:01:35.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:35 09:01:35.162 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....
05:01:35 09:01:35.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
05:01:35 09:01:35.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:35 09:01:35.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.212 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:35 09:01:35.212 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)
05:01:35 09:01:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:35 09:01:35.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:35 09:01:35.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:35 09:01:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:35 09:01:35.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
05:01:35 09:01:35.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:35 09:01:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.223 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")
05:01:35 09:01:35.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:35 09:01:35.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:35 09:01:35.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:35 09:01:35.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:35 09:01:35.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:35 09:01:35.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:35 09:01:35.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:35 09:01:35.241 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:35 09:01:35.241 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:35 09:01:35.241 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:35 09:01:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:35 09:01:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:35 09:01:35.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:35 09:01:35.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:35 09:01:35.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:35 09:01:35.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:35 09:01:35.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:35 09:01:35.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:35 09:01:35.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:35 09:01:35.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:35 09:01:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.242 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:35 09:01:35.242 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....
05:01:35 09:01:35.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.294 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
05:01:35 09:01:35.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:35 09:01:35.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:35 09:01:35.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:35 09:01:35.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available....
05:01:35 09:01:35.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:35 09:01:35.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:36 09:01:36.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:36 09:01:36.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:36 09:01:36.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:36 09:01:36.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:36 09:01:36.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:36 09:01:36.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:37 09:01:37.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:37 09:01:37.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:37 09:01:37.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:37 09:01:37.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:37 09:01:37.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:37 09:01:37.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:38 09:01:38.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:38 09:01:38.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:38 09:01:38.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:38 09:01:38.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:38 09:01:38.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:38 09:01:38.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:39 09:01:39.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:39 09:01:39.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:39 09:01:39.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:39 09:01:39.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:39 09:01:39.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:39 09:01:39.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:40 09:01:40.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:40 09:01:40.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:40 09:01:40.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:40 09:01:40.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:40 09:01:40.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:40 09:01:40.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:41 09:01:41.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:41 09:01:41.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:41 09:01:41.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:41 09:01:41.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:41 09:01:41.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:41 09:01:41.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:42 09:01:42.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:42 09:01:42.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:42 09:01:42.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:42 09:01:42.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:42 09:01:42.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:42 09:01:42.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:43 09:01:43.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:43 09:01:43.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:43 09:01:43.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:43 09:01:43.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:43 09:01:43.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:43 09:01:43.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:44 09:01:44.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:44 09:01:44.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:44 09:01:44.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:44 09:01:44.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:44 09:01:44.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:44 09:01:44.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.378 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
05:01:45 09:01:45.388 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:45 09:01:45.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:45 09:01:45.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:45 09:01:45.388 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog
05:01:45 09:01:45.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog
05:01:45 09:01:45.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.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")
05:01:45 09:01:45.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:45 09:01:45.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:45 09:01:45.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:45 09:01:45.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:45 09:01:45.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:45 09:01:45.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:45 09:01:45.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:45 09:01:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:45 09:01:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:45 09:01:45.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
05:01:45 09:01:45.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:45 09:01:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.410 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")
05:01:45 09:01:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:45 09:01:45.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:45 09:01:45.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:45 09:01:45.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:45 09:01:45.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:45 09:01:45.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:45 09:01:45.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:45 09:01:45.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:45 09:01:45.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:45 09:01:45.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:45 09:01:45.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:45 09:01:45.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:45 09:01:45.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:45 09:01:45.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:45 09:01:45.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:45 09:01:45.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:45 09:01:45.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:45 09:01:45.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:45 09:01:45.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:45 09:01:45.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:45 09:01:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:45 09:01:45.427 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....
05:01:45 09:01:45.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.482 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
05:01:45 09:01:45.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:45 09:01:45.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.483 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
05:01:45 09:01:45.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:45 09:01:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:45 09:01:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:45 09:01:45.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
05:01:45 09:01:45.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:45 09:01:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.485 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")
05:01:45 09:01:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:45 09:01:45.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:45 09:01:45.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:45 09:01:45.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:45 09:01:45.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:45 09:01:45.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:45 09:01:45.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:45 09:01:45.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:45 09:01:45.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:45 09:01:45.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:45 09:01:45.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:45 09:01:45.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:45 09:01:45.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:45 09:01:45.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:45 09:01:45.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:45 09:01:45.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:45 09:01:45.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:45 09:01:45.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:45 09:01:45.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:45 09:01:45.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:45 09:01:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:45 09:01:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
05:01:45 09:01:45.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.593 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
05:01:45 09:01:45.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:45 09:01:45.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:45 09:01:45.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:45 09:01:45.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:45 09:01:45.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
05:01:45 09:01:45.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
05:01:45 09:01:45.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.596 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")
05:01:45 09:01:45.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:45 09:01:45.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:45 09:01:45.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:45 09:01:45.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:45 09:01:45.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:45 09:01:45.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:45 09:01:45.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:45 09:01:45.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:45 09:01:45.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:45 09:01:45.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:45 09:01:45.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:45 09:01:45.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:45 09:01:45.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
05:01:45 09:01:45.639 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:45 09:01:45.639 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:45 09:01:45.639 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:45 09:01:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:45 09:01:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:45 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.201 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
05:01:45 next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.133 s
05:01:45 cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.126 s
05:01:45 finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 5.08 s
05:01:45 finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.09 s
05:01:45 getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.087 s
05:01:45 back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.099 s
05:01:45 next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.102 s
05:01:45 back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.079 s
05:01:45 testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 10.186 s
05:01:45 getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.103 s
05:01:45 getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.107 s
05:01:45 Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
05:01:45 09:01:45.652 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
05:01:45 09:01:45.656 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:01:45 09:01:45.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:45 09:01:45.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
05:01:45 09:01:45.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:45 09:01:45.656 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:01:45 09:01:45.657 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:45 09:01:45.657 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:01:45 09:01:45.657 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:45 09:01:45.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:45 09:01:45.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:45 09:01:45.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:45 09:01:45.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:45 09:01:45.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest)
05:01:45 09:01:45.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
05:01:45 09:01:45.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:45 09:01:45.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:45 09:01:45.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:45 09:01:45.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:45 09:01:45.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:45 09:01:45.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:45 09:01:45.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:45 09:01:45.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:45 09:01:45.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:45 09:01:45.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:45 09:01:45.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:45 09:01:45.671 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:01:45 09:01:45.675 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:45 09:01:45.675 DEBUG [main][MenuItemLookup] Item match:File
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:''
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:''
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Save As...'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Save All	Shift+Ctrl+S'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Revert'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:''
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Move...'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:''
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Print...	Ctrl+P'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:''
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Found menu:'Import...'
05:01:45 09:01:45.680 DEBUG [main][MenuItemLookup] Item match:Import...
05:01:45 09:01:45.684 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..."
05:01:45 09:01:45.684 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import...
05:01:45 09:01:45.685 INFO [main][MenuItemHandler] Select menu item: &Import...
05:01:45 09:01:45.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available....
05:01:45 09:01:45.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully
05:01:45 09:01:45.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import
05:01:45 09:01:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:45 09:01:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:45 09:01:45.813 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
05:01:45 09:01:45.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:45 09:01:45.818 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
05:01:45 09:01:45.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:45 09:01:45.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:45 09:01:45.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:45 09:01:45.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:45 09:01:45.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:01:45 09:01:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:01:45 09:01:45.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:01:45 09:01:45.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children...
05:01:45 09:01:45.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category
05:01:45 09:01:45.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:46 09:01:46.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:46 09:01:46.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category
05:01:46 09:01:46.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully
05:01:46 09:01:46.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category
05:01:46 09:01:46.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:46 09:01:46.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed
05:01:46 09:01:46.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:46 09:01:46.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category
05:01:46 09:01:46.341 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard
05:01:46 09:01:46.342 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard
05:01:46 09:01:46.342 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection
05:01:46 09:01:46.346 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard
05:01:46 09:01:46.346 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
05:01:46 09:01:46.346 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page
05:01:46 09:01:46.346 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)
05:01:46 09:01:46.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:46 09:01:46.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:46 09:01:46.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:46 09:01:46.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:46 09:01:46.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:46 09:01:46.348 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:46 09:01:46.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:46 09:01:46.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:46 09:01:46.348 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:46 09:01:46.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:46 09:01:46.354 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:46 09:01:46.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available....
05:01:46 09:01:46.354 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
05:01:46 09:01:46.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard
05:01:46 09:01:46.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:46 09:01:46.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:46 09:01:46.355 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed
05:01:46 09:01:46.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:46 09:01:46.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:46 09:01:46.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard
05:01:46 09:01:46.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:46 09:01:46.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:46 09:01:46.357 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed
05:01:46 09:01:46.357 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard
05:01:46 09:01:46.357 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)
05:01:46 09:01:46.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:46 09:01:46.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:46 09:01:46.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:46 09:01:46.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:46 09:01:46.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:46 09:01:46.361 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:46 09:01:46.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:46 09:01:46.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:46 09:01:46.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:46 09:01:46.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:46 09:01:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:46 09:01:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:46 09:01:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:46 09:01:46.391 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:46 09:01:46.391 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:46 09:01:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:46 09:01:46.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
05:01:46 09:01:46.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:46 09:01:46.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:46 09:01:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:46 09:01:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:46 09:01:46.392 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest)
05:01:46 09:01:46.392 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
05:01:46 09:01:46.392 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:46 09:01:46.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:46 09:01:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:46 09:01:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:46 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
05:01:46 open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest)  Time elapsed: 0.729 s
05:01:46 Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:46 09:01:46.401 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:46 09:01:46.403 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:01:46 09:01:46.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:46 09:01:46.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:46 09:01:46.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:46 09:01:46.404 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:01:46 09:01:46.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:46 09:01:46.404 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:01:46 09:01:46.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:46 09:01:46.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:46 09:01:46.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:46 09:01:46.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:46 09:01:46.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:46 09:01:46.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
05:01:46 09:01:46.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:46 09:01:46.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:46 09:01:46.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:46 09:01:46.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:46 09:01:46.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:46 09:01:46.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:46 09:01:46.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:46 09:01:46.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:46 09:01:46.408 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:01:46 09:01:46.408 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:46 09:01:46.409 DEBUG [main][MenuItemLookup] Item match:File
05:01:46 09:01:46.410 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:01:46 09:01:46.410 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
05:01:46 09:01:46.416 DEBUG [main][MenuItemLookup] Found menu:'Project...'
05:01:46 09:01:46.416 DEBUG [main][MenuItemLookup] Found menu:''
05:01:46 09:01:46.416 DEBUG [main][MenuItemLookup] Found menu:'Folder'
05:01:46 09:01:46.416 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:46 09:01:46.416 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
05:01:46 09:01:46.417 DEBUG [main][MenuItemLookup] Found menu:''
05:01:46 09:01:46.417 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
05:01:46 09:01:46.417 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
05:01:46 09:01:46.417 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
05:01:46 09:01:46.417 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
05:01:46 09:01:46.417 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
05:01:46 09:01:46.482 DEBUG [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....
05:01:46 09:01:46.484 DEBUG [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
05:01:46 09:01:46.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
05:01:46 09:01:46.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:46 09:01:46.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:46 09:01:46.485 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:46 09:01:46.485 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:46 09:01:46.486 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
05:01:46 09:01:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:46 09:01:46.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:46 09:01:46.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:46 09:01:46.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:46 09:01:46.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:01:46 09:01:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:01:46 09:01:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:01:46 09:01:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
05:01:46 09:01:46.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:46 09:01:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:46 09:01:46.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:46 09:01:46.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:46 09:01:46.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
05:01:46 09:01:46.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:47 09:01:46.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:47 09:01:46.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
05:01:47 09:01:46.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:47 09:01:46.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:47 09:01:46.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
05:01:47 09:01:46.996 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
05:01:47 09:01:46.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
05:01:47 09:01:46.997 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
05:01:47 09:01:46.997 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:47 09:01:46.997 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
05:01:47 09:01:46.997 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)
05:01:47 09:01:46.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:47 09:01:46.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:47 09:01:46.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:47 09:01:46.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:47 09:01:46.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:47 09:01:46.999 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:47 09:01:46.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:47 09:01:46.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:47 09:01:46.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:47 09:01:46.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:47 09:01:47.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
05:01:47 09:01:47.009 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
05:01:47 09:01:47.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:47 09:01:47.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.009 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:47 09:01:47.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.011 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:47 09:01:47.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.011 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:47 09:01:47.011 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
05:01:47 09:01:47.011 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)
05:01:47 09:01:47.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:47 09:01:47.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:47 09:01:47.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:47 09:01:47.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:47 09:01:47.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:47 09:01:47.016 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:47 09:01:47.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:47 09:01:47.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:47 09:01:47.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:47 09:01:47.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:47 09:01:47.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:47 09:01:47.034 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:01:47 09:01:47.034 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:47 09:01:47.034 DEBUG [main][MenuItemLookup] Item match:File
05:01:47 09:01:47.035 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:01:47 09:01:47.035 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
05:01:47 09:01:47.036 DEBUG [main][MenuItemLookup] Found menu:'Project...'
05:01:47 09:01:47.036 DEBUG [main][MenuItemLookup] Found menu:''
05:01:47 09:01:47.036 DEBUG [main][MenuItemLookup] Found menu:'Folder'
05:01:47 09:01:47.036 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:47 09:01:47.037 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
05:01:47 09:01:47.037 DEBUG [main][MenuItemLookup] Found menu:''
05:01:47 09:01:47.037 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
05:01:47 09:01:47.037 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
05:01:47 09:01:47.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
05:01:47 09:01:47.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
05:01:47 09:01:47.049 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
05:01:47 09:01:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
05:01:47 09:01:47.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
05:01:47 09:01:47.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
05:01:47 09:01:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.130 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:47 09:01:47.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.130 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
05:01:47 09:01:47.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:47 09:01:47.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:47 09:01:47.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:47 09:01:47.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:47 09:01:47.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:01:47 09:01:47.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:01:47 09:01:47.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:01:47 09:01:47.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
05:01:47 09:01:47.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:47 09:01:47.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:47 09:01:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:47 09:01:47.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:47 09:01:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
05:01:47 09:01:47.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:47 09:01:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:47 09:01:47.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
05:01:47 09:01:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:47 09:01:47.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:47 09:01:47.636 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
05:01:47 09:01:47.636 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
05:01:47 09:01:47.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
05:01:47 09:01:47.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
05:01:47 09:01:47.637 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:47 09:01:47.637 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
05:01:47 09:01:47.637 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)
05:01:47 09:01:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:47 09:01:47.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:47 09:01:47.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:47 09:01:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:47 09:01:47.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:47 09:01:47.639 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:47 09:01:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:47 09:01:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:47 09:01:47.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:47 09:01:47.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:47 09:01:47.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
05:01:47 09:01:47.646 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
05:01:47 09:01:47.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:47 09:01:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.646 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:47 09:01:47.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.647 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....
05:01:47 09:01:47.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:47 09:01:47.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.647 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
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.648 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.648 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:47 09:01:47.648 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
05:01:47 09:01:47.648 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)
05:01:47 09:01:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:47 09:01:47.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:47 09:01:47.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:47 09:01:47.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:47 09:01:47.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:47 09:01:47.650 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:47 09:01:47.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:47 09:01:47.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:47 09:01:47.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:47 09:01:47.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:47 09:01:47.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:47 09:01:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:47 09:01:47.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
05:01:47 09:01:47.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"]
05:01:47 09:01:47.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:47 09:01:47.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
05:01:47 09:01:47.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:47 09:01:47.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:47 09:01:47.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:47 09:01:47.671 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:01:47 09:01:47.671 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:47 09:01:47.671 DEBUG [main][MenuItemLookup] Item match:File
05:01:47 09:01:47.672 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:01:47 09:01:47.672 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
05:01:47 09:01:47.673 DEBUG [main][MenuItemLookup] Found menu:'Project...'
05:01:47 09:01:47.673 DEBUG [main][MenuItemLookup] Found menu:''
05:01:47 09:01:47.673 DEBUG [main][MenuItemLookup] Found menu:'Folder'
05:01:47 09:01:47.673 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:47 09:01:47.673 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
05:01:47 09:01:47.673 DEBUG [main][MenuItemLookup] Found menu:''
05:01:47 09:01:47.673 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
05:01:47 09:01:47.673 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
05:01:47 09:01:47.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
05:01:47 09:01:47.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
05:01:47 09:01:47.674 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
05:01:47 09:01:47.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
05:01:47 09:01:47.742 DEBUG [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
05:01:47 09:01:47.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
05:01:47 09:01:47.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:47 09:01:47.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:47 09:01:47.743 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:47 09:01:47.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:47 09:01:47.743 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
05:01:47 09:01:47.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:47 09:01:47.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:47 09:01:47.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:47 09:01:47.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:47 09:01:47.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:01:47 09:01:47.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:01:47 09:01:47.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:01:47 09:01:47.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
05:01:47 09:01:47.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:47 09:01:47.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:48 09:01:48.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:48 09:01:48.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:48 09:01:48.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
05:01:48 09:01:48.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:48 09:01:48.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:48 09:01:48.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
05:01:48 09:01:48.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:48 09:01:48.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:48 09:01:48.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
05:01:48 09:01:48.249 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
05:01:48 09:01:48.250 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
05:01:48 09:01:48.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
05:01:48 09:01:48.252 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:48 09:01:48.252 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
05:01:48 09:01:48.252 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)
05:01:48 09:01:48.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:48 09:01:48.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:48 09:01:48.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:48 09:01:48.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:48 09:01:48.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:48 09:01:48.255 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:48 09:01:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:48 09:01:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:48 09:01:48.255 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:48 09:01:48.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:48 09:01:48.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
05:01:48 09:01:48.265 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
05:01:48 09:01:48.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:48 09:01:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.265 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:48 09:01:48.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:48 09:01:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:48 09:01:48.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:48 09:01:48.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:48 09:01:48.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.269 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:48 09:01:48.269 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
05:01:48 09:01:48.269 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)
05:01:48 09:01:48.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:48 09:01:48.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:48 09:01:48.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:48 09:01:48.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:48 09:01:48.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:48 09:01:48.271 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:48 09:01:48.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:48 09:01:48.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:48 09:01:48.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:48 09:01:48.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:48 09:01:48.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:48 09:01:48.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:48 09:01:48.310 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:48 09:01:48.310 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:48 09:01:48.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:48 09:01:48.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:48 09:01:48.312 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:01:48 09:01:48.312 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:48 09:01:48.312 DEBUG [main][MenuItemLookup] Item match:File
05:01:48 09:01:48.313 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:01:48 09:01:48.313 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
05:01:48 09:01:48.315 DEBUG [main][MenuItemLookup] Found menu:'Project...'
05:01:48 09:01:48.315 DEBUG [main][MenuItemLookup] Found menu:''
05:01:48 09:01:48.315 DEBUG [main][MenuItemLookup] Found menu:'Folder'
05:01:48 09:01:48.315 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:48 09:01:48.315 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
05:01:48 09:01:48.315 DEBUG [main][MenuItemLookup] Found menu:''
05:01:48 09:01:48.315 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
05:01:48 09:01:48.315 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
05:01:48 09:01:48.315 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
05:01:48 09:01:48.315 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
05:01:48 09:01:48.315 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
05:01:48 09:01:48.375 DEBUG [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....
05:01:48 09:01:48.377 DEBUG [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
05:01:48 09:01:48.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
05:01:48 09:01:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.378 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:48 09:01:48.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.378 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
05:01:48 09:01:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:48 09:01:48.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:48 09:01:48.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:48 09:01:48.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:48 09:01:48.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:01:48 09:01:48.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:01:48 09:01:48.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:01:48 09:01:48.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
05:01:48 09:01:48.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:48 09:01:48.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:48 09:01:48.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:48 09:01:48.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:48 09:01:48.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
05:01:48 09:01:48.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:48 09:01:48.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:48 09:01:48.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
05:01:48 09:01:48.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:48 09:01:48.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:48 09:01:48.884 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
05:01:48 09:01:48.884 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
05:01:48 09:01:48.884 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
05:01:48 09:01:48.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
05:01:48 09:01:48.885 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:48 09:01:48.885 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
05:01:48 09:01:48.885 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)
05:01:48 09:01:48.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:48 09:01:48.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:48 09:01:48.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:48 09:01:48.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:48 09:01:48.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:48 09:01:48.887 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:48 09:01:48.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:48 09:01:48.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:48 09:01:48.888 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:48 09:01:48.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:48 09:01:48.893 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
05:01:48 09:01:48.894 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
05:01:48 09:01:48.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:48 09:01:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.894 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:48 09:01:48.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.895 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:48 09:01:48.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:48 09:01:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:48 09:01:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.896 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:48 09:01:48.896 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
05:01:48 09:01:48.896 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)
05:01:48 09:01:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:48 09:01:48.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:48 09:01:48.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:48 09:01:48.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:48 09:01:48.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:48 09:01:48.898 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:48 09:01:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:48 09:01:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:48 09:01:48.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:48 09:01:48.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:48 09:01:48.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:48 09:01:48.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:48 09:01:48.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:48 09:01:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:48 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.526 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
05:01:48 activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)  Time elapsed: 1.262 s
05:01:48 open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)  Time elapsed: 0.641 s
05:01:48 useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)  Time elapsed: 0.617 s
05:01:48 Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
05:01:48 09:01:48.935 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
05:01:48 09:01:48.936 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:01:48 09:01:48.937 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:48 09:01:48.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
05:01:48 09:01:48.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:48 09:01:48.937 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:01:48 09:01:48.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:48 09:01:48.937 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:01:48 09:01:48.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:48 09:01:48.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:01:48 09:01:48.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest)
05:01:48 09:01:48.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:48 09:01:48.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:48 09:01:48.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:48 09:01:48.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:48 09:01:48.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:48 09:01:48.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:48 09:01:48.940 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:01:48 09:01:48.940 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:48 09:01:48.940 DEBUG [main][MenuItemLookup] Item match:File
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:''
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:''
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Save As...'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Save All	Shift+Ctrl+S'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Revert'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:''
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Move...'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:''
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:'Print...	Ctrl+P'
05:01:48 09:01:48.941 DEBUG [main][MenuItemLookup] Found menu:''
05:01:48 09:01:48.942 DEBUG [main][MenuItemLookup] Found menu:'Import...'
05:01:48 09:01:48.942 DEBUG [main][MenuItemLookup] Found menu:'Export...'
05:01:48 09:01:48.942 DEBUG [main][MenuItemLookup] Item match:Export...
05:01:48 09:01:48.942 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..."
05:01:48 09:01:48.942 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export...
05:01:48 09:01:48.942 INFO [main][MenuItemHandler] Select menu item: Exp&ort...
05:01:49 09:01:49.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available....
05:01:49 09:01:49.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully
05:01:49 09:01:49.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export
05:01:49 09:01:49.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:49 09:01:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:49 09:01:49.030 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed
05:01:49 09:01:49.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.030 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
05:01:49 09:01:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:49 09:01:49.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:49 09:01:49.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:49 09:01:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:49 09:01:49.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:01:49 09:01:49.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:01:49 09:01:49.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:01:49 09:01:49.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children...
05:01:49 09:01:49.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category
05:01:49 09:01:49.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:49 09:01:49.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:49 09:01:49.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category
05:01:49 09:01:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully
05:01:49 09:01:49.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category
05:01:49 09:01:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:49 09:01:49.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed
05:01:49 09:01:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:49 09:01:49.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category
05:01:49 09:01:49.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard
05:01:49 09:01:49.535 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard
05:01:49 09:01:49.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection
05:01:49 09:01:49.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard
05:01:49 09:01:49.538 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed
05:01:49 09:01:49.538 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page
05:01:49 09:01:49.538 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)
05:01:49 09:01:49.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:49 09:01:49.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:49 09:01:49.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:49 09:01:49.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:49 09:01:49.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:49 09:01:49.540 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:49 09:01:49.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:49 09:01:49.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:49 09:01:49.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:49 09:01:49.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:49 09:01:49.545 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"]
05:01:49 09:01:49.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available....
05:01:49 09:01:49.549 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
05:01:49 09:01:49.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard
05:01:49 09:01:49.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:49 09:01:49.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:49 09:01:49.550 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed
05:01:49 09:01:49.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:49 09:01:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:49 09:01:49.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard
05:01:49 09:01:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:49 09:01:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:49 09:01:49.555 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed
05:01:49 09:01:49.555 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard
05:01:49 09:01:49.555 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)
05:01:49 09:01:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:49 09:01:49.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:49 09:01:49.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:49 09:01:49.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:49 09:01:49.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:49 09:01:49.557 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:49 09:01:49.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:49 09:01:49.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:49 09:01:49.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:49 09:01:49.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:49 09:01:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:49 09:01:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:49 09:01:49.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:49 09:01:49.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest)
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:01:49 09:01:49.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:49 09:01:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
05:01:49 open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest)  Time elapsed: 0.644 s
05:01:49 Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest
05:01:49 09:01:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available....
05:01:49 09:01:49.649 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
05:01:49 09:01:49.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title
05:01:49 09:01:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:49 09:01:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:49 09:01:49.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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)
05:01:49 09:01:49.651 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:49 09:01:49.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:49 09:01:49.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:49 09:01:49.651 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
05:01:49 09:01:49.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:49 09:01:49.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:49 09:01:49.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:49 09:01:49.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:49 09:01:49.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:49 09:01:49.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:49 09:01:49.652 INFO [WorkbenchTestable][AbstractButton] Click button OK
05:01:49 09:01:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:49 09:01:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:49 09:01:49.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:49 09:01:49.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:49 09:01:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available....
05:01:49 09:01:49.767 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
05:01:49 09:01:49.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title
05:01:49 09:01:49.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:49 09:01:49.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:49 09:01:49.769 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
05:01:49 09:01:49.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:49 09:01:49.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:49 09:01:49.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:49 09:01:49.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
05:01:49 09:01:49.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:49 09:01:49.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:49 09:01:49.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:49 09:01:49.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:49 09:01:49.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:49 09:01:49.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
05:01:49 09:01:49.769 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:49 09:01:49.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available....
05:01:49 09:01:49.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
05:01:49 09:01:49.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title
05:01:49 09:01:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:49 09:01:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:49 09:01:49.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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)
05:01:49 09:01:49.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:49 09:01:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:49 09:01:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:49 09:01:49.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
05:01:49 09:01:49.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:49 09:01:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:49 09:01:49.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:49 09:01:49.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:49 09:01:49.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:49 09:01:49.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:49 09:01:49.858 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:49 09:01:49.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:49 09:01:49.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:49 09:01:49.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:49 09:01:49.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:49 09:01:49.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available....
05:01:49 09:01:49.914 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
05:01:49 09:01:49.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title
05:01:49 09:01:49.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:49 09:01:49.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:49 09:01:49.915 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
05:01:49 09:01:49.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:49 09:01:49.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:49 09:01:49.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:49 09:01:49.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
05:01:49 09:01:49.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:49 09:01:49.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:49 09:01:49.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:49 09:01:49.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:49 09:01:49.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:49 09:01:49.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
05:01:49 09:01:49.916 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:49 09:01:49.916 INFO [WorkbenchTestable][AbstractText] Text set to: something
05:01:49 09:01:49.918 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
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:49 09:01:49.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:49 09:01:49.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:49 09:01:49.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:49 09:01:49.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:49 09:01:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:49 09:01:49.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:49 09:01:49.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:49 09:01:49.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:49 09:01:49.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:49 09:01:49.919 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:49 09:01:49.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:49 09:01:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:49 09:01:49.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:49 09:01:49.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:49 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest
05:01:49 inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest)  Time elapsed: 0.139 s
05:01:49 inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest)  Time elapsed: 0.044 s
05:01:49 inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest)  Time elapsed: 0.103 s
05:01:49 inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest)  Time elapsed: 0.065 s
05:01:49 Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest
05:01:49 09:01:49.955 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:49 09:01:49.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.956 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:49 09:01:49.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.956 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
05:01:49 09:01:49.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.956 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:49 09:01:49.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.956 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:49 09:01:49.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"]
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:49 09:01:49.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:01:49 09:01:49.957 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
05:01:49 09:01:49.957 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:49 09:01:49.957 DEBUG [main][MenuItemLookup] Item match:File
05:01:49 09:01:49.958 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
05:01:49 09:01:49.958 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
05:01:49 09:01:49.960 DEBUG [main][MenuItemLookup] Found menu:'Project...'
05:01:49 09:01:49.960 DEBUG [main][MenuItemLookup] Found menu:''
05:01:49 09:01:49.960 DEBUG [main][MenuItemLookup] Found menu:'Folder'
05:01:49 09:01:49.960 DEBUG [main][MenuItemLookup] Found menu:'File'
05:01:49 09:01:49.960 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
05:01:49 09:01:49.960 DEBUG [main][MenuItemLookup] Found menu:''
05:01:49 09:01:49.960 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
05:01:49 09:01:49.960 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
05:01:49 09:01:49.960 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
05:01:49 09:01:49.960 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
05:01:49 09:01:49.961 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
05:01:50 09:01:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
05:01:50 09:01:50.030 DEBUG [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
05:01:50 09:01:50.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
05:01:50 09:01:50.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:50 09:01:50.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:50 09:01:50.032 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:50 09:01:50.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:50 09:01:50.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
05:01:50 09:01:50.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:50 09:01:50.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:50 09:01:50.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:50 09:01:50.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:50 09:01:50.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:01:50 09:01:50.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:01:50 09:01:50.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:01:50 09:01:50.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
05:01:50 09:01:50.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:50 09:01:50.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:50 09:01:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:50 09:01:50.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:50 09:01:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
05:01:50 09:01:50.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
05:01:50 09:01:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:01:50 09:01:50.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
05:01:50 09:01:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:01:50 09:01:50.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
05:01:50 09:01:50.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
05:01:50 09:01:50.537 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
05:01:50 09:01:50.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
05:01:50 09:01:50.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
05:01:50 09:01:50.539 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
05:01:50 09:01:50.539 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
05:01:50 09:01:50.539 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)
05:01:50 09:01:50.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:50 09:01:50.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:50 09:01:50.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:50 09:01:50.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:50 09:01:50.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:50 09:01:50.540 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
05:01:50 09:01:50.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:50 09:01:50.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:50 09:01:50.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:50 09:01:50.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:50 09:01:50.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
05:01:50 09:01:50.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:50 09:01:50.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:50 09:01:50.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
05:01:50 09:01:50.547 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
05:01:50 09:01:50.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:50 09:01:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:50 09:01:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:50 09:01:50.547 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:50 09:01:50.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:50 09:01:50.547 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....
05:01:50 09:01:50.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:50 09:01:50.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:50 09:01:50.547 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
05:01:50 09:01:50.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:50 09:01:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:50 09:01:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:50 09:01:50.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
05:01:50 09:01:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:50 09:01:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:50 09:01:50.549 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
05:01:50 09:01:50.549 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
05:01:50 09:01:50.549 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)
05:01:50 09:01:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:50 09:01:50.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:50 09:01:50.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:50 09:01:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:50 09:01:50.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:50 09:01:50.550 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
05:01:50 09:01:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:50 09:01:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:50 09:01:50.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:50 09:01:50.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:50 09:01:50.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:01:50 09:01:50.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:01:50 09:01:50.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
05:01:50 09:01:50.566 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
05:01:50 09:01:50.566 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
05:01:50 09:01:50.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
05:01:50 09:01:50.568 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....
05:01:50 09:01:50.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:50 09:01:50.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:50 09:01:50.612 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
05:01:50 09:01:50.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog
05:01:50 09:01:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:01:50 09:01:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:01:50 09:01:50.612 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.612 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:50 09:01:50.613 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.614 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.614 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.614 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.615 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.615 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:01:50 09:01:50.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:50 09:01:50.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:50 09:01:50.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:50 09:01:50.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
05:01:50 09:01:50.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:50 09:01:50.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:50 09:01:50.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:50 09:01:50.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:50 09:01:50.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:50 09:01:50.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:50 09:01:50.617 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message
05:01:50 09:01:50.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:50 09:01:50.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:50 09:01:50.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:50 09:01:50.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:50 09:01:50.623 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.623 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:50 09:01:50.624 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.624 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.624 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.624 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:01:50 09:01:50.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:50 09:01:50.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:50 09:01:50.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:50 09:01:50.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
05:01:50 09:01:50.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:50 09:01:50.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:50 09:01:50.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:50 09:01:50.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:50 09:01:50.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:50 09:01:50.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:50 09:01:50.625 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message
05:01:50 09:01:50.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:50 09:01:50.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:50 09:01:50.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:50 09:01:50.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:50 09:01:50.627 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.628 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:50 09:01:50.628 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.628 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.628 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.628 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:01:50 09:01:50.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:50 09:01:50.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:50 09:01:50.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:50 09:01:50.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
05:01:50 09:01:50.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:50 09:01:50.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:50 09:01:50.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:50 09:01:50.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:50 09:01:50.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:50 09:01:50.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:50 09:01:50.629 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message
05:01:50 09:01:50.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:50 09:01:50.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:50 09:01:50.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:50 09:01:50.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:50 09:01:50.630 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.630 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:50 09:01:50.631 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.631 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.631 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.631 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:01:50 09:01:50.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:50 09:01:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:50 09:01:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:50 09:01:50.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
05:01:50 09:01:50.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:50 09:01:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:50 09:01:50.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:50 09:01:50.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:50 09:01:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:50 09:01:50.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:50 09:01:50.633 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message
05:01:50 09:01:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:50 09:01:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:50 09:01:50.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:50 09:01:50.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:50 09:01:50.634 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.634 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:50 09:01:50.634 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.635 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.635 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.635 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:01:50 09:01:50.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:01:50 09:01:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:01:50 09:01:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:01:50 09:01:50.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
05:01:50 09:01:50.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:01:50 09:01:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:01:50 09:01:50.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:01:50 09:01:50.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:01:50 09:01:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:01:50 09:01:50.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:01:50 09:01:50.636 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider
05:01:50 09:01:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:01:50 09:01:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:01:50 09:01:50.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:01:50 09:01:50.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:01:50 09:01:50.637 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.637 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:01:50 09:01:50.638 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.638 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.638 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
05:01:50 09:01:50.646 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....
05:01:50 09:01:50.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:50 09:01:50.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:51 09:01:51.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:51 09:01:51.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:51 09:01:51.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:51 09:01:51.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:52 09:01:52.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:52 09:01:52.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:52 09:01:52.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:52 09:01:52.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:53 09:01:53.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:53 09:01:53.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:53 09:01:53.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:53 09:01:53.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:54 09:01:54.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:54 09:01:54.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:54 09:01:54.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:54 09:01:54.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:55 09:01:55.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:55 09:01:55.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:55 09:01:55.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:55 09:01:55.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:56 09:01:56.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:56 09:01:56.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:56 09:01:56.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:56 09:01:56.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:57 09:01:57.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:57 09:01:57.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:57 09:01:57.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:57 09:01:57.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:58 09:01:58.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:58 09:01:58.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:58 09:01:58.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:58 09:01:58.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:59 09:01:59.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:59 09:01:59.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:59 09:01:59.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:01:59 09:01:59.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:00 09:02:00.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:00 09:02:00.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:00 09:02:00.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:00 09:02:00.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:00 09:02:00.688 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
05:02:00 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.738 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest
05:02:00 testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest)  Time elapsed: 0.611 s
05:02:00 titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest)  Time elapsed: 0.079 s
05:02:00 testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest)  Time elapsed: 10.046 s
05:02:00 Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:00 09:02:00.697 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:00 09:02:00.700 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:02:00 09:02:00.700 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:00 09:02:00.700 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:00 09:02:00.700 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:00 09:02:00.700 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:02:00 09:02:00.717 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:00 09:02:00.717 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:02:00 09:02:00.717 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:00 09:02:00.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:00 09:02:00.720 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:00 09:02:00.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:00 09:02:00.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:00 09:02:00.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:00 09:02:00.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:00 09:02:00.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:02:00 09:02:00.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:00 09:02:00.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:00 09:02:00.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:00 09:02:00.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:00 09:02:00.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:00 09:02:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:00 09:02:00.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:00 09:02:00.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:00 09:02:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:00 09:02:00.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:00 09:02:00.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:00 09:02:00.771 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
05:02:00 09:02:00.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:00 09:02:00.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:00 09:02:00.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:00 09:02:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:00 09:02:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:00 09:02:00.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:00 09:02:00.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:00 09:02:00.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:00 09:02:00.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:00 09:02:00.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:00 09:02:00.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:00 09:02:00.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:00 09:02:00.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:02:00 09:02:00.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:00 09:02:00.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:00 09:02:00.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:00 09:02:00.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:00 09:02:00.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:00 09:02:00.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:00 09:02:00.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:00 09:02:00.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:00 09:02:00.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:00 09:02:00.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:00 09:02:00.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:00 09:02:00.824 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
05:02:00 09:02:00.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:00 09:02:00.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:00 09:02:00.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:00 09:02:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:00 09:02:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:00 09:02:00.825 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:00 09:02:00.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:00 09:02:00.825 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:00 09:02:00.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:00 09:02:00.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:00 09:02:00.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:00 09:02:00.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:00 09:02:00.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:02:00 09:02:00.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:00 09:02:00.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:00 09:02:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:00 09:02:00.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:00 09:02:00.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:00 09:02:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:00 09:02:00.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:00 09:02:00.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:00 09:02:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:00 09:02:00.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:00 09:02:00.867 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1
05:02:00 09:02:00.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1
05:02:00 09:02:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:01 09:02:01.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:01 09:02:01.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1
05:02:01 09:02:01.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1
05:02:01 09:02:01.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:01 09:02:01.375 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed
05:02:01 09:02:01.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:01 09:02:01.375 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1
05:02:01 09:02:01.375 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1
05:02:01 09:02:01.375 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix
05:02:01 09:02:01.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:01 09:02:01.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:01 09:02:01.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix
05:02:01 09:02:01.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix
05:02:01 09:02:01.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:01 09:02:01.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed
05:02:01 09:02:01.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:01 09:02:01.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix
05:02:01 09:02:01.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:01 09:02:01.891 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
05:02:01 09:02:01.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:01 09:02:01.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:01 09:02:01.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:01 09:02:01.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:01 09:02:01.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:01 09:02:01.892 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:01 09:02:01.892 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:01 09:02:01.892 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:01 09:02:01.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:01 09:02:01.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:01 09:02:01.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:01 09:02:01.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:01 09:02:01.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:02:01 09:02:01.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:01 09:02:01.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:01 09:02:01.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:01 09:02:01.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:01 09:02:01.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:01 09:02:01.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:01 09:02:01.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:01 09:02:01.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:01 09:02:01.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:01 09:02:01.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:01 09:02:01.930 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
05:02:01 09:02:01.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:01 09:02:01.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:02 09:02:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:02 09:02:02.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:02 09:02:02.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:02 09:02:02.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:02 09:02:02.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
05:02:02 09:02:02.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:02 09:02:02.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:02 09:02:02.438 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
05:02:02 09:02:02.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:02 09:02:02.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:02 09:02:02.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:02 09:02:02.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:02 09:02:02.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:02 09:02:02.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:02 09:02:02.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
05:02:02 09:02:02.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:02 09:02:02.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:02 09:02:02.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:02 09:02:02.956 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
05:02:02 09:02:02.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:02 09:02:02.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:02 09:02:02.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:02 09:02:02.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:02 09:02:02.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:02 09:02:02.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:02 09:02:02.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:02 09:02:02.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:02 09:02:02.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:02 09:02:02.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:02 09:02:02.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:02 09:02:02.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:02 09:02:02.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:02:02 09:02:02.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:02 09:02:02.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:02 09:02:02.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:02 09:02:02.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:02 09:02:02.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:02 09:02:02.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:02 09:02:02.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:02 09:02:02.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:02 09:02:02.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:02 09:02:02.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:02 09:02:02.995 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
05:02:02 09:02:02.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:02 09:02:02.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:03 09:02:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:03 09:02:03.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:03 09:02:03.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:03 09:02:03.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:03 09:02:03.501 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
05:02:03 09:02:03.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:03 09:02:03.501 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:03 09:02:03.502 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
05:02:03 09:02:03.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:03 09:02:03.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:04 09:02:04.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:04 09:02:04.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:04 09:02:04.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:04 09:02:04.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:04 09:02:04.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
05:02:04 09:02:04.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:04 09:02:04.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:04 09:02:04.011 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1
05:02:04 09:02:04.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix
05:02:04 09:02:04.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:04 09:02:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:04 09:02:04.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix
05:02:04 09:02:04.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix
05:02:04 09:02:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:04 09:02:04.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed
05:02:04 09:02:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:04 09:02:04.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix
05:02:04 09:02:04.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:04 09:02:04.530 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
05:02:04 09:02:04.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:04 09:02:04.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:04 09:02:04.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:04 09:02:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:04 09:02:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:04 09:02:04.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:04 09:02:04.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:04 09:02:04.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:04 09:02:04.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:04 09:02:04.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:04 09:02:04.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:04 09:02:04.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:04 09:02:04.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:02:04 09:02:04.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:04 09:02:04.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:04 09:02:04.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:04 09:02:04.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:04 09:02:04.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:04 09:02:04.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:04 09:02:04.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:04 09:02:04.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:04 09:02:04.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:04 09:02:04.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:04 09:02:04.568 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
05:02:04 09:02:04.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:04 09:02:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:05 09:02:05.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:05 09:02:05.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:05 09:02:05.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:05 09:02:05.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:05 09:02:05.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
05:02:05 09:02:05.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:05 09:02:05.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:05 09:02:05.075 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
05:02:05 09:02:05.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:05 09:02:05.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:05 09:02:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:05 09:02:05.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:05 09:02:05.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:05 09:02:05.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:05 09:02:05.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
05:02:05 09:02:05.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:05 09:02:05.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:05 09:02:05.584 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
05:02:05 09:02:05.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:05 09:02:05.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:06 09:02:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:06 09:02:06.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:06 09:02:06.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:06 09:02:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:06 09:02:06.095 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
05:02:06 09:02:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:06 09:02:06.095 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:06 09:02:06.095 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
05:02:06 09:02:06.095 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:06 09:02:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:06 09:02:06.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:06 09:02:06.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:06 09:02:06.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:06 09:02:06.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:06 09:02:06.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
05:02:06 09:02:06.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:06 09:02:06.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:06 09:02:06.606 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
05:02:06 09:02:06.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:06 09:02:06.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:07 09:02:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:07 09:02:07.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:07 09:02:07.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:07 09:02:07.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:07 09:02:07.109 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
05:02:07 09:02:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:07 09:02:07.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:07 09:02:07.109 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
05:02:07 09:02:07.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:07 09:02:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:07 09:02:07.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:07 09:02:07.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:07 09:02:07.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:07 09:02:07.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:07 09:02:07.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
05:02:07 09:02:07.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:07 09:02:07.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:07 09:02:07.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:07 09:02:07.622 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
05:02:07 09:02:07.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:07 09:02:07.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:07 09:02:07.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:07 09:02:07.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:07 09:02:07.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:07 09:02:07.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:07 09:02:07.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:07 09:02:07.623 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:07 09:02:07.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:07 09:02:07.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:07 09:02:07.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:07 09:02:07.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:07 09:02:07.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:02:07 09:02:07.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:07 09:02:07.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:07 09:02:07.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:07 09:02:07.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:07 09:02:07.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:07 09:02:07.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:07 09:02:07.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:07 09:02:07.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:07 09:02:07.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:07 09:02:07.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:07 09:02:07.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
05:02:07 09:02:07.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
05:02:07 09:02:07.654 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1
05:02:07 09:02:07.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0
05:02:07 09:02:07.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:08 09:02:08.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:08 09:02:08.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0
05:02:08 09:02:08.160 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0
05:02:08 09:02:08.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:08 09:02:08.160 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed
05:02:08 09:02:08.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:08 09:02:08.160 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0
05:02:08 09:02:08.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:08 09:02:08.183 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
05:02:08 09:02:08.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:08 09:02:08.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:08 09:02:08.183 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:08 09:02:08.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:08 09:02:08.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:08 09:02:08.183 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:08 09:02:08.183 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:08 09:02:08.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:08 09:02:08.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:08 09:02:08.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:08 09:02:08.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:08 09:02:08.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:08 09:02:08.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:02:08 09:02:08.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:08 09:02:08.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:08 09:02:08.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:08 09:02:08.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:08 09:02:08.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:08 09:02:08.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:08 09:02:08.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:08 09:02:08.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:08 09:02:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:08 09:02:08.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:08 09:02:08.211 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1
05:02:08 09:02:08.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0
05:02:08 09:02:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:08 09:02:08.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:08 09:02:08.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0
05:02:08 09:02:08.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0
05:02:08 09:02:08.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:08 09:02:08.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed
05:02:08 09:02:08.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:08 09:02:08.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0
05:02:08 09:02:08.718 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1
05:02:08 09:02:08.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00
05:02:08 09:02:08.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:09 09:02:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:09 09:02:09.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00
05:02:09 09:02:09.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00
05:02:09 09:02:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:09 09:02:09.224 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed
05:02:09 09:02:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:09 09:02:09.224 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00
05:02:09 09:02:09.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:09 09:02:09.250 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
05:02:09 09:02:09.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:09 09:02:09.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:09 09:02:09.250 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:09 09:02:09.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:09 09:02:09.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:09 09:02:09.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:09 09:02:09.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:09 09:02:09.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:09 09:02:09.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:09 09:02:09.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:09 09:02:09.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:09 09:02:09.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:09 09:02:09.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
05:02:09 09:02:09.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:09 09:02:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:09 09:02:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:09 09:02:09.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:09 09:02:09.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:09 09:02:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:09 09:02:09.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:09 09:02:09.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:09 09:02:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:09 09:02:09.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:09 09:02:09.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:09 09:02:09.287 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
05:02:09 09:02:09.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:09 09:02:09.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:09 09:02:09.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:09 09:02:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:09 09:02:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:09 09:02:09.288 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:09 09:02:09.288 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:09 09:02:09.288 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:09 09:02:09.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:09 09:02:09.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:09 09:02:09.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:09 09:02:09.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:09 09:02:09.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
05:02:09 09:02:09.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:09 09:02:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:09 09:02:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:09 09:02:09.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:09 09:02:09.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:09 09:02:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:09 09:02:09.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:09 09:02:09.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:09 09:02:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:09 09:02:09.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
05:02:09 09:02:09.317 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
05:02:09 09:02:09.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:09 09:02:09.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:09 09:02:09.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:09 09:02:09.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:09 09:02:09.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:09 09:02:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:09 09:02:09.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
05:02:09 09:02:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:09 09:02:09.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:09 09:02:09.825 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
05:02:09 09:02:09.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:09 09:02:09.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:10 09:02:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:10 09:02:10.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:10 09:02:10.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
05:02:10 09:02:10.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:10 09:02:10.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
05:02:10 09:02:10.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:10 09:02:10.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
05:02:10 09:02:10.333 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
05:02:10 09:02:10.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:10 09:02:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:10 09:02:10.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:10 09:02:10.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:10 09:02:10.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:10 09:02:10.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:10 09:02:10.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
05:02:10 09:02:10.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:10 09:02:10.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:10 09:02:10.846 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
05:02:10 09:02:10.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:10 09:02:10.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:11 09:02:11.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:11 09:02:11.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:11 09:02:11.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:11 09:02:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:11 09:02:11.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
05:02:11 09:02:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:11 09:02:11.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:11 09:02:11.358 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
05:02:11 09:02:11.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:11 09:02:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:11 09:02:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:11 09:02:11.859 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:11 09:02:11.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:11 09:02:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:11 09:02:11.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
05:02:11 09:02:11.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:11 09:02:11.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:11 09:02:11.861 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
05:02:11 09:02:11.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:11 09:02:11.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:12 09:02:12.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:12 09:02:12.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:12 09:02:12.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
05:02:12 09:02:12.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
05:02:12 09:02:12.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
05:02:12 09:02:12.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
05:02:12 09:02:12.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
05:02:12 09:02:12.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:12 09:02:12.373 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
05:02:12 09:02:12.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:12 09:02:12.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:12 09:02:12.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:12 09:02:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:12 09:02:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:12 09:02:12.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
05:02:12 09:02:12.374 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:12 09:02:12.374 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:12 09:02:12.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:12 09:02:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:12 09:02:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:12 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.677 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
05:02:12 getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 0.052 s
05:02:12 getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 0.053 s
05:02:12 getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 1.067 s
05:02:12 getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 1.064 s
05:02:12 getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 1.574 s
05:02:12 getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 3.091 s
05:02:12 getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 0.56 s
05:02:12 testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 1.066 s
05:02:12 getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 0.037 s
05:02:12 getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 3.086 s
05:02:12 Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest
05:02:12 09:02:12.382 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
05:02:12 09:02:12.384 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:02:12 09:02:12.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:12 09:02:12.384 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
05:02:12 09:02:12.384 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:12 09:02:12.384 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:02:12 09:02:12.388 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:12 09:02:12.388 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:02:12 09:02:12.388 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:12 09:02:12.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:12 09:02:12.389 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest)
05:02:12 09:02:12.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
05:02:12 09:02:12.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:12 09:02:12.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:12 09:02:12.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:12 
05:02:12 (Eclipse:1661): Gtk-CRITICAL **: 09:02:12.419: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
05:02:12 09:02:12.422 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
05:02:12 09:02:12.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:12 09:02:12.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:12 09:02:12.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:12 09:02:12.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
05:02:12 09:02:12.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:12 09:02:12.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:12 09:02:12.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:12 09:02:12.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:12 09:02:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:12 09:02:12.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
05:02:12 09:02:12.437 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej
05:02:12 09:02:12.440 TRACE [main][WidgetHandler] Notify Table with event 13
05:02:12 09:02:12.440 TRACE [main][WidgetHandler] Wait for synchronization
05:02:12 09:02:12.441 TRACE [main][WidgetHandler] Notify Table with event 3
05:02:12 09:02:12.441 TRACE [main][WidgetHandler] Wait for synchronization
05:02:12 09:02:12.441 TRACE [main][WidgetHandler] Notify Table with event 4
05:02:12 09:02:12.441 TRACE [main][WidgetHandler] Wait for synchronization
05:02:12 09:02:12.454 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
05:02:12 09:02:12.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:12 09:02:12.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:12 09:02:12.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:12 09:02:12.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:12 09:02:12.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
05:02:12 09:02:12.454 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
05:02:12 09:02:12.455 INFO [WorkbenchTestable][AbstractText] Text set to: abc
05:02:12 09:02:12.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16
05:02:12 09:02:12.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:12 09:02:12.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
05:02:12 09:02:12.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
05:02:12 09:02:12.460 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
05:02:12 09:02:12.460 DEBUG [main][AbstractWait] Waiting until shell is active...
05:02:12 09:02:12.460 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
05:02:12 09:02:12.460 INFO [main][AbstractShell] Close shell Testing shell
05:02:12 09:02:12.460 INFO [main][ShellHandler] Closing shell 'Testing shell'
05:02:12 09:02:12.465 DEBUG [main][AbstractWait] Waiting while shell is available...
05:02:12 09:02:12.465 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
05:02:12 09:02:12.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
05:02:12 09:02:12.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:12 09:02:12.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:12 09:02:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:12 09:02:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:12 09:02:12.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest)
05:02:12 09:02:12.472 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
05:02:12 09:02:12.472 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:12 09:02:12.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:12 09:02:12.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:12 09:02:12.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest
05:02:12 tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest)  Time elapsed: 0.083 s
05:02:12 Running org.eclipse.reddeer.jface.test.window.WindowTest
05:02:12 09:02:12.480 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"]
05:02:12 09:02:12.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:12 09:02:12.489 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"]
05:02:12 09:02:12.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:12 09:02:12.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:02:12 09:02:12.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:12 09:02:12.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:12 09:02:12.492 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:02:12 09:02:12.493 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")
05:02:12 09:02:12.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:12 09:02:12.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:12 09:02:12.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:12 09:02:12.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:12 09:02:12.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
05:02:12 09:02:12.526 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
05:02:12 09:02:12.527 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
05:02:12 09:02:12.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:12 09:02:12.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available....
05:02:12 09:02:12.550 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
05:02:12 09:02:12.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:12 09:02:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:12 09:02:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:12 09:02:12.551 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
05:02:12 09:02:12.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:12 09:02:12.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:12 09:02:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:12 09:02:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:12 09:02:12.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:12 09:02:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:12 09:02:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:12 09:02:12.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window
05:02:12 09:02:12.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:12 09:02:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:12 09:02:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:12 09:02:12.552 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")
05:02:12 09:02:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:12 09:02:12.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:12 09:02:12.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:13 09:02:13.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:13 09:02:13.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:13 09:02:13.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:13 09:02:13.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:13 09:02:13.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:02:13 09:02:13.555 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
05:02:13 09:02:13.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
05:02:13 09:02:13.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:13 09:02:13.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:13 09:02:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:13 09:02:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:13 09:02:13.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:02:13 09:02:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:13 09:02:13.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:13 09:02:13.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:02:13 09:02:13.566 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")
05:02:13 09:02:13.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:13 09:02:13.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:13 09:02:13.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:13 09:02:13.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:13 09:02:13.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
05:02:13 09:02:13.573 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
05:02:13 09:02:13.573 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
05:02:13 09:02:13.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:13 09:02:13.607 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"]
05:02:13 09:02:13.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:13 09:02:13.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:13 09:02:13.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:13 09:02:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:13 09:02:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:13 09:02:13.608 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
05:02:13 09:02:13.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:13 09:02:13.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:13 09:02:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:13 09:02:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:13 09:02:13.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:13 09:02:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:13 09:02:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:13 09:02:13.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window
05:02:13 09:02:13.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:13 09:02:13.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:13 09:02:13.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:13 09:02:13.609 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")
05:02:13 09:02:13.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:17 09:02:13.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:17 09:02:13.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:17 09:02:14.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:17 09:02:14.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:17 09:02:14.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:17 09:02:14.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:17 09:02:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:02:17 09:02:14.611 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
05:02:17 09:02:14.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
05:02:17 09:02:14.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:17 09:02:14.621 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:18 09:02:14.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:18 09:02:14.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:18 09:02:14.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:02:18 09:02:14.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:18 09:02:14.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:18 09:02:14.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:02:18 09:02:14.622 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")
05:02:18 09:02:14.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:18 09:02:14.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:18 09:02:14.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:18 09:02:14.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:18 09:02:14.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
05:02:18 09:02:14.638 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
05:02:18 09:02:14.638 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
05:02:18 09:02:14.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:18 09:02:14.651 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....
05:02:18 09:02:14.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:18 09:02:14.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:18 09:02:14.652 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
05:02:18 09:02:14.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:18 09:02:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:18 09:02:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:18 09:02:14.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:18 09:02:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:18 09:02:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:18 09:02:14.652 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window
05:02:18 09:02:14.653 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window'
05:02:18 09:02:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
05:02:18 09:02:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
05:02:18 09:02:14.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:02:18 09:02:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:18 09:02:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:18 09:02:14.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:02:18 09:02:14.686 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")
05:02:18 09:02:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:18 09:02:14.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:18 09:02:14.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:18 09:02:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:18 09:02:14.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
05:02:18 09:02:14.692 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
05:02:18 09:02:14.692 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
05:02:18 09:02:14.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:18 09:02:14.719 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....
05:02:18 09:02:14.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:18 09:02:14.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:18 09:02:14.719 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
05:02:18 09:02:14.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:18 09:02:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:18 09:02:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:18 09:02:14.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:18 09:02:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:18 09:02:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:18 09:02:14.720 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window
05:02:18 09:02:14.720 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window'
05:02:18 09:02:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
05:02:18 09:02:14.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
05:02:18 09:02:14.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:18 09:02:14.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:18 09:02:14.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:18 09:02:14.738 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"]
05:02:19 09:02:14.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:19 09:02:14.738 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"]
05:02:19 09:02:14.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:19 09:02:14.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:02:19 09:02:14.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:14.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:14.739 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:02:19 09:02:14.739 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")
05:02:19 09:02:14.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:19 09:02:14.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:14.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:14.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:19 09:02:14.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
05:02:19 09:02:14.758 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
05:02:19 09:02:14.758 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
05:02:19 09:02:14.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:19 09:02:14.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available....
05:02:19 09:02:14.770 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
05:02:19 09:02:14.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:19 09:02:14.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:14.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:14.770 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
05:02:19 09:02:14.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:19 09:02:14.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:19 09:02:14.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:14.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:14.771 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window
05:02:19 09:02:14.771 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window'
05:02:19 09:02:14.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
05:02:19 09:02:14.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
05:02:19 09:02:14.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:02:19 09:02:14.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:14.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:14.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:02:19 09:02:14.786 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")
05:02:19 09:02:14.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:19 09:02:14.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:14.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:19 09:02:14.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
05:02:19 09:02:14.802 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
05:02:19 09:02:14.802 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
05:02:19 09:02:14.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:19 09:02:14.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available....
05:02:19 09:02:14.838 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
05:02:19 09:02:14.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:19 09:02:14.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:14.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:14.838 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
05:02:19 09:02:14.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:19 09:02:14.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:19 09:02:14.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:14.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:14.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:19 09:02:14.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:19 09:02:14.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:19 09:02:14.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window
05:02:19 09:02:14.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:19 09:02:14.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:14.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:14.839 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")
05:02:19 09:02:14.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:19 09:02:14.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:14.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:19 09:02:15.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:15.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:19 09:02:15.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:15.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:19 09:02:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:02:19 09:02:15.840 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
05:02:19 09:02:15.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
05:02:19 09:02:15.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:19 09:02:15.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:02:19 09:02:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:15.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
05:02:19 09:02:15.849 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")
05:02:19 09:02:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:19 09:02:15.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:15.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:15.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:19 09:02:15.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
05:02:19 09:02:15.864 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
05:02:19 09:02:15.864 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
05:02:19 09:02:15.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:19 09:02:15.882 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"]
05:02:19 09:02:15.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:19 09:02:15.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:19 09:02:15.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:19 09:02:15.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:15.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:15.883 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
05:02:19 09:02:15.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:19 09:02:15.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:19 09:02:15.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:15.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:15.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:19 09:02:15.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
05:02:19 09:02:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:19 09:02:15.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:15.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:19 09:02:16.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:16.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:19 09:02:16.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:16.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
05:02:19 09:02:16.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
05:02:19 09:02:16.886 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
05:02:19 09:02:16.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
05:02:19 09:02:16.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:19 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.417 s - in org.eclipse.reddeer.jface.test.window.WindowTest
05:02:19 openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 1.086 s
05:02:19 openActionNotDefined(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 0.001 s
05:02:19 openEclipseWindow1(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 1.056 s
05:02:19 openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 0 s
05:02:19 eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 0.116 s
05:02:19 openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 1.11 s
05:02:19 openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 1.045 s
05:02:19 Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
05:02:19 09:02:16.901 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
05:02:19 09:02:16.902 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
05:02:19 09:02:16.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:19 09:02:16.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
05:02:19 09:02:16.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:19 09:02:16.902 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
05:02:19 09:02:16.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:19 09:02:16.902 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
05:02:19 09:02:16.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:19 09:02:16.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
05:02:19 09:02:16.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest)
05:02:19 09:02:16.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
05:02:19 09:02:16.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
05:02:19 09:02:16.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
05:02:19 09:02:16.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
05:02:19 09:02:16.905 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....
05:02:19 09:02:16.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:19 09:02:16.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
05:02:19 09:02:16.966 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
05:02:19 09:02:16.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
05:02:19 09:02:16.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:16.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:16.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:16.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:16.969 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")
05:02:19 09:02:16.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:19 09:02:16.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:16.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:16.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:19 09:02:16.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:02:19 09:02:16.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
05:02:19 09:02:16.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
05:02:19 09:02:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:19 09:02:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:19 09:02:16.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
05:02:19 09:02:16.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
05:02:19 09:02:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:19 09:02:16.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:16.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:19 09:02:16.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:02:19 09:02:16.972 INFO [WorkbenchTestable][AbstractButton] Click button make valid
05:02:19 09:02:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:02:19 09:02:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:02:19 09:02:16.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:02:19 09:02:16.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:19 09:02:16.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:16.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:16.974 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")
05:02:19 09:02:16.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:19 09:02:16.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:16.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:16.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:19 09:02:16.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:02:19 09:02:16.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:16.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:16.978 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")
05:02:19 09:02:16.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
05:02:19 09:02:16.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
05:02:19 09:02:16.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
05:02:19 09:02:16.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
05:02:19 09:02:16.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
05:02:19 09:02:16.979 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close
05:02:19 09:02:16.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
05:02:19 09:02:16.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
05:02:19 09:02:16.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
05:02:19 09:02:16.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
05:02:19 09:02:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
05:02:19 09:02:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
05:02:19 09:02:16.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
05:02:19 09:02:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
05:02:19 09:02:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
05:02:19 09:02:16.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
05:02:19 09:02:16.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:19 09:02:16.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:19 09:02:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:19 09:02:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:19 09:02:16.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest)
05:02:20 09:02:16.994 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
05:02:20 09:02:16.994 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
05:02:20 09:02:16.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
05:02:20 09:02:16.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
05:02:20 09:02:16.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
05:02:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
05:02:20 testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest)  Time elapsed: 0.09 s
05:02:20 
05:02:20 Results:
05:02:20 
05:02:20 Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
05:02:20 
05:02:20 [INFO] All tests passed!
05:02:20 [INFO] 
05:02:20 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test ---
05:02:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec
05:02:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes
05:02:20 [INFO] 
05:02:20 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.integration.test >------
05:02:20 [INFO] Building RedDeer Integration and Eclipse Installation Tests 4.7.0-SNAPSHOT [36/58]
05:02:20 [INFO]   from tests/org.eclipse.reddeer.integration.test/pom.xml
05:02:20 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
05:02:20 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
05:02:20 [INFO] 
05:02:20 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] 
05:02:20 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] Resolving class path of RedDeer Integration and Eclipse Installation Tests...
05:02:20 [INFO] 
05:02:20 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.integration.test ---
05:02:20 [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/**/*
05:02:20 [INFO] 
05:02:20 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:02:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/resources
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/bin
05:02:20 [INFO] 
05:02:20 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:02:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/src/test/resources
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.integration.test ---
05:02:20 [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
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.integration.test ---
05:02:20 [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
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] 
05:02:20 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] Skipping tests
05:02:20 [INFO] 
05:02:20 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.integration.test ---
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
05:02:20 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
05:02:21 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
05:02:21 [INFO] 
05:02:21 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >--------
05:02:21 [INFO] Building RedDeer Eclipse Tests 4.7.0-SNAPSHOT                    [37/58]
05:02:21 [INFO]   from tests/org.eclipse.reddeer.eclipse.test/pom.xml
05:02:21 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
05:02:21 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
05:02:21 [INFO] 
05:02:21 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.eclipse.test ---
05:02:21 [INFO] 
05:02:21 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test ---
05:02:21 [INFO] The project's OSGi version is 4.7.0.v20230824-0846
05:02:21 [INFO] 
05:02:21 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test ---
05:02:21 [INFO] 
05:02:21 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test ---
05:02:21 [INFO] 
05:02:21 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test ---
05:02:21 [INFO] 
05:02:21 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse.test ---
05:02:21 [INFO] Resolving class path of RedDeer Eclipse Tests...
05:02:21 [INFO] 
05:02:21 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test ---
05:02:21 [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/**/*
05:02:21 [INFO] 
05:02:21 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test ---
05:02:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:02:21 [INFO] Copying 12 resources
05:02:21 [INFO] 
05:02:21 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse.test ---
05:02:21 [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/bin
05:02:22 [INFO] 
05:02:22 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test ---
05:02:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:02:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/src/test/resources
05:02:22 [INFO] 
05:02:22 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse.test ---
05:02:22 [INFO] 
05:02:22 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test ---
05:02:22 [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
05:02:22 [INFO] 
05:02:22 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test ---
05:02:22 [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
05:02:22 [INFO] 
05:02:22 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test ---
05:02:22 [INFO] 
05:02:22 [INFO] --- dependency:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test ---
05:02:25 [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar
05:02:25 [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
05:02:25 [INFO] 
05:02:25 [INFO] --- download:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test ---
05:02:25 Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar
05:02:26 16/2127K
32/2127K
48/2127K
64/2127K
80/2127K
96/2127K
112/2127K
128/2127K
144/2127K
160/2127K
176/2127K
192/2127K
208/2127K
224/2127K
240/2127K
256/2127K
272/2127K
288/2127K
304/2127K
320/2127K
336/2127K
352/2127K
368/2127K
384/2127K
400/2127K
416/2127K
432/2127K
448/2127K
464/2127K
480/2127K
496/2127K
512/2127K
528/2127K
544/2127K
560/2127K
571/2127K
587/2127K
603/2127K
619/2127K
635/2127K
651/2127K
667/2127K
683/2127K
699/2127K
715/2127K
731/2127K
747/2127K
763/2127K
779/2127K
795/2127K
811/2127K
827/2127K
843/2127K
859/2127K
875/2127K
891/2127K
907/2127K
923/2127K
939/2127K
955/2127K
971/2127K
987/2127K
1003/2127K
1019/2127K
1035/2127K
1051/2127K
1067/2127K
1083/2127K
1099/2127K
1115/2127K
1131/2127K
1147/2127K
1163/2127K
1179/2127K
1195/2127K
1211/2127K
1227/2127K
1243/2127K
1259/2127K
1275/2127K
1291/2127K
1307/2127K
1323/2127K
1339/2127K
1355/2127K
1371/2127K
1387/2127K
1399/2127K
1415/2127K
1431/2127K
1447/2127K
1463/2127K
1479/2127K
1495/2127K
1511/2127K
1527/2127K
1543/2127K
1559/2127K
1575/2127K
1591/2127K
1607/2127K
1623/2127K
1639/2127K
1657/2127K
1673/2127K
1689/2127K
1705/2127K
1721/2127K
1737/2127K
1753/2127K
1769/2127K
1785/2127K
1801/2127K
1817/2127K
1833/2127K
1849/2127K
1865/2127K
1881/2127K
1897/2127K
1913/2127K
1929/2127K
1945/2127K
1961/2127K
1977/2127K
1993/2127K
2009/2127K
2025/2127K
2041/2127K
2057/2127K
2069/2127K
2085/2127K
2101/2127K
2117/2127K
2127/2127K
2127K downloaded
05:02:26 [INFO] 
05:02:26 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.eclipse.test ---
05:02:30 [INFO] Fetching org.eclipse.wst.server.preview_1.2.100.v202211091907.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (31.71kB)
05:02:30 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (249kB)
05:02:30 [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)
05:02:31 [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.92MB)
05:02:31 [INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.82MB)
05:02:31 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.53MB)
05:02:31 [INFO] Fetching com.google.protobuf_2.4.1.v20220404-1934.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (478.08kB)
05:02:32 [INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (302.99kB)
05:02:32 [INFO] Fetching javax.el-api_3.0.3.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.95kB)
05:02:32 [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)
05:02:32 [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)
05:02:32 [INFO] Fetching jakarta.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (62.56kB)
05:02:32 [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)
05:02:32 [INFO] Fetching jakarta.enterprise.cdi-api_2.0.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (106.86kB)
05:02:32 [INFO] Fetching jakarta.interceptor-api_1.2.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.45kB)
05:02:32 [INFO] Fetching org.apache.felix.http.servlet-api_1.2.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (274.89kB)
05:02:32 [INFO] Fetching jakarta.transaction-api_1.3.3.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.03kB)
05:02:32 [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)
05:02:32 [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)
05:02:32 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20230516-1249.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.02MB)
05:02:32 [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)
05:02:32 [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)
05:02:32 [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)
05:02:33 [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)
05:02:33 [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20230723-0712.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (43.94kB)
05:02:33 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (293.71kB)
05:02:33 [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)
05:02:33 [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)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.7.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (254.52kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (34.97kB)
05:02:33 [INFO] Fetching org.eclipse.help.base_4.4.100.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (440.51kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (38.45kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (128.31kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (86.87kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (127.79kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.6.0.202305311622.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (355.45kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (47.13kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (236.33kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (78.29kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (109.02kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (280.28kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.39kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.55kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.32kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (210.82kB)
05:02:33 [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (262.1kB)
05:02:33 [INFO] Fetching org.eclipse.dstore.core_4.5.500.202305261012.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (398.67kB)
05:02:33 [INFO] Fetching org.eclipse.dstore.extra_4.5.500.202305261012.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.79kB)
05:02:33 [INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (133.18kB)
05:02:33 [INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (67.72kB)
05:02:33 [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (26.38kB)
05:02:33 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.52kB)
05:02:33 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (134.87kB)
05:02:33 [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.25kB)
05:02:33 [INFO] Fetching org.eclipse.emf.codegen.ecore_2.35.0.v20230801-1141.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.11MB)
05:02:34 [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.35.0.v20230622-1149.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (192.68kB)
05:02:34 [INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (304.27kB)
05:02:34 [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (96.2kB)
05:02:34 [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.37kB)
05:02:34 [INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (66.69kB)
05:02:34 [INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.4kB)
05:02:34 [INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (74.3kB)
05:02:34 [INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (116.39kB)
05:02:34 [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (93.64kB)
05:02:34 [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (55.05kB)
05:02:34 [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.87kB)
05:02:34 [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (131.29kB)
05:02:34 [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (14.66kB)
05:02:34 [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (196.8kB)
05:02:34 [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (31.54kB)
05:02:34 [INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (151.33kB)
05:02:34 [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (44.41kB)
05:02:34 [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15kB)
05:02:34 [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.24kB)
05:02:34 [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (104.28kB)
05:02:34 [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (14.95kB)
05:02:34 [INFO] Fetching org.eclipse.equinox.p2.discovery_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (40.1kB)
05:02:34 [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (61.15kB)
05:02:34 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (47.98kB)
05:02:34 [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.3.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (158.51kB)
05:02:34 [INFO] Fetching org.eclipse.jdt.apt.core_3.8.100.v20230726-1449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (399.59kB)
05:02:34 [INFO] Fetching org.eclipse.jetty.jndi_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.39kB)
05:02:34 [ERROR] All attempts to read artifact osgi.bundle,org.eclipse.jetty.jndi,10.0.15 failed:
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [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/202308041000:
05:02:34 [ERROR]       Retry another mirror:
05:02:34 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
05:02:34 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
05:02:34 [INFO] ------------------------------------------------------------------------
05:02:34 [INFO] Reactor Summary for RedDeer Parent POM File 4.7.0-SNAPSHOT:
05:02:34 [INFO] 
05:02:34 [INFO] RedDeer Parent POM File ............................ SUCCESS [  1.536 s]
05:02:34 [INFO] RedDeer Plugins .................................... SUCCESS [  0.004 s]
05:02:34 [INFO] RedDeer Common ..................................... SUCCESS [  5.785 s]
05:02:34 [INFO] RedDeer Workbench Core ............................. SUCCESS [  1.039 s]
05:02:34 [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [  0.366 s]
05:02:34 [INFO] RedDeer Core ....................................... SUCCESS [  0.872 s]
05:02:34 [INFO] RedDeer SWT ........................................ SUCCESS [  0.695 s]
05:02:34 [INFO] RedDeer JFace ...................................... SUCCESS [  0.353 s]
05:02:34 [INFO] RedDeer Workbench .................................. SUCCESS [  1.084 s]
05:02:34 [INFO] RedDeer E4 Workbench ............................... SUCCESS [  0.279 s]
05:02:34 [INFO] RedDeer UIForms .................................... SUCCESS [  0.421 s]
05:02:34 [INFO] RedDeer Direct ..................................... SUCCESS [  0.520 s]
05:02:34 [INFO] RedDeer JUnit ...................................... SUCCESS [  0.677 s]
05:02:34 [INFO] RedDeer Eclipse .................................... SUCCESS [  1.329 s]
05:02:34 [INFO] RedDeer GEF ........................................ SUCCESS [  0.553 s]
05:02:34 [INFO] RedDeer GEF Spy .................................... SUCCESS [  0.433 s]
05:02:34 [INFO] RedDeer Graphiti ................................... SUCCESS [  0.590 s]
05:02:34 [INFO] RedDeer JDT Junit .................................. SUCCESS [  0.332 s]
05:02:34 [INFO] RedDeer JUnit Extensions ........................... SUCCESS [  0.421 s]
05:02:34 [INFO] RedDeer Requirements ............................... SUCCESS [  0.606 s]
05:02:34 [INFO] RedDeer UI ......................................... SUCCESS [  1.247 s]
05:02:34 [INFO] RedDeer Spy ........................................ SUCCESS [  0.382 s]
05:02:34 [INFO] RedDeer Recorder ................................... SUCCESS [  0.770 s]
05:02:34 [INFO] RedDeer Go ......................................... SUCCESS [  0.155 s]
05:02:34 [INFO] RedDeer Log Parser ................................. SUCCESS [  0.359 s]
05:02:34 [INFO] RedDeer CodeGen .................................... SUCCESS [  0.791 s]
05:02:34 [INFO] RedDeer Test-Apps .................................. SUCCESS [  0.002 s]
05:02:34 [INFO] RedDeer E4 Test App ................................ SUCCESS [  0.158 s]
05:02:34 [INFO] RedDeer Tests ...................................... SUCCESS [  0.052 s]
05:02:34 [INFO] RedDeer Common Tests ............................... SUCCESS [01:13 min]
05:02:34 [INFO] RedDeer SWT Tests .................................. SUCCESS [03:40 min]
05:02:34 [INFO] RedDeer Core Tests ................................. SUCCESS [03:15 min]
05:02:34 [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:47 min]
05:02:34 [INFO] RedDeer UIForms Test ............................... SUCCESS [ 21.308 s]
05:02:34 [INFO] RedDeer JFace Tests ................................ SUCCESS [01:22 min]
05:02:34 [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [  1.344 s]
05:02:34 [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 13.806 s]
05:02:34 [INFO] RedDeer GEF Tests .................................. SKIPPED
05:02:34 [INFO] RedDeer Graphiti Tests ............................. SKIPPED
05:02:34 [INFO] RedDeer Direct Tests ............................... SKIPPED
05:02:34 [INFO] RedDeer JUnit Tests ................................ SKIPPED
05:02:34 [INFO] RedDeer Requirements Tests ......................... SKIPPED
05:02:34 [INFO] RedDeer UI Tests ................................... SKIPPED
05:02:34 [INFO] RedDeer E4 Workbench Tests ......................... SKIPPED
05:02:34 [INFO] RedDeer Features ................................... SKIPPED
05:02:34 [INFO] RedDeer E4 Feature ................................. SKIPPED
05:02:34 [INFO] RedDeer Eclipse Feature ............................ SKIPPED
05:02:34 [INFO] RedDeer GEF Spy Feature ............................ SKIPPED
05:02:34 [INFO] RedDeer SWT Feature ................................ SKIPPED
05:02:34 [INFO] RedDeer Tests Feature .............................. SKIPPED
05:02:34 [INFO] RedDeer UI Feature ................................. SKIPPED
05:02:34 [INFO] RedDeer Recorder Feature ........................... SKIPPED
05:02:34 [INFO] RedDeer GEF/Graphiti Feature ....................... SKIPPED
05:02:34 [INFO] RedDeer Spy Feature ................................ SKIPPED
05:02:34 [INFO] RedDeer Log Parser Feature ......................... SKIPPED
05:02:34 [INFO] RedDeer CodeGen Feature ............................ SKIPPED
05:02:34 [INFO] RedDeer Site ....................................... SKIPPED
05:02:34 [INFO] RedDeer Archetype .................................. SKIPPED
05:02:34 [INFO] ------------------------------------------------------------------------
05:02:34 [INFO] BUILD FAILURE
05:02:34 [INFO] ------------------------------------------------------------------------
05:02:34 [INFO] Total time:  16:19 min
05:02:34 [INFO] Finished at: 2023-08-24T09:02:34Z
05:02:34 [INFO] ------------------------------------------------------------------------
05:02:34 [WARNING] 
05:02:34 [WARNING] Plugin validation issues were detected in 13 plugin(s)
05:02:34 [WARNING] 
05:02:34 [WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
05:02:34 [WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5
05:02:34 [WARNING]  * org.jacoco:jacoco-maven-plugin:0.8.9
05:02:34 [WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:2.22.2
05:02:34 [WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:2.22.2
05:02:34 [WARNING]  * org.eclipse.tycho:tycho-source-plugin:2.7.5
05:02:34 [WARNING]  * org.eclipse.tycho:tycho-ds-plugin:2.7.5
05:02:34 [WARNING]  * com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1
05:02:34 [WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:2.7.5
05:02:34 [WARNING]  * org.apache.maven.plugins:maven-dependency-plugin:2.8
05:02:34 [WARNING]  * org.apache.maven.plugins:maven-resources-plugin:2.4.3
05:02:34 [WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:2.7.5
05:02:34 [WARNING]  * org.eclipse.tycho:tycho-compiler-plugin:2.7.5
05:02:34 [WARNING] 
05:02:34 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
05:02:34 [WARNING] 
05:02:35 [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]
05:02:35 [ERROR] 
05:02:35 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
05:02:35 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
05:02:35 [ERROR] 
05:02:35 [ERROR] For more information about the errors and possible solutions, please read the following articles:
05:02:35 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
05:02:35 [ERROR] 
05:02:35 [ERROR] After correcting the problems, you can resume the build with the command
05:02:35 [ERROR]   mvn <args> -rf :org.eclipse.reddeer.eclipse.test
05:02:35 Build step 'Invoke top-level Maven targets' marked build as failure
05:02:35 Terminating xvnc.
05:02:48 Archiving artifacts
05:02:49 Recording test results
05:02:50 [Checks API] No suitable checks publisher found.
05:02:50 Sending e-mails to: odockal@redhat.com
05:02:51 Finished: FAILURE